Skip to content

nwmarino/soteria

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

soteria

Soteria provides a way to centralize encrypted data on any drive. By containerizing files, encrypted data can be moved in one contained place.

Creates a new container MyContainer in the current working directory:

soteria --mk MyContainer --pw <password>

Deletes a container MyContainer in the current working directory:

soteria --rm MyContainer --pw <password>

Write and encrypt one or more files to the container MyContainer:

soteria MyContainer --pw <password> --store passwords.txt presentation.mp4

Decrypt and read one or more files from the container MyContainer:

soteria MyContainer --pw <password> --load github_password.txt

About

a way to organize encrypted files

Resources

Stars

Watchers

Forks

Releases

No releases published