Hello everyone,
I have text file which is encrypted using PHP function ( openssl_private_encrypt() ). Now i want to decrypt that file in java using its public key. how would i do that ?
pls help!!
thanks!
Printable View
Hello everyone,
I have text file which is encrypted using PHP function ( openssl_private_encrypt() ). Now i want to decrypt that file in java using its public key. how would i do that ?
pls help!!
thanks!
Well, you would need to know what algorithm was used. Java has encryption packages which can deal with things like md5 digest, etc...