Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.
/ sops64 Public archive

Sops wrapper that does base64 encoding and decoding for you.

License

Notifications You must be signed in to change notification settings

NoUseFreak/sops64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.