jcryptool / core

JCrypTool Core Plug-ins
https://www.cryptool.org
Eclipse Public License 1.0
161 stars 43 forks source link

Twofish in jcryptool ? #210

Closed akj0929 closed 4 years ago

akj0929 commented 4 years ago

Is there any way to utilize twofish encryption/decryption algorithm and we could find stats like encryption time, cipher text size and throughput for each encryption/decryption process.

or

is there any way to extend cryptool 2 UI to my codebase in eclipse ?

be4 commented 4 years ago

Hello Kumar.

JCT contains the Twofish cipher within the Algorithm perspective (as part of the block ciphers).

Currently there are no stats about throughput for each encryption/decryption process built into JCT. Normally such measures are done at the commandline, like with openssl or with BouncyCastle as mentioned above.

What do you mean with "cipher text size"? There is no limit in the input file size for modern block ciphers. And the output has the same length as the input -- rounded up to the next multiple of a block size (which is neglectable).

Could you please explain in more detail what you want to do and what you mean with your "codebase in eclipse"?

Best regards, BE

Am 16.06.2020 um 13:58 schrieb aakash kumar:

Is there any way to utilize twofish encryption/decryption algorithm and we could find stats like encryption time, cipher text size and throughput for each encryption/decryption process.

or

is there any way to extend cryptool 2 UI to my codebase in eclipse ?