For Programmers: Free Programming Magazines  


Home > Archive > Java Security > May 2004 > Password Based Encryption from









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Password Based Encryption from
Nicklas Karlsson

2004-05-04, 4:05 pm

I am trying to decrypt a file which has been MD5/DES encypted with a
known password by another component (Delphi/DCPCrypt2). I try to use
PBEWithMD5AndDES with the same password on the Java side (1.4) to
decrypt but to no avail (goes through but incorrectly decrypted),
probably something with the salt/iteration.

Anyone know how to generate a compatible "plain MD5" secret key that
could be used to decrypt the file?
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com