From 6cdd45cee3baeab6e9732fcb31d187d870dc5ed4 Mon Sep 17 00:00:00 2001 From: Jim Zubov Date: Thu, 24 Jan 2019 22:35:34 -0500 Subject: [PATCH] libVES.c --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a68db7..a0ce4a6 100644 --- a/README.md +++ b/README.md @@ -154,6 +154,7 @@ A curated list of cryptography resources and links. - [libgcrypt](http://directory.fsf.org/wiki/Libgcrypt) - Cryptographic library developed as a separated module of GnuPG. - [libsodium](https://github.com/jedisct1/libsodium) - Modern and easy-to-use crypto library. - [libtomcrypt](https://github.com/libtom/libtomcrypt) - Fairly comprehensive, modular and portable cryptographic toolkit. +- [libVES.c](https://github.com/vesvault/libVES.c) - End-to-end encrypted sharing via cloud repository, secure recovery through a viral network of friends in case of key loss. - [monocypher](http://loup-vaillant.fr/projects/monocypher/) - small, portable, easy to use crypto library inspired by libsodium and TweetNaCl. - [NaCl](https://nacl.cr.yp.to/) - High-speed library for network communication, encryption, decryption, signatures, etc. - [OpenSSL](https://github.com/openssl/openssl) - TLS/SSL and crypto library.