Passed

org.subshare.core.crypto.EncrypterDecrypterStreamTest.asymmetricPlain

Took 12 sec.

Standard Output

symmetricWithoutIv: cipherTransformation=AES_CBC_PKCS5PADDING
symmetricWithoutIv: Generating 9920949 random bytes plaintext took 356 ms.
08:28:03.546 [Test worker] INFO  c.c.c.c.o.OioRegistry - Preferred implementation 'IoFileFactory' for fileFactory
symmetricWithoutIv: Creating symmetric key took 1092 ms.
symmetricWithoutIv: Encrypting 9920949 bytes plaintext to 9920966 bytes ciphertext took 1918 ms.
symmetricWithoutIv: Decrypting 9920966 bytes ciphertext to 9920949 bytes plaintext took 753 ms
...[truncated 37158 chars]...
2436 bytes plaintext took 112 ms.

asymmetricCombiWithRandomIv: asymmetricCipherTransformation=RSA_OAEPWITHSHA1ANDMGF1PADDING
asymmetricCombiWithRandomIv: symmetricCipherTransformation=TWOFISH_CFB_NOPADDING
asymmetricCombiWithRandomIv: Generating 4322931 random bytes plaintext took 37 ms.
asymmetricCombiWithRandomIv: Encrypting 4322931 bytes plaintext to 4323475 bytes ciphertext took 209 ms.
asymmetricCombiWithRandomIv: Decrypting 4323475 bytes ciphertext to 4322931 bytes plaintext took 249 ms.