Passed

org.subshare.core.crypto.EncrypterDecrypterStreamTest.symmetricWithoutIv

Took 21 sec.

Standard Output

symmetricWithoutIv: cipherTransformation=AES_CBC_PKCS5PADDING
symmetricWithoutIv: Generating 3262214 random bytes plaintext took 175 ms.
16:35:40.282 [Test worker] INFO  c.c.c.c.o.OioRegistry - Preferred implementation 'IoFileFactory' for fileFactory
symmetricWithoutIv: Creating symmetric key took 1149 ms.
symmetricWithoutIv: Encrypting 3262214 bytes plaintext to 3262230 bytes ciphertext took 1212 ms.
symmetricWithoutIv: Decrypting 3262230 bytes ciphertext to 3262214 bytes plaintext took 376 ms
...[truncated 37175 chars]...
37431 bytes plaintext took 58 ms.

asymmetricCombiWithRandomIv: asymmetricCipherTransformation=RSA_OAEPWITHSHA1ANDMGF1PADDING
asymmetricCombiWithRandomIv: symmetricCipherTransformation=TWOFISH_CFB_NOPADDING
asymmetricCombiWithRandomIv: Generating 6422000 random bytes plaintext took 52 ms.
asymmetricCombiWithRandomIv: Encrypting 6422000 bytes plaintext to 6422544 bytes ciphertext took 346 ms.
asymmetricCombiWithRandomIv: Decrypting 6422544 bytes ciphertext to 6422000 bytes plaintext took 375 ms.