Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.