File Encryption Matching wodCrypt to Unix Server - WeOnlyDo Discussion board

File Encryption Matching wodCrypt to Unix Server (General questions)

by dschmidt, Tuesday, February 15, 2005, 17:54 (7032 days ago)

We have had success with matching encrypted text in files between server and client machines. However, we are trying to do so with full file encryption.

We have tried openssl (http://www.openssl.org/) with no luck (using almost all switches and types - BF/AES/etc). Are there suggested Unix-side encryption apps that will match the wodCrypt control?

Thanks,
Darren Schmidt

Re: File Encryption Matching wodCrypt to Unix Serv

by wodSupport, Tuesday, February 15, 2005, 23:27 (7031 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