3.1.0 • Published 12 years ago

des v3.1.0

Weekly downloads
19
License
-
Repository
github
Last release
12 years ago

This is a node.js module, written in C++, that DES encrypts given buffer with the given key. And it actually works, compared to nonsense output that node.js's crypto module produced.

It was written by Peteris Krumins (peter@catonmat.net). His blog is at http://www.catonmat.net -- good coders code, great reuse.


About

I wrote this module so that I could add VNC Authentication in node-rfb module. Don't use it for anything else cause DES is completely broken and can be cracked in a day.

How to use it?

var ecnrypted_data = require('des').encrypt(key, data_buffer);

Note: data_buffer's length must be a multiple of 8.

How to compile?

node-waf configure build

Have fun encrypting. Not. (Don't use this module for encryption.)

Sincerely, Peteris Krumins http://www.catonmat.net

3.1.0

12 years ago

3.0.2

12 years ago

3.0.1

12 years ago

3.0.0

12 years ago

2.0.3

12 years ago

2.0.2

12 years ago

2.0.1

13 years ago

2.0.0

13 years ago

1.0.1

13 years ago

1.0.0

13 years ago