Borrus-sudo / node-crypto-examples

7 Useful Examples of Cryptography in Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node Crypto Examples

7 useful examples of the node crypto module.

Concepts

  1. Hash
  2. Salt
  3. HMAC
  4. Symmetric Encryption
  5. Keypairs
  6. Asymmetric Encryption
  7. Signing

Challenge

Check out the src/hack.js file for a challenge. First person to send a pull request with the correct answer wins a T-shirt!

About

7 Useful Examples of Cryptography in Node.js


Languages

Language:JavaScript 100.0%