cryptoSecurityEncoder
module use pycryptodome
in python
. This module encrypt and decrypt data using AES
with 256 and 512 mode selected by the user. Use authenticated modes to verify the message. Also use functions to derivate the user key.
Documentation available on docs
cryptoSecurityEncoder
requires data to encrypt.
The process to running the program:
- Execute programs/cryptoSecurityEncoder.py, to start de program.
python cryptoSecurityEncoder.py
cryptoSecurityEncoder
requires:
- Install pip
- Install pycryptodome:
pip3 install pycryptodome
Tested on: windows 10
, ubuntu 14.04
, ubuntu 16.04
, ubuntu 18.04
, lubuntu 18.04
and raspbian
.