Anyone know of a combination of PBE[Something] in JCE which can work with -[something] in OpenSSL? I am annoyed at having to keep writing little java apps to decrypt stuff encrypted in java. Should be able to just use OpenSSL :-)
Help?
writebacks...
Bouncy Castle?
Have you tried using Bouncy Castle? It has lots of stuff the standard JCE has.
Bouncy Castle
Bouncy Castle rocks, but I still haven't been able to figure out a JCE PBE algo which works with openssl :-/
Try AES in ECB mode. Once that works then kick over to CBC or one of the stronger block chaining methods.
comment...