Skip to content

This is simplest python script for encrypt and store secret in physical place

License

Notifications You must be signed in to change notification settings

mojtaba-naseri/SecureNote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phisycal Security

Bakcup

  • split file into some files that each file has 4 lines
  • encrypt each file with password and AES
  • encode each encrypted file with base64
  • generate qrcode from every base64 files

Restore

  • read qrcode from every base64 files
  • decode each encrypted files with base64
  • using password for decrypt each file
  • concatenation files into 1 file

before using script change password in main.py file:

password = 'YOUR_STRONG_PASSWORD'

install requirement packages

pip3 install -r requirements.txt

sample example: for encryption

./python3 encrypt YOUR_FILE_NAME

for decryption:

./python3 decrypt 

About

This is simplest python script for encrypt and store secret in physical place

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages