ciphery-mickeymarse-js_challenges-digital_futures

2.0.0 • Public • Published

Cipher

Initialize a Node.js project

npm init -y

Install the cipher package

npm i ciphery-mickeymarse-js_challenges-digital_futures

In your index.js file:

import cipher from 'ciphery-mickeymarse-js_challenges-digital_futures';
cipher();

Run the cipher command followed by the appropriate flags:

  • -e, --encrypt - Encrypt file
  • -d, --decrypt - Decrypt file
    They can only accept as methods:
    • ll - LetterLetterCipher
    • ln - LetterNumberCipher
  • -f, --file - Path to file you want to encrypt. If you need to decrypt, make sure it has the .enc extension.
  • -k, --key - Number you want to pass for the ln encryption/decryption

Dependents (0)

Package Sidebar

Install

npm i ciphery-mickeymarse-js_challenges-digital_futures

Weekly Downloads

1

Version

2.0.0

License

ISC

Unpacked Size

30.7 kB

Total Files

28

Last publish

Collaborators

  • mickeymarse