Soumikbhatta / CryptoSafe

A python flask web app to encrypt and store text files using Hybrid Cryptography.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CryptoSafe: A secure file storage flask web app


This project presents the hybrid encryption scheme which combines the quick encryption schemes of encryption algorithms like AES, Blowfish, Triple DES, IDEA, Fernet. The proposed approach includes file splitting and merging mechanism along with Multi Threads to simultaneously encrypt files.



About

A python flask web app to encrypt and store text files using Hybrid Cryptography.

License:MIT License


Languages

Language:Python 54.3%Language:HTML 40.6%Language:CSS 5.2%