blob: 13cb23ecdf1d7bef1d6023963b65eb2292295062 [file] [log] [blame]
Test encrypting&decrypting using AES-CFB algorithm with a generated 256bit key
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Generating a key...
Encrypting...
PASS bytesToASCIIString(cipherText) is not "Hello, World!"
Decrypting...
PASS bytesToASCIIString(decryptedText) is plainText
PASS successfullyParsed is true
TEST COMPLETE