Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 488 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 488 Bytes

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!