Encipherr
Open Source online AES encryption and decryption tool
Install / Use
/learn @Oussama1403/EncipherrREADME
Made with love using:
About The Project
<!-- [](https://encipherr.pythonanywhere.com/) --><a href="https://encipherr.pythonanywhere.com/"><img src="images/scrn_1.png" width="200" /> <img src="images/scrn_2.png" width="200" /></a>
Encipherr is a web app that provides powerful encryption of data. It is fast and free, and it is open source. It uses no ads, and it is the only easy way to encrypt your data in any web browser.
Encipherr uses <a href="https://fr.wikipedia.org/wiki/Advanced_Encryption_Standard" target="_blank">AES</a> encryption algorithm. AES is both fast, and cryptographically strong. It is a good default choice for encryption and it's considered one of the strongest algorithms available.
Usage
Visit <a href="https://Encipherr.pythonanywhere.com/" target="_blank">Encipherr website</a>
or install project files and run it locally:
git clone https://github.com/Oussama1403/Encipherr
The project directory will contain:
.
├── CHANGELOG.md
├── LICENSE.txt
├── main.py
├── README.md
├── requirements.txt
├── screenshot.png
└── src
├── app.py
├── config.py
├── db.sqlite3
├── modules.py
├── robots.txt
├── routes.py
├── static
│ ├── assets
│ │ └── logo.png
│ ├── css
│ │ └── style.css
│ ├── easter-egg
│ │ ├── egg.html
│ │ └── egg.js
│ ├── js
│ │ ├── ajaxcall.js
│ │ └── upload.js
│ ├── pwa
│ │ ├── 512x512-blue.png
│ │ ├── 512x512.png
│ │ ├── app.js
│ │ ├── manifest.json
│ │ └── offline.html
│ └── uploads
├── sw.js
└── templates
├── about.html
├── base.html
├── home.html
├── page-404.html
├── page-500.html
└── privacy.html
9 directories, 30 files
:warning: Make sure python3 and flask framework are installed.
install modules:
pip install -r requirements.txt
then run the server by typing in your terminal:
python3 main.py
CHANGELOG
Read the latest notable changes made to a Encipherr here
TODO
- Custom encryption key (password) (Done) :heavy_check_mark:.
- More encryption algorithms.
- Offline usage (semi-ready).
Encipherr-CLI :sparkles:
<b>A command line interface (CLI) version of Encipherr for the offline usage. <a href="https://github.com/Oussama1403/Encipherr-CLI">github.com/Oussama1403/Encipherr-CLI</a></b>
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to test your changes.
License
Related Skills
healthcheck
351.2kHost security hardening and risk-tolerance configuration for OpenClaw deployments
node-connect
351.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
prose
351.2kOpenProse VM skill pack. Activate on any `prose` command, .prose files, or OpenProse mentions; orchestrates multi-agent workflows.
claude-opus-4-5-migration
110.6kMigrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5
