javascript-forge-cryptoexamples for CryptoExamples.com
Example code for cryptographic use cases. Used in CryptoExamples
- install Node.js
- run "npm install" after cloning the repo
- To run the unit tests use "npm test", this will run all files, which have tests first.
- To just run one specific file use "node path/to/file/filename"
- To lint one file use "./node_modules/.bin/eslint src/filename
More Information on usage of ESLint here