Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pawlovskiii/caesar-cipher

My implementation of Caesar cipher. It's a popular technique of data encryption. It's all about shifting letters in the alphabet (in this case, with an optional n-letter shift). Besides, I created units test for any edge cases.
https://github.com/pawlovskiii/caesar-cipher

caesar-cipher encryption es6-modules eslint javascript jest parcel

Last synced: 3 days ago
JSON representation

My implementation of Caesar cipher. It's a popular technique of data encryption. It's all about shifting letters in the alphabet (in this case, with an optional n-letter shift). Besides, I created units test for any edge cases.

Awesome Lists containing this project