1.0.26 • Published 9 years ago

caesar-cipher-amine v1.0.26

Weekly downloads
3
License
ISC
Repository
github
Last release
9 years ago

Caesar-Cipher

Implementation of the Caesar-Cipher

1 - Abstract

This code implements Caesar's cipher. The text given in input is replaced by a text in which each letter is replaced by a different one a fixed places down the alphabet. This algorithm uses right shift translation.

Non-alphabetical charachters don't change in the transformed text.

The transformed text is given in lower case.

2 - Example

For "abc def" and a key of 1 the return value will be : bcd efg

3 - Usage

caesar [options] <text>

Options : 
-h, --help          output usage information
-d, --integer<n>    Right shift, must be a number (if it's a float the integer part will be considered )

NB : if the text contains spaces, use "text text"

Installation

npm install caesar-cipher-amine
1.0.26

9 years ago

1.0.25

9 years ago

1.0.24

9 years ago

1.0.23

9 years ago

1.0.22

9 years ago

1.0.21

9 years ago

1.0.20

9 years ago

1.0.1

9 years ago

1.0.12

9 years ago

1.0.11

9 years ago

1.0.10

9 years ago

1.0.9

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.0

9 years ago