Passed

org.subshare.core.crypto.EncrypterDecrypterStreamTest.asymmetricPlain

Took 7.7 sec.

Standard Output

symmetricWithoutIv: cipherTransformation=AES_CBC_PKCS5PADDING
symmetricWithoutIv: Generating 9666209 random bytes plaintext took 252 ms.
12:50:04.462 [Test worker] INFO  c.c.c.c.o.OioRegistry - Preferred implementation 'IoFileFactory' for fileFactory
symmetricWithoutIv: Creating symmetric key took 1275 ms.
symmetricWithoutIv: Encrypting 9666209 bytes plaintext to 9666230 bytes ciphertext took 2203 ms.
symmetricWithoutIv: Decrypting 9666230 bytes ciphertext to 9666209 bytes plaintext took 638 ms
...[truncated 37218 chars]...
6166 bytes plaintext took 296 ms.

asymmetricCombiWithRandomIv: asymmetricCipherTransformation=RSA_OAEPWITHSHA1ANDMGF1PADDING
asymmetricCombiWithRandomIv: symmetricCipherTransformation=TWOFISH_CFB_NOPADDING
asymmetricCombiWithRandomIv: Generating 3420955 random bytes plaintext took 22 ms.
asymmetricCombiWithRandomIv: Encrypting 3420955 bytes plaintext to 3421499 bytes ciphertext took 192 ms.
asymmetricCombiWithRandomIv: Decrypting 3421499 bytes ciphertext to 3420955 bytes plaintext took 213 ms.