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

https://github.com/gauravg-20/elliptics


https://github.com/gauravg-20/elliptics

cryptography encryption-algorithms encryption-decryption

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Elliptics

Elliptics is an app used to encrypt or decrypt your files using various encryption techniques available

## Features & Outlook
- Encryption using various techniques
- Decryption using various techniques
- Advanced hashing algorithms (coming soon)
- Brute force decryption (coming soon)

## Component Setup - step by step
```
pip install -r requirements.txt
streamlit run main.py --server.address 0.0.0.0 --server.port [your port]
```