caesar-and-vigenere-ciphers
v1.0.10
Published
Console programm of caesar-and-vigenere-ciphers
Downloads
10
Readme
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