Skip to content

canan8/caesar-cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

caesar-cipher

Caesar cipher is a common method used for encryption.

How to use?

Pass a string as the first parameter and an integer as shift parameter.

shift is the count of characters you want to shift

Example

translate('Abc', 1)

The result will be:

"Bcd"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages