Passed

org.subshare.core.crypto.EncrypterDecrypterStreamTest.symmetricWithRandomIv

Took 12 sec.

Standard Output

symmetricWithoutIv: cipherTransformation=AES_CBC_PKCS5PADDING
symmetricWithoutIv: Generating 10217099 random bytes plaintext took 581 ms.
07:08:04.019 [Test worker] INFO  c.c.c.c.o.OioRegistry - Preferred implementation 'IoFileFactory' for fileFactory
symmetricWithoutIv: Creating symmetric key took 1107 ms.
symmetricWithoutIv: Encrypting 10217099 bytes plaintext to 10217110 bytes ciphertext took 2220 ms.
symmetricWithoutIv: Decrypting 10217110 bytes ciphertext to 10217099 bytes plaintext took 1
...[truncated 37172 chars]...
2673 bytes plaintext took 408 ms.

asymmetricCombiWithRandomIv: asymmetricCipherTransformation=RSA_OAEPWITHSHA1ANDMGF1PADDING
asymmetricCombiWithRandomIv: symmetricCipherTransformation=TWOFISH_CFB_NOPADDING
asymmetricCombiWithRandomIv: Generating 3591229 random bytes plaintext took 35 ms.
asymmetricCombiWithRandomIv: Encrypting 3591229 bytes plaintext to 3591773 bytes ciphertext took 216 ms.
asymmetricCombiWithRandomIv: Decrypting 3591773 bytes ciphertext to 3591229 bytes plaintext took 267 ms.