node-cookie-signature

Sign and unsign cookies using hmac - module for Node.js
  https://github.com/visionmedia/node-cookie-signature
  0
  no reviews



Small module to help signing and unsigning strings using hmac signature with a secret.

It is used by connect middleware to secure session cookies.

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