vault

module
v1.1.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 11, 2023 License: MIT

README

Vault

Go Reference

This is the repository which holds the source code for vault which is a simple password manager with a single master password.

It hosts the following commands which can be installed.

Commands Installation Docs
vault go install -v github.com/231tr0n/vault/cmd/vault@latest cmd/vault/README.md

Directories

Path Synopsis
cmd
vault
Package main in this directory is for running the vault.
Package main in this directory is for running the vault.
Package config handles all the config which is used in the project.
Package config handles all the config which is used in the project.
internal
cli
Package cli is an internal package used to parse cli arguments and run respective functionality.
Package cli is an internal package used to parse cli arguments and run respective functionality.
pkg
crypto
Package crypto implements the following:- Basic encryption using aes and gcm Hmac with sha256 based hashing Random string generation.
Package crypto implements the following:- Basic encryption using aes and gcm Hmac with sha256 based hashing Random string generation.
passwdstore
Package passwdstore implements basic functionality for storing key value pairs.
Package passwdstore implements basic functionality for storing key value pairs.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL