Decrypt using java

Discussion related to AES Crypt, the file encryption software for Windows, Linux, Mac, and Java.
Post Reply
kim980
Posts: 3
Joined: Thu Mar 24, 2016 7:11 am

Decrypt using java

Post by kim980 »

Anyone has to sample code of how to decrypt with java when i encrypt using command line? Thanks
User avatar
paulej
Posts: 593
Joined: Sun Aug 23, 2009 7:32 pm
Location: Research Triangle Park, NC, USA
Contact:

Re: Decrypt using java

Post 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().
Post Reply