caesar-and-vigenere-ciphers

1.0.10 • Public • Published

Caesar and Vigenere ciphers

This is the repository of my project on topic: "Caesar and Vigenere ciphers"

Node.js Package Build Status pipeline status Codacy Badge

API

caesarEncrypt( value, amount )

Name Type Argument Default Description
value string <required> null the message to encrypt
amount number <required> null the key to encrypt the message with

caesarDecrypt( value, amount )

Name Type Argument Default Description
value string <required> null the message to decrypt
amount number <required> null the key to decrypt the message with

Readme

Keywords

Package Sidebar

Install

npm i caesar-and-vigenere-ciphers

Weekly Downloads

8

Version

1.0.10

License

MIT

Unpacked Size

4.78 kB

Total Files

4

Last publish

Collaborators

  • mezgoodle