1.0.26 • Published 10 years ago

caesar-cipher-amine v1.0.26

Weekly downloads
3
License
ISC
Repository
github
Last release
10 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

10 years ago

1.0.25

10 years ago

1.0.24

10 years ago

1.0.23

10 years ago

1.0.22

10 years ago

1.0.21

10 years ago

1.0.20

10 years ago

1.0.1

10 years ago

1.0.12

10 years ago

1.0.11

10 years ago

1.0.10

10 years ago

1.0.9

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.0

10 years ago