From 5ed0848fec1a1808fdf034500c08c6e438e5ae9f Mon Sep 17 00:00:00 2001 From: sobolevn Date: Thu, 2 Jun 2016 00:07:17 +0300 Subject: [PATCH] Added `Standalone tools` section --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 77476e2..06e217b 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ A curated list of cryptography resources and links. - [Courses](#courses) +- [Standalone tools](#standalone-tools) + - [Frameworks and Libs](#frameworks-and-libs) - [C](#c) @@ -85,6 +87,10 @@ A curated list of cryptography resources and links. - [Cryptography I](https://www.coursera.org/learn/crypto) - [Cybrary Cryptography](https://www.cybrary.it/course/cryptography/) +## Standalone tools + +- [gpg](https://www.gnupg.org/) - is a 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. + ## Frameworks and Libs ### C