secure-yaml.golang

command module
v0.0.0-...-d69477b Latest Latest
Warning

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

Go to latest
Published: Aug 21, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

README

Secure YAML

To encrypt and decrypt contents of YAML file in Golang.

Usage

cd bin
  • f indicates filemode.
  • nf indicates no-file mode.
Encryption
  • 'e' should be provided as last argument to secure-yaml.exe
Value Based
secure-yaml nf <32-bit-pass-phrase> <value> e
File Based
secure-yaml f <32-bit-pass-phrase> <filename> e
Decryption
  • 'd' should be provided as last argument to secure-yaml.exe
Value Based
secure-yaml nf <32-bit-pass-phrase> <filename> d
File Based
secure-yaml f <32-bit-pass-phrase> <value> e

Features

  • Encrypt and Decrypt on a specific value with a passphrase.
  • Decrypt encrypted values from given YAML file and passphrase.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg

Jump to

Keyboard shortcuts

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