bmberger / Caesar-Shift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Caesar-Shift

The first function shifts the given letter by a given length. The second function encrypts the given string using the Caesar cipher and the given length. The third function determines whether the first string is the encrypted version of the second with a given encryption length. The fourth function determines whether the first string is the encrypted version of the second.

About


Languages

Language:JavaScript 100.0%