NoUseFreak / sops64

Sops wrapper that does base64 encoding and decoding for you.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sops64

Build Status

Sops wrapper that does base64 encoding and decoding for you.

Usage

sops64 --encrypt tests/plain.yml
sops64 --decrypt tests/sops.yml

Install

Official release

Download the latest release.

brew install nousefreak/brew/sops64

or

curl -sL http://bit.ly/gh-get | PROJECT=NoUseFreak/sops64 bash

Build from source

$ git clone https://github.com/NoUseFreak/sops64.git
$ cd sops64
$ make
$ make install

Upgrade

To upgrade to the latest repeat the install step.

About

Sops wrapper that does base64 encoding and decoding for you.

License:MIT License


Languages

Language:Shell 51.5%Language:Go 45.4%Language:Makefile 3.1%