All Projects โ†’ Oussama1403 โ†’ Encipherr

Oussama1403 / Encipherr

Licence: MIT license
Open Source online AES encryption and decryption tool

Programming Languages

HTML
75241 projects
python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to Encipherr

MGObfuscator
An easy encryptor / decryptor for iOS
Stars: โœญ 17 (-19.05%)
Mutual labels:  aes-encryption, encrypt, decrypt
secret-img
encrypt/decrypt images ๐Ÿคซ
Stars: โœญ 14 (-33.33%)
Mutual labels:  encrypt, decrypt
secusu
SะCU is a public API to store self-destructing data payloads with url shortener and handle anonymous chat-rooms.
Stars: โœญ 24 (+14.29%)
Mutual labels:  encrypt, decrypt
doctrine-extensions
Doctrine2 behavioral extension Transformable
Stars: โœญ 14 (-33.33%)
Mutual labels:  encrypt, decrypt
common-secure
ๆไพ›ไธ€ไบ›ๅŠ ๅฏ†็ฎ—ๆณ•javaไปฃ็ ๅฐ่ฃ… ๅŒ…ๆ‹ฌ RSA/AES/DES/3DES/MD5/SHA/HmacSHA256
Stars: โœญ 37 (+76.19%)
Mutual labels:  encrypt, decrypt
vue-cryptojs
A small wrapper for integrating crypto-js into VueJS
Stars: โœญ 17 (-19.05%)
Mutual labels:  encrypt, decrypt
openssl
A functions wrapping of OpenSSL library for symmetric and asymmetric encryption and decryption.
Stars: โœญ 199 (+847.62%)
Mutual labels:  aes-encryption
HopeLibrarySystem
ๅŽšๆœดๅทฅไฝœๅฎคๅ›พไนฆ็ฎก็†็ณป็ปŸHope books manage system๐Ÿ“˜
Stars: โœญ 42 (+100%)
Mutual labels:  fullstack
decrypt-ios-apps-script
Python script to SSH into your jailbroken device, decrypt an iOS App and transfer it to your local machine
Stars: โœญ 72 (+242.86%)
Mutual labels:  decrypt
pyas2-lib
AS2 Library for building and parsing Messages and MDNs
Stars: โœญ 33 (+57.14%)
Mutual labels:  encrypt
elm-webapp
A setup for writing http based, client-server app in elm, inspired wholly by lamdera.com
Stars: โœญ 52 (+147.62%)
Mutual labels:  fullstack
remult
A CRUD framework for full stack TypeScript
Stars: โœญ 1,488 (+6985.71%)
Mutual labels:  fullstack
vacme-zurich-parser
Helps to find available slots on zh.vacme.ch corona vaccination service
Stars: โœญ 12 (-42.86%)
Mutual labels:  fullstack
PassLock
PassLock is a medium-security password manager that encrypts passwords using Advanced Encryption Standards (AES)
Stars: โœญ 44 (+109.52%)
Mutual labels:  aes-encryption
pspdecrypt
Simple tool to decrypt PSP binaries
Stars: โœญ 78 (+271.43%)
Mutual labels:  decrypt
pgspeck
Small block size Speck encryption in PostgreSQL
Stars: โœญ 16 (-23.81%)
Mutual labels:  encrypt
reason-rust-scraper
๐Ÿฆ€ Scraping & crawling websites using Rust, and ReasonML
Stars: โœญ 21 (+0%)
Mutual labels:  fullstack
vstutils
Small framework for easy generates web-applications (SPA or Single Page Application).
Stars: โœญ 39 (+85.71%)
Mutual labels:  webapplication
SAVY
SAVY Player provides service to watch local videos with in a synchronized way.
Stars: โœญ 15 (-28.57%)
Mutual labels:  webapplication
NodeAngular
๐Ÿš€ Full Stack Framework Bรฉta : mean with last Angular and Node (Example)
Stars: โœญ 13 (-38.1%)
Mutual labels:  fullstack

Encipherr

Free online encryption and decryption tool.
Explore Encipherr ยป

Contributors Forks Stargazers Issues MIT License

Made with love using:

JavaScript HTML5 CSS3 Python Bootstrap Flask

About The Project

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 AES 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 Encipherr website
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

โš ๏ธ 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) โœ”๏ธ.
  • More encryption algorithms.
  • Offline usage (semi-ready).

Encipherr-CLI โœจ

A command line interface (CLI) version of Encipherr for the offline usage. github.com/Oussama1403/Encipherr-CLI

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].