Skip to content

lbaquerofierro/Symmetric-Key-Encryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Symmetric-Key-Encryption

  • This program uses pycrypto and SHA256
  • A mode should be specified before the file is encrypted or decrypted. The program supports CBC, CFB, OFB and CTR.
  • When a file is encrypted, it is stored with the name "(encrypted)fileName" where fileName is the name of the file originally encrypted
  • getpass() is used so that the password is stored but not echoed

About

Python (Cryptography)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages