secret_keeper

package module
v0.0.0-...-f3456cc Latest Latest
Warning

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

Go to latest
Published: Feb 25, 2022 License: MIT Imports: 6 Imported by: 0

README

Secret-Keeper

Author: Charlie Gutierrez charliegut14@gmail.com

About Project

Secret Keeper is a CLI based tool written in Go used to encrypt/store decrypt/get key value pairs

Usage

  1. Clone the repository
  2. Compile the code with go build -o ./secret-keeper cmd/cli.go
  3. Specify the key to use for encoding as well as the key/value to encrypt ./secret-keeper set secret_api_key "some-value" -k=someencodingkey
  4. Get your keys/values ./secret-keeper get secret_api_key -k=someencodingkey

Contact

Charlie Gutierrez charliegut14@gmail.com

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Vault

type Vault struct {
	// contains filtered or unexported fields
}

func File

func File(encodingKey, filepath string) *Vault

func (*Vault) Get

func (v *Vault) Get(key string) (string, error)

func (*Vault) Set

func (v *Vault) Set(key, value string) error

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

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