Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azlibdar/caesar-cipher
Caesar Cipher using JavaScript
https://github.com/azlibdar/caesar-cipher
caesar-cipher cipher-algorithms cryptography
Last synced: 21 days ago
JSON representation
Caesar Cipher using JavaScript
- Host: GitHub
- URL: https://github.com/azlibdar/caesar-cipher
- Owner: azlibdar
- Created: 2024-06-11T09:20:06.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-11T09:22:02.000Z (7 months ago)
- Last Synced: 2024-12-10T12:04:39.916Z (24 days ago)
- Language: CSS
- Homepage: https://azlibdar.github.io/caesar-cipher/
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Caesar Cipher
Welcome to the Caesar Cipher repository! This webpage allows you to encrypt and decrypt messages using the Caesar Cipher technique. It's a simple yet effective encryption method that shifts each letter of the message by a fixed number of positions down the alphabet.
## Features
- Encrypt messages with a specified encryption key.
- Decrypt messages with a specified decryption key.
- Real-time updates as you type.
- Preserves spaces in the message.
- Supports the entire range of characters from the UTF-16 character set.## Contributing
Contributions are welcome! If you have any suggestions, bug fixes, or feature requests, feel free to open an issue or submit a pull request.