Passed

org.subshare.core.crypto.EncrypterDecrypterStreamTest.asymmetricCombiWithRandomIv

Took 13 sec.

Standard Output

symmetricWithoutIv: cipherTransformation=AES_CBC_PKCS5PADDING
symmetricWithoutIv: Generating 7280652 random bytes plaintext took 174 ms.
10:51:57.873 [Test worker] INFO  c.c.c.c.o.OioRegistry - Preferred implementation 'IoFileFactory' for fileFactory
symmetricWithoutIv: Creating symmetric key took 1074 ms.
symmetricWithoutIv: Encrypting 7280652 bytes plaintext to 7280662 bytes ciphertext took 1857 ms.
symmetricWithoutIv: Decrypting 7280662 bytes ciphertext to 7280652 bytes plaintext took 433 ms
...[truncated 37141 chars]...
1201 bytes plaintext took 280 ms.

asymmetricCombiWithRandomIv: asymmetricCipherTransformation=RSA_OAEPWITHSHA1ANDMGF1PADDING
asymmetricCombiWithRandomIv: symmetricCipherTransformation=TWOFISH_CFB_NOPADDING
asymmetricCombiWithRandomIv: Generating 5054468 random bytes plaintext took 43 ms.
asymmetricCombiWithRandomIv: Encrypting 5054468 bytes plaintext to 5055012 bytes ciphertext took 272 ms.
asymmetricCombiWithRandomIv: Decrypting 5055012 bytes ciphertext to 5054468 bytes plaintext took 296 ms.