blob: b0137a70a3cc697c595f3fcfbe84edda537f8409 [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 ""
Decrypting...
PASS bytesToASCIIString(decryptedText) is plainText
PASS successfullyParsed is true
TEST COMPLETE