From df7025df81a4c2c4f116e9880ba9b3bda14e325b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Heitor=20Gouv=C3=AAa?= Date: Fri, 23 Dec 2016 05:22:20 -0200 Subject: [PATCH 1/5] added nipe (#37) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3bbbe6a..bb8aadc 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,7 @@ A curated list of cryptography resources and links. - [cryptomator](https://github.com/cryptomator/cryptomator) - Multi-platform transparent client-side encryption of your files in the cloud. - [gpg](https://www.gnupg.org/) - 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. - [ironssh](https://ironcorelabs.com/products/ironsftp) - 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. ### Plugins From f663c1cb9420243e2a7708ebe1f26fceeec73a8c Mon Sep 17 00:00:00 2001 From: sarneaud Date: Tue, 31 Jan 2017 23:37:11 +1100 Subject: [PATCH 2/5] Remove PyCrypto from Awesome Cryptography list (#38) It has several issues (some security-related) that won't be fixed because the project isn't being maintained. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index bb8aadc..effc9ce 100644 --- a/README.md +++ b/README.md @@ -282,7 +282,6 @@ encryption library providing MD5, SHA1, SHA2 hashing and HMAC functionality, as - [cryptopy](https://sourceforge.net/projects/cryptopy/) - Pure python implmentation of cryptographic algorithms and applications. - [hashids](https://github.com/davidaurelio/hashids-python) - Implementation of [hashids](http://hashids.org) in Python. - [paramiko](http://www.paramiko.org/) - Python implementation of the SSHv2 protocol, providing both client and server functionality. -- [pycrypto](https://github.com/dlitz/pycrypto) - The Python Cryptography Toolkit. - [pycryptodome](https://github.com/Legrandin/pycryptodome) - Self-contained Python package of low-level cryptographic primitives. - [PyElliptic](https://github.com/yann2192/pyelliptic) - Python OpenSSL wrapper. For modern cryptography with ECC, AES, HMAC, Blowfish. - [pynacl](https://github.com/pyca/pynacl) - Python binding to the Networking and Cryptography (NaCl) library. From 7f3dbd1500b9461412be6857cc2207f5040858db Mon Sep 17 00:00:00 2001 From: DavidLamabuer Date: Sat, 18 Feb 2017 18:04:00 +0100 Subject: [PATCH 3/5] Added Laravel Package using libsodium (#39) * Added Laravel Package using libsodium * Sorted libsodium-laravel Item alphabetically. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index effc9ce..a30dbc6 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,7 @@ encryption library providing MD5, SHA1, SHA2 hashing and HMAC functionality, as ### PHP - [halite](https://paragonie.com/project/halite) - Simple library for encryption using `libsodium`. +- [libsodium-laravel](https://github.com/scrothers/libsodium-laravel) - Laravel Package Abstraction using `libsodium`. - [PHP Encryption](https://github.com/defuse/php-encryption) - Library for encrypting data with a key or password in PHP. - [TCrypto](https://github.com/timoh6/TCrypto) - TCrypto is a simple and flexible PHP 5.3+ in-memory key-value storage library. From 0c13e6f87e215bb15c219516806cc9580199ee52 Mon Sep 17 00:00:00 2001 From: tankfeeder Date: Wed, 29 Mar 2017 09:05:57 +0300 Subject: [PATCH 4/5] Update README.md (#42) * Update README.md add (C, monocypher) * Update README.md fix order --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a30dbc6..0d67f87 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,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. +- [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. - [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. From fdd6806e815efb62642c6903ac256992b4444230 Mon Sep 17 00:00:00 2001 From: Umair Aslam Date: Mon, 5 Jun 2017 14:51:53 -0400 Subject: [PATCH 5/5] Added Clj-crypto (#44) Added Clj-crypto, a wrapper for Bouncy Castle which allows you to easily use cryptography in your clojure app --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0d67f87..819af12 100644 --- a/README.md +++ b/README.md @@ -163,6 +163,7 @@ A curated list of cryptography resources and links. ### Clojure - [buddy-core](https://funcool.github.io/buddy-core/latest/) - Cryptographic Api. +- [clj-crypto](https://github.com/macourtney/clj-crypto/) - Wrapper for Bouncy Castle. - [pandect](https://github.com/xsc/pandect) - Fast and easy-to-use Message Digest, Checksum and HMAC library for Clojure. ### Common Lisp