Passed

org.subshare.core.crypto.EncrypterDecrypterStreamTest.symmetricWithRandomIv

Took 26 sec.

Standard Output

symmetricWithoutIv: cipherTransformation=AES_CBC_PKCS5PADDING
symmetricWithoutIv: Generating 6506332 random bytes plaintext took 503 ms.
08:18:51.994 [Test worker] INFO  c.c.c.c.o.OioRegistry - Preferred implementation 'IoFileFactory' for fileFactory
symmetricWithoutIv: Creating symmetric key took 1241 ms.
symmetricWithoutIv: Encrypting 6506332 bytes plaintext to 6506342 bytes ciphertext took 1933 ms.
symmetricWithoutIv: Decrypting 6506342 bytes ciphertext to 6506332 bytes plaintext took 535 ms
...[truncated 37197 chars]...
504115 bytes plaintext took 390 ms.

asymmetricCombiWithRandomIv: asymmetricCipherTransformation=RSA_OAEPWITHSHA1ANDMGF1PADDING
asymmetricCombiWithRandomIv: symmetricCipherTransformation=TWOFISH_CFB_NOPADDING
asymmetricCombiWithRandomIv: Generating 1242139 random bytes plaintext took 11 ms.
asymmetricCombiWithRandomIv: Encrypting 1242139 bytes plaintext to 1242683 bytes ciphertext took 65 ms.
asymmetricCombiWithRandomIv: Decrypting 1242683 bytes ciphertext to 1242139 bytes plaintext took 96 ms.