Added `Standalone tools` section

pull/3/head
sobolevn 2016-06-02 00:07:17 +03:00
parent 574c107cd7
commit 5ed0848fec
No known key found for this signature in database
GPG Key ID: FF672D568AE3C73E
1 changed files with 6 additions and 0 deletions

View File

@ -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