blob: d1c01f079d6d8e088d4d48bc69447fe29618eb11 [file] [log] [blame]
Test encrypting&decrypting using RSA-OAEP SHA-512 algorithm with a generated 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