Skip to content

Latest commit

 

History

17 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenSecrets

OpenSecrets is a small CLI for protecting files inside an arbitrary folder with strong encryption and a password-based unlock flow.

API

opensecrets init
opensecrets unlock
opensecrets unlock <path>...
opensecrets lock <path>...
opensecrets lock

Examples

Initialize a protected folder:

opensecrets init

Start a local authenticated session:

opensecrets unlock

Unlock a file:

opensecrets unlock secrets/prod.env

Unlock a directory:

opensecrets unlock secrets/

Lock a file back into the encrypted store:

opensecrets lock secrets/prod.env

Lock a directory back into the encrypted store:

opensecrets lock secrets/

Go dark and clear the local session:

opensecrets lock

License

OpenSecrets is licensed under the MIT License.

About

Bulletproof secrets in the open.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages