Hugo Dalboussiere

Results 1 issues of Hugo Dalboussiere

Hello, I have unexpected results that are not the same as http://www.txtwizard.net/crypto and other websites. My code: ``` const bf = new Blowfish('secret', 'cbc'); const encrypted = bf.encrypt('message', '00000000'); const...