ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Mircryption

mircryption for NodeJS

<< < (2/2)

McDeffice:
up

silv3r:
Interesting indeed.

New to nodejs and couldnt figure it out either, same as OP.
Could not find a working module either.

I tried default nodejs crypto but couldnt get the padding to work iirc.
Remember using that 'non-standard encoding table' var instead of normal b64 isnt enough.

Also tried:

- base convertor: https://stackoverflow.com/q/7122417
- https://gist.github.com/whatnickcodes/11257943
- sladex-blowfish (http://sladex.org/blowfish.js)
- dojo-release-1.8.1/dojox/encoding/crypto/_base.js.uncompressed.js
- javascript-blowfish/Blowfish.node.js


Ended up just writing a wrapper around blowssi and calling that with childProcess.execSync on message, pm and notice listeners (from nodejs-irc)
It does both chan and DH1080 keyx in cbc and ebc modes.
Its a bit slow but hey it works.

Navigation

[0] Message Index

[*] Previous page

Go to full version