Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 368 Bytes

File metadata and controls

7 lines (4 loc) · 368 Bytes

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? )