Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/syntaxerror019/shiftcipher
- Owner: syntaxerror019
- Created: 2024-07-11T23:37:50.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-11T23:50:04.000Z (4 months ago)
- Last Synced: 2024-07-12T01:45:14.911Z (4 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.