Skip to content

thesarthakjain/aes-locker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AES-LOCKER

Encrypt and decrypt any type of files using AES


About the project:

  • This script can be used to encrypt and decrypt any file using AES algorithm.
  • The password entered by the user is converted to 256 bit key using SHA256 hashing algorithm.
  • The key is then used to generate an initialization vector(IV) and encrypt/decrypt a file.
  • The project uses this cryptography library.

Pre-requisites:

  • Python 3.9.6+
  • Dependencies from requirements.txt

Installing required python dependencies

  • Clone this repository onto your system.
$ git clone https://github.com/thesarthakjain/aes-locker
  • Then, install the packages from requirements.txt.
$ pip install -r requirements.txt

Directions to run

  • Put a file you wanna encrypt/decrypt in the project directory.
  • Run the following command in the project directory:
$ python locker.py

About

Encrypt and decrypt any type of files using AES

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages