Skip to content

Commit 02ff8b7

Browse files
committed
Base
1 parent 706882c commit 02ff8b7

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
[![Go Reference](https://pkg.go.dev/badge/github.com/231tr0n/vault.svg)](https://pkg.go.dev/github.com/231tr0n/vault)
21
# Vault
2+
3+
[![Go Reference](https://pkg.go.dev/badge/github.com/231tr0n/vault.svg)](https://pkg.go.dev/github.com/231tr0n/vault)
4+
35
This is the repository which holds the source code for vault which is a simple password manager with a single master password.
46

57
It hosts the following commands which can be installed.

cmd/vault/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
[![Go Reference](https://pkg.go.dev/badge/github.com/231tr0n/vault/cmd/vault.svg)](https://pkg.go.dev/github.com/231tr0n/vault/cmd/vault)
21
# Vault
2+
3+
[![Go Reference](https://pkg.go.dev/badge/github.com/231tr0n/vault/cmd/vault.svg)](https://pkg.go.dev/github.com/231tr0n/vault/cmd/vault)
4+
35
Vault is a simple password manager with a single master password. It uses AES encryption with GCM(Galois/Counter Mode) to encrypt the passwords.
46

57
## Installation

0 commit comments

Comments
 (0)