8000 GitHub - Azquaier/aes-text-encryption-tool: A simple Flask web application that provides AES-based text encryption and decryption. It uses the PyCryptodome library to securely handle cryptographic operations with AES in CBC mode and SHA-256 for key derivation.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A simple Flask web application that provides AES-based text encryption and decryption. It uses the PyCryptodome library to securely handle cryptographic operations with AES in CBC mode and SHA-256 for key derivation.

License

Notifications You must be signed in to change notification settings

Azquaier/aes-text-encryption-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AES Text Encryption Tool

A simple Flask web application that provides AES-based text encryption and decryption. It uses the PyCryptodome library to securely handle cryptographic operations with AES in CBC mode and SHA-256 for key derivation. → Live Demo

Features

  • Encrypt Text: Securely encrypt input text using a provided password.
  • Decrypt Text: Decrypt previously encrypted text with the same password.
  • Web Interface: Simple HTML-based form for easy use.

Requirements

Installation

Install the necessary dependencies using pip:

pip install flask pycryptodome

Running the Application

Start the Flask app by running:

python aes_text_encryption_tool.py

By default, the app is accessible at http://127.0.0.1:5000.

About

A simple Flask web application that provides AES-based text encryption and decryption. It uses the PyCryptodome library to securely handle cryptographic operations with AES in CBC mode and SHA-256 for key derivation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0