Skip to content

felipevalentin/Crypto-Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crypto Tools

A web application made with Flask that allows the use of some cryptography tools like message digest, RSA key pair generation and a decipher of AES 128 ECB that requires a link to an encrypt file and a password.

Website running

crypto running

Dependencies

  • cryptography
  • flask

How to install dependencies

$ python3 -m pip install -r requirements.txt

How to run

$ python3 main.py

How to open

Go to http://127.0.0.1:5000/

Tests

You can test the decipher with the following link and password:

link: https://drive.google.com/uc?id=18denp1JMqoxGKlynJkZbg6j7vMXdljcU&export=download

password: inerenteinerente

About

A simple web application with tools of cryptography, made with Flask and Cryptography.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published