Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/syntaxerror019/shiftcipher

A shift-cipher encryption and decryption method for JavaScript and Python.
https://github.com/syntaxerror019/shiftcipher

Last synced: 7 days ago
JSON representation

A shift-cipher encryption and decryption method for JavaScript and Python.

Awesome Lists containing this project

README

        

# ShiftCipher - v1.0
A shift-cipher encryption and decryption method for JavaScript and Python.

What is it?


ShiftCipher enables you to encrypt and decrypt both Strings and Objects (JS) / Dictionaries (PY)
Ideal to keep prying eyes off of your information, this is not suitable for sensitive info.
Great for basic data transfer between client and server-side. (Hence the rewrite in Python too.)


Note: This encryptor is not suitable for sensitive information! This is only a simple layer of obfuscation that can be easily reversed engineered with some patience and motive.