node-browserify-des

browserify DES cryptographic operation
  https://github.com/crypto-browserify/browserify-des
  0
  no reviews



This package allows one to browserify DES cryptographic operation.

The Data Encryption Standard (DES) is a symmetric-key algorithm for the encryption of electronic data. Although now considered insecure, it is implemented in standard cryptographic library implemented in Node.js.

This pure javascript module is needed for browserify. Browserify allows one to run javascript code in browser context.

Node.js is an event-based server-side JavaScript engine.