Tech-Matrix / Cryptographic-Tool

This project contains some of the commonly used or were commonly used cryptographic algorithms. There are three symmetric algorithms, one assymetric algorithm and two hashing algorithms.
0 stars 3 forks source link

Addition of another popular symmetric algorithm : Twofish #7

Closed DragonDare closed 3 years ago

DragonDare commented 3 years ago

Is your feature request related to a problem? Please describe. Not a problem, just a suggestion for adding another widely used algorithm to the given list.

Describe the solution you'd like The list has hashing algorithms present (MD5) but missing out on encryption algotithms. Twofish would be a good addition in that sense.

Describe alternatives you've considered Was considering AES (Advanced Encryption Algorithm) which is the current military standard in encryption algos but Twofish is fine for now.

Additional context

charvibannur commented 3 years ago

You've been assigned.