-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
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 base64Encrypted = bf.base64Encode(encrypted);
console.log(base64Encrypted);
Output:
fzAONXVl9nA=
Output with the same parameters from txtwizard:
/ClZ1D/um40=
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels