Passed

org.subshare.core.crypto.EncrypterDecrypterStreamTest.symmetricWithoutIv

Took 25 sec.

Standard Output

symmetricWithoutIv: cipherTransformation=AES_CBC_PKCS5PADDING
symmetricWithoutIv: Generating 3415414 random bytes plaintext took 125 ms.
18:05:45.668 [Test worker] INFO  c.c.c.c.o.OioRegistry - Preferred implementation 'IoFileFactory' for fileFactory
symmetricWithoutIv: Creating symmetric key took 877 ms.
symmetricWithoutIv: Encrypting 3415414 bytes plaintext to 3415430 bytes ciphertext took 1244 ms.
symmetricWithoutIv: Decrypting 3415430 bytes ciphertext to 3415414 bytes plaintext took 533 ms.
...[truncated 37176 chars]...
48656 bytes plaintext took 61 ms.

asymmetricCombiWithRandomIv: asymmetricCipherTransformation=RSA_OAEPWITHSHA1ANDMGF1PADDING
asymmetricCombiWithRandomIv: symmetricCipherTransformation=TWOFISH_CFB_NOPADDING
asymmetricCombiWithRandomIv: Generating 2598201 random bytes plaintext took 23 ms.
asymmetricCombiWithRandomIv: Encrypting 2598201 bytes plaintext to 2598745 bytes ciphertext took 136 ms.
asymmetricCombiWithRandomIv: Decrypting 2598745 bytes ciphertext to 2598201 bytes plaintext took 159 ms.