Skip to content
/ AFEDT Public
forked from wolf43/AFEDT

Authenticated file encryption/decryption tool - Python tool to encrypt/decrypt files using AES GCM

Notifications You must be signed in to change notification settings

peifu/AFEDT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Authenticated file encryption and decryption tool

Description

This module provides two python scipts for encryption and decription of files using AES GCM mode
https://en.wikipedia.org/wiki/Galois/Counter_Mode

How to run

Install dependencies

It requires Python and Pycryptodomehttp://pycryptodome.readthedocs.io/en/latest/src/introduction.html
You can get Pycryptodome by running "pip install pycryptodome"
You should do it in a virtual enviorment if you already have pycrypto as it is a fork of pycrypto and they might interfeare with each other in unexpted ways

Encryption step

  • Download the files
  • From terminal, run "python AFET.py"
  • It will guide you through the process
  • You have to remember the passpharase you use to encrypt the file in order to decrypt it later

Decryption step

  • From terminal, run "python AFDT.py"
  • It will guide you through the process

About

Authenticated file encryption/decryption tool - Python tool to encrypt/decrypt files using AES GCM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%