Skip to content

CodeGophercises/secrets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

secrets stores your secrets ( key-value pairs ) securely and conveniently through simple CLI commands.

Internally uses a map to store all secrets, serilaised using gob and persisted to .secrets in your home dir.

The file is encrypted using AES-GCM for confidentiality and integrity.

Safe for concurrent use by multiple goroutines ( although, why would you? )

About

Store secrets securely.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages