Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Latest commit

History

History
7 lines (6 loc) * 432 Bytes

CONTRIBUTING.md

File metadata and controls

7 lines (6 loc) * 432 Bytes

Contributing to Cipher Collection

  1. Fork this repository to your own GitHub account and then clone it to your local device.
  2. Install the dependencies: npm install.
  3. Edit a current cipher or add a new cipher file in the src folder.
  4. Add tests into test/ directory and try them with npm test.
  5. Make the PR!