Skip to content

robertvunabandi/safe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Safe File Storage

This is a tool to save encrypted files with password.

If a file is named myfile.extension, the safe file will be named myfile.extension.safe.

To encrypt a file, one can run:

safe convert path/to/file.extension

This would create the file path/to/file.extension.safe, which would be encrypted.

One can open and run a command on a .safe file via shell command, like this for Vim for instance:

safe shell path/to/file.safe --vim 

About

Application for encrypting and decrypting files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages