851
Mircryption / Re: mircryption for NodeJS
« Last post by mouser on March 31, 2020, 12:15 PM »It's an interesting question.. I have been doing quite a bit of nodejs coding myself lately.
But I don't know of any nodejs code out of the box that can do mircryption.
However, the encryption and decryption are basically just the blowfish algorithm, running in ecb and cbc mode. So that's the javascript code you'd want to hunt for.
But I don't know of any nodejs code out of the box that can do mircryption.
However, the encryption and decryption are basically just the blowfish algorithm, running in ecb and cbc mode. So that's the javascript code you'd want to hunt for.

Recent Posts

