Passed

org.subshare.core.crypto.EncrypterDecrypterStreamTest.asymmetricPlain

Took 7.2 sec.

Standard Output

symmetricWithoutIv: cipherTransformation=AES_CBC_PKCS5PADDING
symmetricWithoutIv: Generating 6098227 random bytes plaintext took 182 ms.
16:13:45.904 [Test worker] INFO  c.c.c.c.o.OioRegistry - Preferred implementation 'IoFileFactory' for fileFactory
symmetricWithoutIv: Creating symmetric key took 1263 ms.
symmetricWithoutIv: Encrypting 6098227 bytes plaintext to 6098246 bytes ciphertext took 1339 ms.
symmetricWithoutIv: Decrypting 6098246 bytes ciphertext to 6098227 bytes plaintext took 503 ms
...[truncated 37160 chars]...
4431 bytes plaintext took 388 ms.

asymmetricCombiWithRandomIv: asymmetricCipherTransformation=RSA_OAEPWITHSHA1ANDMGF1PADDING
asymmetricCombiWithRandomIv: symmetricCipherTransformation=TWOFISH_CFB_NOPADDING
asymmetricCombiWithRandomIv: Generating 6411040 random bytes plaintext took 44 ms.
asymmetricCombiWithRandomIv: Encrypting 6411040 bytes plaintext to 6411584 bytes ciphertext took 355 ms.
asymmetricCombiWithRandomIv: Decrypting 6411584 bytes ciphertext to 6411040 bytes plaintext took 392 ms.