tandrus
Results
2
issues of
tandrus
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...
**1) What version of the module is the issue happening on? Does the issue happen on latest version?** Version 0.23.0 Yes, latest version. **2) What platform and Node.js version? (For...