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

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

Awesome Lists containing this project

README

          

# Cipherium

๐Ÿ” Cipherium - A powerful encryption tool for encoding and decoding messages using various cipher techniques.

![GitHub License](https://img.shields.io/badge/license-MIT-red)
![Platform](https://img.shields.io/badge/platform-Linux%20%7C%20Windows%20%7C%20macOS-green)

### โœจ 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.