Re: FTP SSL MD4 Password Hash (General questions)
Update:
Everything required can be found in java script here:
http://www.ocf.berkeley.edu/~jjlin/jsotp/
For now I can use the PreTranslateReplyEvent to catch the seed and iterations to use in the PreTranslateCommandEvent to translate the PASS <password> Command into PASS <6 word MD4 hashed password> .
Ideally this would be better as an option in the library, so consider this a feature request :)
Cheers
V