https://github.com/gauravg-20/elliptics
https://github.com/gauravg-20/elliptics
cryptography encryption-algorithms encryption-decryption
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gauravg-20/elliptics
- Owner: GauravG-20
- License: mit
- Created: 2022-11-21T18:43:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-22T17:47:59.000Z (over 2 years ago)
- Last Synced: 2024-12-27T17:22:57.348Z (4 months ago)
- Topics: cryptography, encryption-algorithms, encryption-decryption
- Language: Python
- Homepage: https://gauravg-20-elliptics-main-m9q7u6.streamlit.app/
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]
```