https://github.com/q1sh101/cipherium
cipherium
https://github.com/q1sh101/cipherium
base64 caesar-cipher cli cli-tools console cryptography decoding developer-tools encoding encryption javascript nodejs open-source security sha256 terminal vigenere-cipher
Last synced: 2 months ago
JSON representation
cipherium
- Host: GitHub
- URL: https://github.com/q1sh101/cipherium
- Owner: q1sh101
- License: mit
- Created: 2024-12-12T21:01:03.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-03-11T22:12:14.000Z (7 months ago)
- Last Synced: 2025-03-11T22:19:13.461Z (7 months ago)
- Topics: base64, caesar-cipher, cli, cli-tools, console, cryptography, decoding, developer-tools, encoding, encryption, javascript, nodejs, open-source, security, sha256, terminal, vigenere-cipher
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/cipherium
- Size: 39.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cipherium
๐ Cipherium - A powerful encryption tool for encoding and decoding messages using various cipher techniques.

### โจ Features
- **Multiple encryption algorithms (Caesar, Vigenรจre, sha256, etc...)**
- **User-friendly command-line interaction**
- **Secure message encoding & decoding**### ๐ฎ Usage
Once installed, cipherium provides an interactive menu where you can choose from various encryption and decryption options.
### ๐ Installation
To run this project locally, follow the steps below:
1. Clone the repository:
```bash
git clone https://github.com/q1sh101/cipherium.git
cd cipherium
```2. Run the command:
```bash
npm install
```
3. Run the command:
```bash
npm start
```
or
```bash
npx cipherium
```---
## ๐ License
This project is licensed under the **MIT License**.## ๐ก Contributing
Contributions are welcome! Feel free to open an issue or submit a pull request.