Skip to content

fireship-io/node-crypto-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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!