node-cryptiles

General purpose crypto utilities
  https://github.com/hapijs/cryptiles
  0
  no reviews



This library provides methods for generating cryptographically strong pseudo-random data (string or digits) of specified length. It can also compare two strings using fixed time algorithm (to prevent time-based analysis of MAC digest match).

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