Passed

org.subshare.core.crypto.EncrypterDecrypterStreamTest.symmetricWithRandomIv

Took 16 sec.

Standard Output

symmetricWithoutIv: cipherTransformation=AES_CBC_PKCS5PADDING
symmetricWithoutIv: Generating 3834724 random bytes plaintext took 175 ms.
07:18:50.271 [Test worker] INFO  c.c.c.c.o.OioRegistry - Preferred implementation 'IoFileFactory' for fileFactory
symmetricWithoutIv: Creating symmetric key took 1381 ms.
symmetricWithoutIv: Encrypting 3834724 bytes plaintext to 3834742 bytes ciphertext took 1193 ms.
symmetricWithoutIv: Decrypting 3834742 bytes ciphertext to 3834724 bytes plaintext took 589 ms
...[truncated 37144 chars]...
5924 bytes plaintext took 186 ms.

asymmetricCombiWithRandomIv: asymmetricCipherTransformation=RSA_OAEPWITHSHA1ANDMGF1PADDING
asymmetricCombiWithRandomIv: symmetricCipherTransformation=TWOFISH_CFB_NOPADDING
asymmetricCombiWithRandomIv: Generating 2173133 random bytes plaintext took 19 ms.
asymmetricCombiWithRandomIv: Encrypting 2173133 bytes plaintext to 2173677 bytes ciphertext took 119 ms.
asymmetricCombiWithRandomIv: Decrypting 2173677 bytes ciphertext to 2173133 bytes plaintext took 153 ms.