haikuwebkit/LayoutTests/crypto/subtle/rsa-oaep-generate-key-encry...

15 lines
374 B
Plaintext

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