blob: ca2895b87371b202251f9c3a0bee827e1ec43ca5 [file] [log] [blame]
Test encrypting&decrypting using AES-GCM 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