Page 1 of 1

Decrypt using java

Posted: Thu Mar 24, 2016 7:15 am
by kim980
Anyone has to sample code of how to decrypt with java when i encrypt using command line? Thanks

Re: Decrypt using java

Posted: Fri Mar 25, 2016 4:26 am
by paulej
What about the Java command-line utility itself? AESCrypt.java contains routines to encrypt and decrypt files that are called from man(). You can see a call to aes.encrypt() and aes.decrypt().