twofish icon indicating copy to clipboard operation
twofish copied to clipboard

Twofish (ECB and CBC) javascript implementation

Results 2 twofish issues
Sort by recently updated
recently updated
newest added

Hi, thanks for implement the algorithm on JS. I found a bug. When i encrypt and then decrypt text, result string is not exact equal to a original string. JSFiddle:...

Thanks for the Javacsript TwoFish implementation, the world needs ciphers we can trust, butt here is a fault however in the support methods stringToByteArray() and byteArrayToString() stringToByteArray() takes a Javascript...