From afd49a6fe8eddff59bdd96572cc4f208f1d4f636 Mon Sep 17 00:00:00 2001 From: Pascal Date: Tue, 23 Oct 2018 18:53:01 +0200 Subject: [PATCH] Add sops (#69) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a2d361c..4032787 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,7 @@ A curated list of cryptography resources and links. - [gpg](https://www.gnupg.org/) - Complete and free implementation of the OpenPGP standard. It allows to encrypt and sign your data and communication, features a versatile key management system. GnuPG is a command line tool with features for easy integration with other applications. - [ironssh](https://github.com/IronCoreLabs/ironssh) - End-to-end encrypt transferred files using sftp/scp and selectively share with others. Automatic key management works with any SSH server. Encrypted files are gpg compatible. - [Nipe](https://github.com/GouveaHeitor/nipe) - Nipe is a script to make Tor Network your default gateway. +- [sops](https://github.com/mozilla/sops) - sops is an editor of encrypted files that supports YAML, JSON and BINARY formats and encrypts with AWS KMS, GCP KMS, Azure Key Vault and PGP. ### Plugins