Skip to content

alexmacniven/shushi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shushi 🍤

Minimalist secrets management in Python for Windows.

Shushi was built to address the need for a one-stop storage location for sensitive data.
Instead of having your credentials scattered across your projects in multiple config files, Shushi offers an encrypted vault with access via a CLI application and an API.

Requirements

  • Python 3.7.*

Installation

> pip install shushi

CLI Usage

Create a vault:

> shushi -p [password] make

Open a cli form to add an item to your vault:

> shushi -p [password] add [name]

Retrieve an item from your vault:

> shushi -p [password] get [name]

Remove an item from your vault:

> shushi -p [password] remove [name]

List all items in your vault:

> shushi -p [password] list

Advanced Usage

API Cookbook
Environment Variables

Contribute

Contributions are welcomed, please see the contributions guide.

About

Minimalist secrets management in Python

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages