topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Wednesday April 24, 2024, 8:13 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - silv3r [ switch to compact view ]

Pages: [1]
1
Mircryption / Re: mircryption for NodeJS
« on: August 18, 2020, 03:33 AM »
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....atnickcodes/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.

Pages: [1]