mirror of
https://github.com/sobolevn/awesome-cryptography.git
synced 2026-03-11 07:14:23 +00:00
Added Standalone tools section
This commit is contained in:
parent
574c107cd7
commit
5ed0848fec
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue