Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 561 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 561 Bytes

Crypter

A full-stacked website to encrypt/decrypt text and files to keep them secure while sharing acrossing web or uploading to cloud. The encryption and decryption algorithms are asymmetric and multi-dimensional in nature, i.e. performs the cryptographic operations by converting the data into multi-dimensional structure dynamically, based on the data length or file size.

Stack:

  • Language: Python, HTML, CSS, JavaScript
    • Libraries:
      • bcrypt
      • flask
      • pyjwt
      • pymongo
      • werkzeug
      • jQuery
  • Database: MongoDB