SkillAgentSearch skills...

Encipherr

Open Source online AES encryption and decryption tool

Install / Use

/learn @Oussama1403/Encipherr

README

<p align="center"> <a href="https://encipherr.pythonanywhere.com/"> <img src="https://github.com/Oussama1403/Encipherr/blob/main/src/static/pwa/512x512-blue.png" width="100"> </a> <h3 align="center">Encipherr</h3> <p align="center"> Free online encryption and decryption tool. <br> <a href="https://encipherr.pythonanywhere.com/"><strong> Explore Encipherr »</strong></a> </p> </p> <!-- PROJECT SHIELDS --> <!-- *** I'm using markdown "reference style" links for readability. *** Reference links are enclosed in brackets [ ] instead of parentheses ( ). *** See the bottom of this document for the declaration of the reference variables *** for contributors-url, forks-url, etc. This is an optional, concise syntax you may use. *** https://www.markdownguide.org/basic-syntax/#reference-style-links --> <div align="center">

Contributors Forks Stargazers Issues MIT License

Made with love using:

JavaScript HTML5 CSS3 Python Bootstrap Flask

</div>

About The Project

<!-- [![screenshot](screenshot.png)](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

MIT

Related Skills

View on GitHub
GitHub Stars48
CategoryDevelopment
Updated28d ago
Forks6

Languages

HTML

Security Score

95/100

Audited on Mar 10, 2026

No findings