From 6cdd45cee3baeab6e9732fcb31d187d870dc5ed4 Mon Sep 17 00:00:00 2001 From: Jim Zubov Date: Thu, 24 Jan 2019 22:35:34 -0500 Subject: [PATCH 1/7] 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. From 1009b6d24c397e1ce878b6236306eec923c5badd Mon Sep 17 00:00:00 2001 From: Jim Zubov Date: Thu, 24 Jan 2019 22:56:29 -0500 Subject: [PATCH 2/7] libVES.js --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a0ce4a6..a35af5e 100644 --- a/README.md +++ b/README.md @@ -260,6 +260,7 @@ A curated list of cryptography resources and links. - [jsrsasign](https://github.com/kjur/jsrsasign) - The 'jsrsasign' (RSA-Sign JavaScript Library) is an opensource free cryptography library supporting RSA/RSAPSS/ECDSA/DSA signing/validation. - [jsThemis](https://github.com/cossacklabs/themis/wiki/NodeJS-Howto) - Javascript wrapper on Themis. High level crypto library for storing data (AES), secure messaging (ECC + ECDSA / RSA + PSS + PKCS#7) and session-oriented, forward secrecy data exchange (ECDH key agreement, ECC & AES encryption). - [libsodium.js](https://github.com/jedisct1/libsodium.js) - libsodium compiled to pure JavaScript, with convenient wrappers. +- [libVES.js](https://github.com/vesvault/libVES) - End-to-end encrypted sharing via cloud repository, secure recovery through a viral network of friends in case of key loss. - [node.bcrypt.js](https://github.com/ncb000gt/node.bcrypt.js) - bcrypt for NodeJS. - [OpenPGP.js](https://github.com/openpgpjs/openpgpjs) - OpenPGP implementation for JavaScript. - [PolyCrypt](https://github.com/polycrypt/polycrypt) - Pure JS implementation of the WebCrypto API. From 8c6340f6f917031d5806be6dd21c0f092aafe431 Mon Sep 17 00:00:00 2001 From: Jim Zubov Date: Thu, 24 Jan 2019 23:00:39 -0500 Subject: [PATCH 3/7] ves utility --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a35af5e..58705eb 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,7 @@ A curated list of cryptography resources and links. - [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. +- [ves](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. ### Plugins From 38a753b63afe19a035389eb865d981f9d1e158d8 Mon Sep 17 00:00:00 2001 From: Jim Zubov Date: Fri, 25 Jan 2019 11:42:00 -0500 Subject: [PATCH 4/7] VES utility link updated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58705eb..7450716 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ A curated list of cryptography resources and links. - [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. -- [ves](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. +- [ves](https://ves.host/docs/ves-util) - End-to-end encrypted sharing via cloud repository, secure recovery through a viral network of friends in case of key loss. ### Plugins From cc41b9b156dd22203a7fb858468df166d7dd8e04 Mon Sep 17 00:00:00 2001 From: Jim Zubov Date: Thu, 30 Sep 2021 01:46:32 -0400 Subject: [PATCH 5/7] SNIF --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bd1866a..c9a3b76 100644 --- a/README.md +++ b/README.md @@ -173,6 +173,7 @@ A curated list of cryptography resources and links. - [OpenSSL](https://github.com/openssl/openssl) - TLS/SSL and crypto library. - [PolarSSL](https://tls.mbed.org/) - PolarSSL makes it trivially easy for developers to include cryptographic and SSL/TLS capabilities in their (embedded) products, facilitating this functionality with a minimal coding footprint. - [RHash](https://github.com/rhash/RHash) - Great utility for computing hash sums. +- [SNIF](https://github.com/vesvault/snif) - e2e TLS trust for IoT - [themis](https://github.com/cossacklabs/themis) - High level crypto library for storing data (AES), secure messaging (ECC + ECDSA / RSA + PSS + PKCS#7) and session-oriented, forward secrecy data exchange (ECDH key agreement, ECC & AES encryption). Ported on many languages and platforms, suitable for client-server infastructures. - [tiny-AES128-C](https://github.com/kokke/tiny-AES128-C) - Small portable AES128 in C. - [wolfSSL](https://github.com/wolfSSL/wolfssl) - Small, fast, portable implementation of TLS/SSL for embedded devices to the cloud. From 07d27b0d92e734841c14b42ab7afb594d23fb8b2 Mon Sep 17 00:00:00 2001 From: Jim Zubov Date: Thu, 30 Sep 2021 01:53:57 -0400 Subject: [PATCH 6/7] order fix --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c9a3b76..efbf45e 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,6 @@ A curated list of cryptography resources and links. - [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. - [milagro-crypto-c](https://github.com/apache/incubator-milagro-crypto-c) - Small, self-contained and fast open source crypto library. It supports RSA, ECDH, ECIES, ECDSA, AES-GCM, SHA2, SHA3 and Pairing-Based Cryptography. - [monocypher](https://monocypher.org) - 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. From 3289bc066f8fccbc70ca2687bd24841ffc9d6575 Mon Sep 17 00:00:00 2001 From: Jim Zubov Date: Wed, 3 Nov 2021 00:51:50 -0400 Subject: [PATCH 7/7] VESlocker - Hardware-grade PIN security API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index efbf45e..e8b152e 100644 --- a/README.md +++ b/README.md @@ -288,6 +288,7 @@ A curated list of cryptography resources and links. - [sjcl](https://github.com/bitwiseshiftleft/sjcl) - Stanford JavaScript Crypto Library. - [TweetNaCl.js](https://github.com/dchest/tweetnacl-js) - A port of TweetNaCl / NaCl for JavaScript for modern browsers and Node.js. - [URSA](https://github.com/quartzjer/ursa) - RSA public/private key OpenSSL bindings for Node. +- [VESlocker](https://github.com/vesvault/VESlocker) - Hardware-grade PIN security API. ### Java