https://github.com/nousefreak/sops64
Sops wrapper that does base64 encoding and decoding for you.
https://github.com/nousefreak/sops64
base64 sops
Last synced: 11 months ago
JSON representation
Sops wrapper that does base64 encoding and decoding for you.
- Host: GitHub
- URL: https://github.com/nousefreak/sops64
- Owner: NoUseFreak
- License: mit
- Created: 2018-10-06T20:20:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-05-17T20:14:50.000Z (about 4 years ago)
- Last Synced: 2023-04-04T11:56:23.391Z (about 3 years ago)
- Topics: base64, sops
- Language: Shell
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Sops64
[](https://travis-ci.org/NoUseFreak/sops64)
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](https://github.com/NoUseFreak/sawsh/releases).
```bash
brew install nousefreak/brew/sops64
```
or
```bash
curl -sL http://bit.ly/gh-get | PROJECT=NoUseFreak/sops64 bash
```
### Build from source
```sh
$ git clone https://github.com/NoUseFreak/sops64.git
$ cd sops64
$ make
$ make install
```
### Upgrade
To upgrade to the latest repeat the install step.