Skip to content

cryptoSecurityEncoder: Implementation of data encryption and decryption with AES 256 AND 512 encryption. Data encryption in authenticated mode GCM, CMC, EAX ... Data encryption using KDF key derivation functions.

davidvelascogarcia/cryptoSecurityEncoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cryptoSecurityEncoder Homepage Latest Release Build Status

Crypto Security Encoder: cryptoSecurityEncoder (Python API)

Introduction

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

Use

cryptoSecurityEncoder requires data to encrypt. The process to running the program:

  1. Execute programs/cryptoSecurityEncoder.py, to start de program.
python cryptoSecurityEncoder.py

Requirements

cryptoSecurityEncoder requires:

pip3 install pycryptodome

Tested on: windows 10, ubuntu 14.04, ubuntu 16.04, ubuntu 18.04, lubuntu 18.04 and raspbian.

Status

Build Status

Issues

Related projects

About

cryptoSecurityEncoder: Implementation of data encryption and decryption with AES 256 AND 512 encryption. Data encryption in authenticated mode GCM, CMC, EAX ... Data encryption using KDF key derivation functions.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages