Hi again,
just an update on this post as I was able to resolve the issue . Although I had the jar files in my <java-home>\lib\security [Win32] directory, It seems that I had an older version of those libraries .
I had to re-download the files and replace them with the new ones i got from here ...
Search found 3 matches
- Fri Jul 15, 2011 5:42 pm
- Forum: AES Crypt
- Topic: Exception when using Java
- Replies: 1
- Views: 7553
- Thu Jul 14, 2011 9:01 pm
- Forum: AES Crypt
- Topic: Exception when using Java
- Replies: 1
- Views: 7553
Exception when using Java
Hi,
whenever I try to run the AESCrypt.java (I supplied it with default arguments
AESCrypt aes = new AESCrypt(true,"12");
aes.encrypt(2, "c:\\me.rtf", "c:\\me.rtf.aes"); ),
I get the following exception:
[DEBUG] Using password: [49, 0, 50, 0]
[DEBUG] Opened for reading: c:\me.rtf
[DEBUG] Opened ...
whenever I try to run the AESCrypt.java (I supplied it with default arguments
AESCrypt aes = new AESCrypt(true,"12");
aes.encrypt(2, "c:\\me.rtf", "c:\\me.rtf.aes"); ),
I get the following exception:
[DEBUG] Using password: [49, 0, 50, 0]
[DEBUG] Opened for reading: c:\me.rtf
[DEBUG] Opened ...
- Mon Jul 11, 2011 4:50 pm
- Forum: AES Crypt
- Topic: AESCrypt.dll in vb.net
- Replies: 5
- Views: 11924
Re: AESCrypt.dll in vb.net
Where is the DLL file you are talking about?