Skip to content

mrf345/safelock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple drag & drop files encryption tool. based on python and uses PyCrypto to encrypt the inputted files with AES encryption, Then .sld SQLite database file is generated with a unique key to store the encrypted files and folders in binary blobs for later decryption.


Setup:

- From the source:

- With executable:

You can get an executable that's suitable to your OS from :

Credit:

  • Blog that inspired this tool.