Skip to content

A Python program to encrypt and decrypt a text file using AES and PyCryptodome package.

Notifications You must be signed in to change notification settings

mxPorf/AES_file_encrypting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

Run main.py to encrypt plain_text. This will generate two files, encrypted_text contains the result of the encryption and decrypted_text contains the result of the decryption. You may compare the last file to the original plain text to see that they are the same

About

A Python program to encrypt and decrypt a text file using AES and PyCryptodome package.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages