1.0.10 • Published 6 years ago
caesar-and-vigenere-ciphers v1.0.10
Caesar and Vigenere ciphers
This is the repository of my project on topic: "Caesar and Vigenere ciphers"
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 |