Re: File Encryption Matching wodCrypt to Unix Serv - WeOnlyDo Discussion board

Re: File Encryption Matching wodCrypt to Unix Serv (General questions)

by wodSupport, Tuesday, February 15, 2005, 23:27 (7032 days ago) @ dschmidt

We also had not success with OpenSSL's enc option. As it seems it uses secret key, IV and salt (either provided by you or randomly) to produce password. You would need to look at it's source and then re-create it with wodCrypt to produce same results.

But.. As seen in this post:
http://www.weonlydo.com/index.asp?forum=1&action=view&topic=1087424090

we took that AES implementation and slightly changed it so it takes two filenames as arguments. Feel free to download source from here: http://www.weonlydo.com/forum/files/aesfile.zip and then compile it on your UNIX system using [code]gcc aesfile.c -o aesfile[/code] Regards,
Kreso


Complete thread: