Search found 1 match

by peterweinstein
Wed Feb 22, 2012 10:44 pm
Forum: AES Crypt
Topic: using AESCrypt.java to work with strings
Replies: 1
Views: 4989

using AESCrypt.java to work with strings

Hi,

I am trying to adapt AESCrypt to work with strings instead of text files. My unit test is below. I'm getting "Message has been altered or password incorrect" when trying to return the encrypted string back to the original. Your suggestions are much appreciated!

I'm also wondering if there are ...