-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
I run code from your example
const {Blowfish} = require('javascript-blowfish');
const bf = new Blowfish("key", "cbc");
// Encrypt and encode to base64
const encrypted = bf.encrypt("secret message", "cbcvecto");
const decrypted = bf.decrypt(encrypted, "cbcvecto");
console.log(decrypted);
Result of output is secret m]8⑿餸
Node version 12.16.1
Ubuntu 18.04.1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels