<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Track Awesome Cryptography Updates Daily</title>
  <id>https://www.trackawesomelist.com/sobolevn/awesome-cryptography/feed.xml</id>
  <updated>2025-06-05T12:58:37.692Z</updated>
  <link rel="self" type="application/atom+xml" href="https://www.trackawesomelist.com/sobolevn/awesome-cryptography/feed.xml"/>
  <link rel="alternate" type="application/json" href="https://www.trackawesomelist.com/sobolevn/awesome-cryptography/feed.json"/>
  <link rel="alternate" type="text/html" href="https://www.trackawesomelist.com/sobolevn/awesome-cryptography/"/>
  <generator uri="https://github.com/bcomnes/jsonfeed-to-atom#readme" version="1.2.2">jsonfeed-to-atom</generator>
  <icon>https://www.trackawesomelist.com/favicon.ico</icon>
  <logo>https://www.trackawesomelist.com/icon.png</logo>
  <subtitle>A curated list of cryptography resources and links.</subtitle>
  <entry>
    <id>https://www.trackawesomelist.com/2025/06/05/</id>
    <title>Awesome Cryptography Updates on Jun 05, 2025</title>
    <updated>2025-06-05T12:58:37.692Z</updated>
    <published>2025-06-05T12:58:37.692Z</published>
    <content type="html"><![CDATA[<h3><p>JavaScript / Git</p>
</h3>
<ul>
<li><a href="https://github.com/paulmillr/micro-rsa-dsa-dh" rel="noopener noreferrer">micro-rsa-dsa-dh (⭐17)</a> - Minimal implementation of older cryptography algorithms: RSA, DSA, DH, ElGamal.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2025/06/05/"/>
    <summary>1 awesome projects updated on Jun 05, 2025</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/10/16/</id>
    <title>Awesome Cryptography Updates on Oct 16, 2024</title>
    <updated>2024-10-16T01:53:59.211Z</updated>
    <published>2024-10-16T01:53:59.211Z</published>
    <content type="html"><![CDATA[<h3><p>Courses / Hash functions</p>
</h3>
<ul>
<li><a href="https://cryptography101.ca/crypto101-building-blocks/" rel="noopener noreferrer">Cryptography 101: Building Blocks</a> - This introductory course (Fall 2024) by Alfred Menezes covers the fundamental cryptographic primitives: symmetric-key encryption, hash functions, MACs, authenticated encryption, public-key encryption, signatures, key agreement, RSA, elliptic curve cryptography.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/10/16/"/>
    <summary>1 awesome projects updated on Oct 16, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/07/01/</id>
    <title>Awesome Cryptography Updates on Jul 01, 2024</title>
    <updated>2024-07-01T01:46:27.589Z</updated>
    <published>2024-07-01T01:46:27.589Z</published>
    <content type="html"><![CDATA[<h3><p>Rust / Git</p>
</h3>
<ul>
<li><a href="https://github.com/pluto/ronkathon" rel="noopener noreferrer">ronkathon (⭐313)</a> - Educational, mathematically transparent, well documentated cryptography in rust.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/07/01/"/>
    <summary>1 awesome projects updated on Jul 01, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/06/25/</id>
    <title>Awesome Cryptography Updates on Jun 25, 2024</title>
    <updated>2024-06-25T01:36:15.417Z</updated>
    <published>2024-06-25T01:36:15.417Z</published>
    <content type="html"><![CDATA[<h3><p>Other lists / Hash functions</p>
</h3>
<ul>
<li><a href="https://stellastra.com/cipher-suite" rel="noopener noreferrer">TLS Cipher Suites</a> - A list of TLS cipher suites and their security ratings.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/06/25/"/>
    <summary>1 awesome projects updated on Jun 25, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/05/17/</id>
    <title>Awesome Cryptography Updates on May 17, 2024</title>
    <updated>2024-05-17T01:32:09.591Z</updated>
    <published>2024-05-17T01:32:09.543Z</published>
    <content type="html"><![CDATA[<h3><p>Rust / Git</p>
</h3>
<ul>
<li><a href="https://github.com/RustCrypto/AEADs" rel="noopener noreferrer">AEADs (⭐796)</a> - Authenticated Encryption with Associated Data Algorithms: high-level encryption ciphers.</li>
</ul>

<ul>
<li><a href="https://github.com/brndnmtthws/dryoc" rel="noopener noreferrer">dryoc (⭐311)</a> - A pure-Rust, general purpose crypto library that implements libsodium primitives.</li>
</ul>

<ul>
<li><a href="https://github.com/RustCrypto/elliptic-curves" rel="noopener noreferrer">elliptic-curves (⭐752)</a> - Collection of pure Rust elliptic curve implementations: NIST P-224, P-256, P-384, P-521, secp256k1, SM2.</li>
</ul>

<ul>
<li><a href="https://github.com/RustCrypto/formats" rel="noopener noreferrer">formats (⭐277)</a> - Cryptography-related format encoders/decoders: DER, PEM, PKCS, PKIX.</li>
</ul>

<ul>
<li><a href="https://github.com/RustCrypto/hashes" rel="noopener noreferrer">hashes (⭐2k)</a> - Collection of cryptographic hash functions written in pure Rust.</li>
</ul>

<ul>
<li><a href="https://github.com/RustCrypto/password-hashes" rel="noopener noreferrer">password-hashes (⭐758)</a> - Collection of password hashing algorithms, otherwise known as password-based key derivation functions, written in pure Rust.</li>
</ul>

<ul>
<li><a href="https://github.com/RustCrypto/signatures" rel="noopener noreferrer">signatures (⭐531)</a> - Cryptographic signature algorithms: DSA, ECDSA, Ed25519.</li>
</ul>

<ul>
<li><a href="https://github.com/mcginty/snow?tab=readme-ov-file" rel="noopener noreferrer">snow (⭐941)</a> - Pure Rust implementation of Trevor Perrin’s <a href="https://noiseprotocol.org/noise.html" rel="noopener noreferrer">Noise Protocol</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/05/17/"/>
    <summary>8 awesome projects updated on May 17, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/02/29/</id>
    <title>Awesome Cryptography Updates on Feb 29, 2024</title>
    <updated>2024-02-29T12:35:41.782Z</updated>
    <published>2024-02-29T12:35:41.782Z</published>
    <content type="html"><![CDATA[<h3><p>Java / Git</p>
</h3>
<ul>
<li><a href="https://github.com/tink-crypto/tink-java" rel="noopener noreferrer">Google Tink (⭐185)</a> - A small crypto library that provides a safe, simple, agile and fast way to accomplish some common crypto tasks.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/02/29/"/>
    <summary>1 awesome projects updated on Feb 29, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/01/01/</id>
    <title>Awesome Cryptography Updates on Jan 01, 2024</title>
    <updated>2024-01-01T01:38:06.091Z</updated>
    <published>2024-01-01T01:38:06.091Z</published>
    <content type="html"><![CDATA[<h3><p>Scheme / Git</p>
</h3>
<ul>
<li><a href="https://gitlab.com/weinholt/industria" rel="noopener noreferrer">industria</a> - Motley assortment of cryptographic primitives, OpenSSH, DNS.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/01/01/"/>
    <summary>1 awesome projects updated on Jan 01, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/12/27/</id>
    <title>Awesome Cryptography Updates on Dec 27, 2023</title>
    <updated>2023-12-27T08:57:13.469Z</updated>
    <published>2023-12-27T08:57:13.457Z</published>
    <content type="html"><![CDATA[<h3><p>Scheme / Git</p>
</h3>
<ul>
<li><a href="https://github.com/caolan/chicken-sodium" rel="noopener noreferrer">chicken-sodium (⭐4)</a> - Bindings to libsodium crypto library for Chicken Scheme.</li>
</ul>

<ul>
<li><a href="https://wiki.call-cc.org/eggref/5/crypto-tools" rel="noopener noreferrer">crypto-tools</a> - Useful cryptographic primitives for Chicken Scheme.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/12/27/"/>
    <summary>2 awesome projects updated on Dec 27, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/12/25/</id>
    <title>Awesome Cryptography Updates on Dec 25, 2023</title>
    <updated>2023-12-25T12:37:12.679Z</updated>
    <published>2023-12-25T12:37:12.668Z</published>
    <content type="html"><![CDATA[<h3><p>Scheme / Git</p>
</h3>
<ul>
<li><a href="https://gitlab.com/gnutls/guile/" rel="noopener noreferrer">guile-gnutls</a> - GnuTLS bindings for GNU Guile.</li>
</ul>

<ul>
<li><a href="https://github.com/artyom-poptsov/guile-ssh" rel="noopener noreferrer">guile-ssh (⭐67)</a> - libssh bindings for GNU Guile.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/12/25/"/>
    <summary>2 awesome projects updated on Dec 25, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/10/31/</id>
    <title>Awesome Cryptography Updates on Oct 31, 2023</title>
    <updated>2023-10-31T12:38:20.171Z</updated>
    <published>2023-10-31T12:38:20.171Z</published>
    <content type="html"><![CDATA[<h3><p>Rust / Git</p>
</h3>
<ul>
<li><a href="https://github.com/randombit/botan-rs" rel="noopener noreferrer">botan-rs (⭐39)</a> - Botan bindings for Rust.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/10/31/"/>
    <summary>1 awesome projects updated on Oct 31, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/07/27/</id>
    <title>Awesome Cryptography Updates on Jul 27, 2023</title>
    <updated>2023-07-27T01:33:07.011Z</updated>
    <published>2023-07-27T01:33:07.011Z</published>
    <content type="html"><![CDATA[<h3><p>Algorithms / Hash functions</p>
</h3>
<ul>
<li><a href="https://en.wikipedia.org/wiki/SHA-3" rel="noopener noreferrer">SHA3</a> - Cryptographic hash function that produces a fixed-size output, typically 224, 256, 384, or 512 bits, from variable-size input data. It is part of the SHA-3 family of cryptographic algorithms designed to resist attacks from quantum computers and offers security properties such as pre-image resistance, second pre-image resistance, and collision resistance.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/07/27/"/>
    <summary>1 awesome projects updated on Jul 27, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/07/17/</id>
    <title>Awesome Cryptography Updates on Jul 17, 2023</title>
    <updated>2023-07-17T12:49:25.594Z</updated>
    <published>2023-07-17T12:49:25.360Z</published>
    <content type="html"><![CDATA[<h3><p>JavaScript / Git</p>
</h3>
<ul>
<li>noble - high-security, easily auditable set of contained cryptographic libraries and tools. Zero dependencies each.<ul>
<li><a href="https://github.com/paulmillr/noble-ciphers" rel="noopener noreferrer">noble-ciphers (⭐278)</a> — cryptographic ciphers, including AES-SIV, Salsa20, ChaCha, Poly1305 and FF1</li>
<li><a href="https://github.com/paulmillr/noble-curves" rel="noopener noreferrer">noble-curves (⭐779)</a> — elliptic curve cryptography, including Weierstrass, Edwards, Montgomery curves, pairings, hash-to-curve, poseidon hash, schnorr, secp256k1, ed25519, ed448, p521, bn254, bls12-381 and others. Also 4kb <a href="https://github.com/paulmillr/noble-secp256k1" rel="noopener noreferrer">noble-secp256k1 (⭐814)</a>, <a href="https://github.com/paulmillr/noble-ed25519" rel="noopener noreferrer">noble-ed25519 (⭐456)</a></li>
<li><a href="https://github.com/paulmillr/noble-hashes" rel="noopener noreferrer">noble-hashes (⭐680)</a> — SHA2, SHA3, RIPEMD, BLAKE2/3, HMAC, HKDF, PBKDF2, Scrypt &amp; Argon2id</li>
<li><a href="https://github.com/paulmillr/noble-post-quantum" rel="noopener noreferrer">noble-post-quantum (⭐178)</a> — ML-KEM, ML-DSA, SLH-DSA (CRYSTALS-Kyber, CRYSTALS-Dilithium, Sphincs+) and hybrids</li>
</ul>
</li>
</ul>
<h3><p>Web-sites / Git</p>
</h3>
<ul>
<li><a href="https://paulmillr.com/noble/#demo" rel="noopener noreferrer">Eliptic Curve Calculator</a> - simple form that allows to calculate elliptic curve public keys and signatures. Features include ability to create custom curves and different signature types</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/07/17/"/>
    <summary>2 awesome projects updated on Jul 17, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/07/15/</id>
    <title>Awesome Cryptography Updates on Jul 15, 2022</title>
    <updated>2022-07-15T06:59:17.000Z</updated>
    <published>2022-07-15T06:59:17.000Z</published>
    <content type="html"><![CDATA[<h3><p>Go / Git</p>
</h3>
<ul>
<li><a href="https://github.com/dedis/kyber" rel="noopener noreferrer">kyber (⭐666)</a> - Advanced crypto library for the Go language.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/07/15/"/>
    <summary>1 awesome projects updated on Jul 15, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/06/11/</id>
    <title>Awesome Cryptography Updates on Jun 11, 2022</title>
    <updated>2022-06-11T06:46:03.000Z</updated>
    <published>2022-06-11T06:46:03.000Z</published>
    <content type="html"><![CDATA[<h3><p>Rust / Git</p>
</h3>
<ul>
<li><a href="https://github.com/orion-rs/orion" rel="noopener noreferrer">orion (⭐680)</a> - is a cryptography library written in pure Rust. It aims to provide easy and usable crypto while trying to minimize the use of unsafe code.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/06/11/"/>
    <summary>1 awesome projects updated on Jun 11, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/05/25/</id>
    <title>Awesome Cryptography Updates on May 25, 2022</title>
    <updated>2022-05-25T22:18:49.000Z</updated>
    <published>2022-05-25T22:18:49.000Z</published>
    <content type="html"><![CDATA[<h3><p>Books / Hash functions</p>
</h3>
<ul>
<li><a href="https://www.wiley.com/en-ie/Applied+Cryptography%3A+Protocols%2C+Algorithms+and+Source+Code+in+C%2C+20th+Anniversary+Edition-p-9781119439028" rel="noopener noreferrer">Applied Cryptography: Protocols, Algorithms and Source Code in C</a> - This cryptography classic provides you with a comprehensive survey of modern cryptography.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/05/25/"/>
    <summary>1 awesome projects updated on May 25, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/01/25/</id>
    <title>Awesome Cryptography Updates on Jan 25, 2022</title>
    <updated>2022-01-25T19:36:38.000Z</updated>
    <published>2022-01-25T19:36:38.000Z</published>
    <content type="html"><![CDATA[<h3><p>C++ / Git</p>
</h3>
<ul>
<li><a href="https://github.com/NilFoundation/crypto3" rel="noopener noreferrer">=nil; Crypto3 (⭐85)</a> - Modern Cryptography Suite in C++17 (complete applied cryptography suite starting with block ciphers and ending with threshold cryptography, zk proof systems, etc).</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/01/25/"/>
    <summary>1 awesome projects updated on Jan 25, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/01/21/</id>
    <title>Awesome Cryptography Updates on Jan 21, 2022</title>
    <updated>2022-01-21T08:13:05.000Z</updated>
    <published>2022-01-21T08:13:05.000Z</published>
    <content type="html"><![CDATA[<h3><p>OCaml / Git</p>
</h3>
<ul>
<li><a href="https://github.com/mirage/digestif" rel="noopener noreferrer">Digestif (⭐90)</a> - is a toolbox that implements various cryptographic primitives in C and OCaml.</li>
</ul>

<ul>
<li><a href="https://github.com/mirleft/ocaml-tls" rel="noopener noreferrer">ocaml-tls (⭐309)</a> - TLS in pure OCaml.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/01/21/"/>
    <summary>2 awesome projects updated on Jan 21, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/12/31/</id>
    <title>Awesome Cryptography Updates on Dec 31, 2021</title>
    <updated>2021-12-31T10:21:39.000Z</updated>
    <published>2021-12-31T09:02:19.000Z</published>
    <content type="html"><![CDATA[<h3><p>Books / Hash functions</p>
</h3>
<ul>
<li><a href="https://cacr.uwaterloo.ca/hac/" rel="noopener noreferrer">Handbook of Applied Cryptography</a> - This book is intended as a reference for professional cryptographers.</li>
</ul>
<h3><p>Rust / Git</p>
</h3>
<ul>
<li><a href="https://github.com/BLAKE3-team/BLAKE3" rel="noopener noreferrer">BLAKE3 (⭐5.6k)</a> - is official Rust and C implementations of the BLAKE3 cryptographic hash function.</li>
</ul>

<ul>
<li><a href="https://github.com/str4d/rage" rel="noopener noreferrer">rage (⭐3k)</a> - is a simple, modern, and secure file encryption tool, using the age format.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/12/31/"/>
    <summary>3 awesome projects updated on Dec 31, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/12/27/</id>
    <title>Awesome Cryptography Updates on Dec 27, 2021</title>
    <updated>2021-12-27T13:09:51.000Z</updated>
    <published>2021-12-27T13:09:51.000Z</published>
    <content type="html"><![CDATA[<h3><p>C / Git</p>
</h3>
<ul>
<li><a href="https://github.com/smuellerDD/libkcapi" rel="noopener noreferrer">libkcapi (⭐179)</a> - Linux Kernel Crypto API User Space Interface Library.</li>
</ul>

<ul>
<li><a href="https://github.com/gnutls/nettle" rel="noopener noreferrer">nettle (⭐68)</a> - is a cryptographic library that is designed to fit easily in more or less any context: In crypto toolkits for object-oriented languages (C++, Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel space.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/12/27/"/>
    <summary>2 awesome projects updated on Dec 27, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/12/24/</id>
    <title>Awesome Cryptography Updates on Dec 24, 2021</title>
    <updated>2021-12-24T22:53:57.000Z</updated>
    <published>2021-12-24T22:53:57.000Z</published>
    <content type="html"><![CDATA[<h3><p>C / Git</p>
</h3>
<ul>
<li><a href="https://github.com/XKCP/XKCP" rel="noopener noreferrer">XKCP (⭐608)</a> — is a repository that gathers different free and open-source implementations of the cryptographic schemes defined by the Keccak team.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/12/24/"/>
    <summary>1 awesome projects updated on Dec 24, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/12/11/</id>
    <title>Awesome Cryptography Updates on Dec 11, 2021</title>
    <updated>2021-12-11T12:44:30.000Z</updated>
    <published>2021-12-11T12:44:30.000Z</published>
    <content type="html"><![CDATA[<h3><p>Python / Git</p>
</h3>
<ul>
<li><a href="https://github.com/tlsfuzzer/python-ecdsa" rel="noopener noreferrer">ecdsa (⭐941)</a> - An easy-to-use implementation of ECC with support for ECDSA and ECDH.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/12/11/"/>
    <summary>1 awesome projects updated on Dec 11, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/11/09/</id>
    <title>Awesome Cryptography Updates on Nov 09, 2021</title>
    <updated>2021-11-09T14:09:14.000Z</updated>
    <published>2021-11-09T14:09:14.000Z</published>
    <content type="html"><![CDATA[<h3><p>Rust / Git</p>
</h3>
<ul>
<li><a href="https://github.com/ockam-network/ockam" rel="noopener noreferrer">ockam (⭐4.5k)</a> - is a Rust library for end-to-end encryption and mutual authentication.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/11/09/"/>
    <summary>1 awesome projects updated on Nov 09, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/08/16/</id>
    <title>Awesome Cryptography Updates on Aug 16, 2021</title>
    <updated>2021-08-16T13:56:23.000Z</updated>
    <published>2021-08-16T13:56:23.000Z</published>
    <content type="html"><![CDATA[<h3><p>Java / Git</p>
</h3>
<ul>
<li><a href="https://github.com/Password4j/password4j" rel="noopener noreferrer">Password4j (⭐377)</a> - A Java user-friendly cryptographic library for hashing and checking passwords with different Key derivation functions (KDFs) and Cryptographic hash functions (CHFs).</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/08/16/"/>
    <summary>1 awesome projects updated on Aug 16, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/08/08/</id>
    <title>Awesome Cryptography Updates on Aug 08, 2021</title>
    <updated>2021-08-08T09:55:01.000Z</updated>
    <published>2021-08-08T09:55:01.000Z</published>
    <content type="html"><![CDATA[<h3><p>Courses / Hash functions</p>
</h3>
<ul>
<li><a href="https://intensecrypto.org/" rel="noopener noreferrer">Harvard's Cryptography Lecture notes</a> - An introductory but fast-paced undergraduate/beginning graduate course on cryptography, Used for Harvard CS 127.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/08/08/"/>
    <summary>1 awesome projects updated on Aug 08, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/07/06/</id>
    <title>Awesome Cryptography Updates on Jul 06, 2021</title>
    <updated>2021-07-06T10:12:52.000Z</updated>
    <published>2021-07-06T10:12:52.000Z</published>
    <content type="html"><![CDATA[<h3><p>JavaScript / Git</p>
</h3>
<ul>
<li><a href="https://github.com/dchest/tweetnacl-js" rel="noopener noreferrer">TweetNaCl.js (⭐1.9k)</a> - A port of TweetNaCl / NaCl for JavaScript for modern browsers and Node.js.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/07/06/"/>
    <summary>1 awesome projects updated on Jul 06, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/06/19/</id>
    <title>Awesome Cryptography Updates on Jun 19, 2021</title>
    <updated>2021-06-19T07:55:11.000Z</updated>
    <published>2021-06-19T07:55:11.000Z</published>
    <content type="html"><![CDATA[<h3><p>Courses / Hash functions</p>
</h3>
<ul>
<li><a href="https://www.schneier.com/wp-content/uploads/2016/02/paper-self-study.pdf" rel="noopener noreferrer">A Self-Study Course In Block-Cipher Cryptanalysis</a> - This paper attempts to organize the existing literature of block-cipher cryptanalysis in a way that students can use to learn cryptanalytic techniques and ways to break algorithms, by Bruce Schneier.</li>
</ul>
<h3><p>JavaScript / Git</p>
</h3>
<ul>
<li><a href="https://github.com/shaneGirish/bcrypt-Node.js" rel="noopener noreferrer">bcrypt-Node.js</a> - Native implementation of bcrypt for Node.js.</li>
</ul>

<ul>
<li><a href="https://github.com/wwwtyro/cryptico" rel="noopener noreferrer">cryptico (⭐1.2k)</a> - Easy-to-use encryption system utilizing RSA and AES for JavaScript.</li>
</ul>

<ul>
<li><a href="https://github.com/gwjjeff/cryptojs" rel="noopener noreferrer">cryptojs (⭐328)</a> - Provide standard and secure cryptographic algorithms for Node.js.</li>
</ul>

<ul>
<li><a href="https://github.com/digitalbazaar/forge" rel="noopener noreferrer">forge (⭐5.2k)</a> - Native implementation of TLS in JavaScript and tools to write crypto-based and network-heavy webapps.</li>
</ul>

<ul>
<li><a href="https://docs.ironcorelabs.com/ironnode-sdk/overview" rel="noopener noreferrer">IronNode</a> - Transform encryption library, a variant of proxy re-encryption, for encrypting to users or groups, and easily adding strong data controls to Node.js apps.</li>
</ul>

<ul>
<li><a href="https://github.com/tonyg/js-nacl" rel="noopener noreferrer">js-nacl (⭐493)</a> - Pure-JavaScript High-level API to Emscripten-compiled libsodium routines.</li>
</ul>

<ul>
<li><a href="https://github.com/travist/jsencrypt" rel="noopener noreferrer">jsencrypt (⭐6.7k)</a> - JavaScript library to perform OpenSSL RSA Encryption, Decryption, and Key Generation.</li>
</ul>

<ul>
<li><a href="https://github.com/h2non/jshashes" rel="noopener noreferrer">JShashes (⭐728)</a> - Fast and dependency-free cryptographic hashing library for Node.js and browsers (supports MD5, SHA1, SHA256, SHA512, RIPEMD, HMAC).</li>
</ul>

<ul>
<li><a href="https://github.com/cossacklabs/themis/wiki/Nodejs-Howto" rel="noopener noreferrer">jsThemis (⭐1.9k)</a> - 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 &amp; AES encryption).</li>
</ul>

<ul>
<li><a href="https://github.com/apache/incubator-milagro-crypto-js" rel="noopener noreferrer">milagro-crypto-js (⭐19)</a> - MCJS is a standards compliant JavaScript cryptographic library with no external dependencies except for the random seed source. Compatible for Node.js and browser. It supports RSA, ECDH, ECIES, ECDSA, AES-GCM, SHA2, SHA3, Pairing-Based Cryptography and New Hope.</li>
</ul>

<ul>
<li><a href="https://github.com/ncb000gt/node.bcrypt.js" rel="noopener noreferrer">node.bcrypt.js (⭐7.6k)</a> - bcrypt for Node.js.</li>
</ul>

<ul>
<li><a href="https://github.com/bitwiseshiftleft/sjcl" rel="noopener noreferrer">sjcl (⭐7.2k)</a> - Stanford JavaScript Crypto Library.</li>
</ul>
<h3><p>Objective-C / Git</p>
</h3>
<ul>
<li><a href="https://github.com/cossacklabs/themis/wiki/Objective-C-Howto" rel="noopener noreferrer">ObjC Themis (⭐1.9k)</a> - ObjC wrapper on Themis for iOS and macOS. 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 &amp; AES encryption).</li>
</ul>
<h3><p>Swift / Git</p>
</h3>
<ul>
<li><a href="https://github.com/Zewo/OpenSSL" rel="noopener noreferrer">OpenSSL (⭐41)</a> - Swift OpenSSL for macOS and Linux.</li>
</ul>

<ul>
<li><a href="https://github.com/jedisct1/swift-sodium" rel="noopener noreferrer">Swift-Sodium (⭐532)</a> - Swift interface to the Sodium library for common crypto operations for iOS and macOS.</li>
</ul>

<ul>
<li><a href="https://github.com/cossacklabs/themis/wiki/Swift-Howto" rel="noopener noreferrer">SwiftThemis (⭐1.9k)</a> - Swift wrapper on Themis for iOS and macOS. 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 &amp; AES encryption).</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/06/19/"/>
    <summary>17 awesome projects updated on Jun 19, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/06/08/</id>
    <title>Awesome Cryptography Updates on Jun 08, 2021</title>
    <updated>2021-06-08T07:25:03.000Z</updated>
    <published>2021-06-08T07:25:03.000Z</published>
    <content type="html"><![CDATA[<h3><p>Algorithms / Asymmetric encryption</p>
</h3>
<ul>
<li><a href="https://en.wikipedia.org/wiki/Elliptic-curve_cryptography" rel="noopener noreferrer">ECC</a> - Public-key cryptosystems based on the algebraic structure of elliptic curves over finite fields.</li>
</ul>

<ul>
<li><a href="https://en.wikipedia.org/wiki/RSA_(cryptosystem)" rel="noopener noreferrer">RSA</a> - One of the first practical public-key cryptosystems and is widely used for secure data transmission. In RSA, this asymmetry is based on the practical difficulty of factoring the product of two large prime numbers, the factoring problem.</li>
</ul>
<h3><p>Web-sites / Git</p>
</h3>
<ul>
<li><a href="https://dashboard.nbshare.io/apps/reddit/top-crypto-subreddits/" rel="noopener noreferrer">Cryptocurrencies Dashboard</a> - A dashboard of most active cryptocurrencies discussed on Reddit.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/06/08/"/>
    <summary>3 awesome projects updated on Jun 08, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/04/24/</id>
    <title>Awesome Cryptography Updates on Apr 24, 2021</title>
    <updated>2021-04-24T05:26:38.000Z</updated>
    <published>2021-04-24T05:26:38.000Z</published>
    <content type="html"><![CDATA[<h3><p>Algorithms / Asymmetric encryption</p>
</h3>
<ul>
<li><a href="https://en.wikipedia.org/wiki/Diffie%E2%80%93Hellman_key_exchange" rel="noopener noreferrer">DH</a> - A method of exchanging cryptographic keys securely over a public channel. Unlike RSA, the Diffie-Hellman Key Exchange is not encryption, and is only a way for two parties to agree on a shared secret value. Since the keys generated are completely pseudo-random, DH key exchanges can provide forward secrecy (<a href="https://en.wikipedia.org/wiki/Forward_secrecy" rel="noopener noreferrer">https://en.wikipedia.org/wiki/Forward_secrecy</a>).</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/04/24/"/>
    <summary>1 awesome projects updated on Apr 24, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/02/25/</id>
    <title>Awesome Cryptography Updates on Feb 25, 2021</title>
    <updated>2021-02-25T08:12:34.000Z</updated>
    <published>2021-02-25T08:12:34.000Z</published>
    <content type="html"><![CDATA[<h3><p>Web-sites / Git</p>
</h3>
<ul>
<li><a href="https://www.iacr.org/authors/tikz/" rel="noopener noreferrer">TikZ for Cryptographers</a> - A collection of block diagrams of common cryptographic functions drawn in TikZ to be used in research papers and presentations written in LaTeX.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/02/25/"/>
    <summary>1 awesome projects updated on Feb 25, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/02/12/</id>
    <title>Awesome Cryptography Updates on Feb 12, 2021</title>
    <updated>2021-02-12T10:14:19.000Z</updated>
    <published>2021-02-12T10:14:19.000Z</published>
    <content type="html"><![CDATA[<h3><p>Standalone / Hash functions</p>
</h3>
<ul>
<li><a href="https://databunker.org/" rel="noopener noreferrer">Databunker</a> - API based personal data or PII storage service built to comply with GDPR and CCPA.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/02/12/"/>
    <summary>1 awesome projects updated on Feb 12, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/12/17/</id>
    <title>Awesome Cryptography Updates on Dec 17, 2020</title>
    <updated>2020-12-17T14:12:33.000Z</updated>
    <published>2020-12-17T14:12:33.000Z</published>
    <content type="html"><![CDATA[<h3><p>Rust / Git</p>
</h3>
<ul>
<li><a href="https://github.com/google/mundane" rel="noopener noreferrer">mundane (⭐1.1k)</a> - is a Rust cryptography library backed by BoringSSL that is difficult to misuse, ergonomic, and performant.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/12/17/"/>
    <summary>1 awesome projects updated on Dec 17, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/10/08/</id>
    <title>Awesome Cryptography Updates on Oct 08, 2020</title>
    <updated>2020-10-08T08:58:06.000Z</updated>
    <published>2020-10-08T08:58:06.000Z</published>
    <content type="html"><![CDATA[<h3><p>Clojure / Git</p>
</h3>
<ul>
<li><a href="https://github.com/lk-geimfari/secrets.clj" rel="noopener noreferrer">secrets.clj (⭐95)</a> - A Clojure library designed to generate cryptographically strong random numbers suitable for managing data such as passwords, account authentication, security tokens, and related secrets.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/10/08/"/>
    <summary>1 awesome projects updated on Oct 08, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/07/28/</id>
    <title>Awesome Cryptography Updates on Jul 28, 2020</title>
    <updated>2020-07-28T05:33:40.000Z</updated>
    <published>2020-07-28T05:33:40.000Z</published>
    <content type="html"><![CDATA[<h3><p>Playgrounds / Git</p>
</h3>
<ul>
<li><a href="https://vishwas1.github.io/crypto/index.html#/crypto" rel="noopener noreferrer">Cryptography Playground</a> - A simple web tool to play and learn basic concepts of cryptography like, hashing, symmetric, asymmetric, zkp etc.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/07/28/"/>
    <summary>1 awesome projects updated on Jul 28, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/06/22/</id>
    <title>Awesome Cryptography Updates on Jun 22, 2020</title>
    <updated>2020-06-22T08:25:09.000Z</updated>
    <published>2020-06-22T08:25:09.000Z</published>
    <content type="html"><![CDATA[<h3><p>Articles / Hash functions</p>
</h3>
<ul>
<li><a href="https://www.netlogix.at/news/artikel/password-insecurity-part-1/" rel="noopener noreferrer">Password Insecurity</a> - This article is written for everybody who is interested in password security.</li>
</ul>
<h3><p>Python / Git</p>
</h3>
<ul>
<li><a href="https://github.com/georgemarshall/django-cryptography" rel="noopener noreferrer">django-cryptography (⭐395)</a> - Easily encrypt data in Django.</li>
</ul>
<h3><p>Web-sites / Git</p>
</h3>
<ul>
<li><a href="https://bettercrypto.org/" rel="noopener noreferrer">Applied Crypto Hardening</a> - A lot ready to use best practice examples for securing web servers and more.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/06/22/"/>
    <summary>3 awesome projects updated on Jun 22, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/04/10/</id>
    <title>Awesome Cryptography Updates on Apr 10, 2020</title>
    <updated>2020-04-10T12:11:28.000Z</updated>
    <published>2020-04-10T12:11:28.000Z</published>
    <content type="html"><![CDATA[<h3><p>Web-sites / Git</p>
</h3>
<ul>
<li><a href="https://cryptohack.org/" rel="noopener noreferrer">Cryptohack</a> - A platform with lots of interactive cryptography challenges, similar to Cryptopals.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/04/10/"/>
    <summary>1 awesome projects updated on Apr 10, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/02/16/</id>
    <title>Awesome Cryptography Updates on Feb 16, 2020</title>
    <updated>2020-02-16T10:48:06.000Z</updated>
    <published>2020-02-16T10:48:06.000Z</published>
    <content type="html"><![CDATA[<h3><p>C / Git</p>
</h3>
<ul>
<li><a href="https://monocypher.org" rel="noopener noreferrer">monocypher</a> - small, portable, easy to use crypto library inspired by libsodium and TweetNaCl.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/02/16/"/>
    <summary>1 awesome projects updated on Feb 16, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/02/03/</id>
    <title>Awesome Cryptography Updates on Feb 03, 2020</title>
    <updated>2020-02-03T13:07:06.000Z</updated>
    <published>2020-02-03T13:07:06.000Z</published>
    <content type="html"><![CDATA[<h3><p>Books / Hash functions</p>
</h3>
<ul>
<li><a href="https://simonsingh.net/books/the-code-book/" rel="noopener noreferrer">The Code Book</a> - This book is a digest of the history of cryptography, covering both ancient times, and newer cryptography methods. There are exercises at the end and the solution of those was rewarded with $10.000.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/02/03/"/>
    <summary>1 awesome projects updated on Feb 03, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/10/15/</id>
    <title>Awesome Cryptography Updates on Oct 15, 2019</title>
    <updated>2019-10-15T12:11:43.000Z</updated>
    <published>2019-10-15T12:11:43.000Z</published>
    <content type="html"><![CDATA[<h3><p>Web-tools / Git</p>
</h3>
<ul>
<li><a href="http://factordb.com/" rel="noopener noreferrer">factordb.com</a> - Factordb.com is tool used to store known factorizations of any number.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/10/15/"/>
    <summary>1 awesome projects updated on Oct 15, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/07/16/</id>
    <title>Awesome Cryptography Updates on Jul 16, 2019</title>
    <updated>2019-07-16T17:19:17.000Z</updated>
    <published>2019-07-16T17:19:17.000Z</published>
    <content type="html"><![CDATA[<h3><p>Books / Hash functions</p>
</h3>
<ul>
<li><a href="https://www.manning.com/books/real-world-cryptography/" rel="noopener noreferrer">Real World Cryptography</a> - This book teaches you applied cryptographic techniques to understand and apply security at every level of your systems and applications.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/07/16/"/>
    <summary>1 awesome projects updated on Jul 16, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/07/03/</id>
    <title>Awesome Cryptography Updates on Jul 03, 2019</title>
    <updated>2019-07-03T09:04:19.000Z</updated>
    <published>2019-07-03T09:04:19.000Z</published>
    <content type="html"><![CDATA[<h3><p>C / Git</p>
</h3>
<ul>
<li><a href="https://github.com/apache/incubator-milagro-crypto-c" rel="noopener noreferrer">milagro-crypto-c (⭐36)</a> - Small, self-contained and fast open source crypto library. It supports RSA, ECDH, ECIES, ECDSA, AES-GCM, SHA2, SHA3 and Pairing-Based Cryptography.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/07/03/"/>
    <summary>1 awesome projects updated on Jul 03, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/06/10/</id>
    <title>Awesome Cryptography Updates on Jun 10, 2019</title>
    <updated>2019-06-10T13:11:13.000Z</updated>
    <published>2019-06-10T13:11:13.000Z</published>
    <content type="html"><![CDATA[<h3><p>Web-tools / Git</p>
</h3>
<ul>
<li><a href="https://www.boxentriq.com/code-breaking" rel="noopener noreferrer">Boxentriq</a> - Easy to use tools for analysis and code-breaking of the most frequent ciphers, including Vigenère, Beaufort, Keyed Caesar, Transposition Ciphers, etc.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/06/10/"/>
    <summary>1 awesome projects updated on Jun 10, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/01/29/</id>
    <title>Awesome Cryptography Updates on Jan 29, 2019</title>
    <updated>2019-01-29T06:49:42.000Z</updated>
    <published>2019-01-29T06:49:42.000Z</published>
    <content type="html"><![CDATA[<h3><p>Python / Git</p>
</h3>
<ul>
<li><a href="https://github.com/aditisrinivas97/Crypto-Vinaigrette" rel="noopener noreferrer">Crypto-Vinaigrette (⭐22)</a> - Quantum resistant asymmetric key generation tool for digital signatures.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/01/29/"/>
    <summary>1 awesome projects updated on Jan 29, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/01/25/</id>
    <title>Awesome Cryptography Updates on Jan 25, 2019</title>
    <updated>2019-01-25T18:42:58.000Z</updated>
    <published>2019-01-25T18:42:58.000Z</published>
    <content type="html"><![CDATA[<h3><p>Standalone / Hash functions</p>
</h3>
<ul>
<li><a href="https://ves.host/docs/ves-util" rel="noopener noreferrer">ves</a> - End-to-end encrypted sharing via cloud repository, secure recovery through a viral network of friends in case of key loss.</li>
</ul>
<h3><p>C / Git</p>
</h3>
<ul>
<li><a href="https://github.com/vesvault/libVES.c" rel="noopener noreferrer">libVES.c (⭐39)</a> - End-to-end encrypted sharing via cloud repository, secure recovery through a viral network of friends in case of key loss.</li>
</ul>
<h3><p>JavaScript / Git</p>
</h3>
<ul>
<li><a href="https://github.com/vesvault/libVES" rel="noopener noreferrer">libVES.js (⭐10)</a> - End-to-end encrypted sharing via cloud repository, secure recovery through a viral network of friends in case of key loss.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/01/25/"/>
    <summary>3 awesome projects updated on Jan 25, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/01/03/</id>
    <title>Awesome Cryptography Updates on Jan 03, 2019</title>
    <updated>2019-01-03T17:37:24.000Z</updated>
    <published>2019-01-03T17:37:24.000Z</published>
    <content type="html"><![CDATA[<h3><p>Standalone / Hash functions</p>
</h3>
<ul>
<li><a href="https://github.com/liesware/coherence/" rel="noopener noreferrer">Coherence (⭐38)</a> - Cryptographic server for modern web apps.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/01/03/"/>
    <summary>1 awesome projects updated on Jan 03, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/12/20/</id>
    <title>Awesome Cryptography Updates on Dec 20, 2018</title>
    <updated>2018-12-20T16:42:46.000Z</updated>
    <published>2018-12-20T16:42:46.000Z</published>
    <content type="html"><![CDATA[<h3><p>Java / Git</p>
</h3>
<ul>
<li><a href="http://www.mindrot.org/projects/jBCrypt/" rel="noopener noreferrer">jbcrypt</a> - jBCrypt is an implementation the OpenBSD Blowfish password hashing
algorithm.</li>
</ul>

<ul>
<li><a href="https://github.com/keycloak/keycloak" rel="noopener noreferrer">Keycloak (⭐28k)</a> - Open Source Identity and Access Management For Modern Applications and Services.</li>
</ul>

<ul>
<li><a href="http://abstractj.github.io/kalium/" rel="noopener noreferrer">Project Kalium</a> - Java binding to the Networking and Cryptography (NaCl) library with the awesomeness of libsodium.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/12/20/"/>
    <summary>3 awesome projects updated on Dec 20, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/11/30/</id>
    <title>Awesome Cryptography Updates on Nov 30, 2018</title>
    <updated>2018-11-30T06:57:57.000Z</updated>
    <published>2018-11-30T06:57:57.000Z</published>
    <content type="html"><![CDATA[<h3><p>Rust / Git</p>
</h3>
<ul>
<li><a href="https://github.com/dalek-cryptography/" rel="noopener noreferrer">dalek cryptography</a> - Fast yet safe mid-level API for ECC, Bulletproofs, and more.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/11/30/"/>
    <summary>1 awesome projects updated on Nov 30, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/11/29/</id>
    <title>Awesome Cryptography Updates on Nov 29, 2018</title>
    <updated>2018-11-29T22:32:09.000Z</updated>
    <published>2018-11-29T07:10:58.000Z</published>
    <content type="html"><![CDATA[<h3><p>Algorithms / Transform Encryption</p>
</h3>
<ul>
<li><a href="https://docs.ironcorelabs.com/concepts/transform-encryption" rel="noopener noreferrer">Transform Encryption (aka Proxy Re-Encryption)</a> - Transform encryption uses three  mathematically related keys: one to encrypt plaintext to a recipient, a second to decrypt the ciphertext, and a third to transform ciphertext encrypted to one recipient so it can be decrypted by a different recipient.</li>
</ul>
<h3><p>JavaScript / Git</p>
</h3>
<ul>
<li><a href="https://docs.ironcorelabs.com/ironweb-sdk/overview" rel="noopener noreferrer">IronWeb</a> - Transform encryption library, a variant of proxy re-encryption, for easily managing end-to-end encryption securely in the browser.</li>
</ul>
<h3><p>Rust / Git</p>
</h3>
<ul>
<li><a href="https://github.com/IronCoreLabs/recrypt-rs" rel="noopener noreferrer">recrypt (⭐156)</a> - A pure-Rust library that implements cryptographic primitives for building a multi-hop Proxy Re-encryption scheme, known as Transform Encryption.</li>
</ul>
<h3><p>Scala / Git</p>
</h3>
<ul>
<li><a href="https://github.com/IronCoreLabs/recrypt" rel="noopener noreferrer">recrypt (⭐35)</a> - Transform encryption library for Scala.</li>
</ul>
<h3><p>Blogs / Git</p>
</h3>
<ul>
<li><a href="https://blog.ironcorelabs.com" rel="noopener noreferrer">Salty Hash</a> - Covers topics on encryption, data control, privacy, and security.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/11/29/"/>
    <summary>5 awesome projects updated on Nov 29, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/11/27/</id>
    <title>Awesome Cryptography Updates on Nov 27, 2018</title>
    <updated>2018-11-27T08:46:31.000Z</updated>
    <published>2018-11-27T08:46:31.000Z</published>
    <content type="html"><![CDATA[<h3><p>Books / Hash functions</p>
</h3>
<ul>
<li><a href="https://cryptobook.nakov.com" rel="noopener noreferrer">Practical Cryptography for Developers</a> - Developer-friendly book on modern cryptography (hashes, MAC codes, symmetric and asymmetric ciphers, key exchange, elliptic curves, digital signatures) with lots of code examples.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/11/27/"/>
    <summary>1 awesome projects updated on Nov 27, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/10/23/</id>
    <title>Awesome Cryptography Updates on Oct 23, 2018</title>
    <updated>2018-10-23T16:53:01.000Z</updated>
    <published>2018-10-23T07:02:06.000Z</published>
    <content type="html"><![CDATA[<h3><p>Standalone / Hash functions</p>
</h3>
<ul>
<li><a href="https://github.com/mozilla/sops" rel="noopener noreferrer">sops (⭐19k)</a> - 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.</li>
</ul>
<h3><p>Java / Git</p>
</h3>
<ul>
<li><a href="https://github.com/tersesystems/securitybuilder" rel="noopener noreferrer">securitybuilder (⭐47)</a> - Fluent Builder API for JCA/JSSE objects.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/10/23/"/>
    <summary>2 awesome projects updated on Oct 23, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/08/08/</id>
    <title>Awesome Cryptography Updates on Aug 08, 2018</title>
    <updated>2018-08-08T19:55:07.000Z</updated>
    <published>2018-08-08T19:55:07.000Z</published>
    <content type="html"><![CDATA[<h3><p>Other lists / Hash functions</p>
</h3>
<ul>
<li><a href="https://github.com/jonaschn/awesome-he" rel="noopener noreferrer">Awesome HE (⭐1.1k)</a> – A curated list of homomorphic encryption libraries, software and resources.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/08/08/"/>
    <summary>1 awesome projects updated on Aug 08, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/07/30/</id>
    <title>Awesome Cryptography Updates on Jul 30, 2018</title>
    <updated>2018-07-30T08:33:39.000Z</updated>
    <published>2018-07-30T08:33:39.000Z</published>
    <content type="html"><![CDATA[<h3><p>Other lists / Hash functions</p>
</h3>
<ul>
<li><a href="https://github.com/pFarb/awesome-crypto-papers" rel="noopener noreferrer">Awesome crypto-papers (⭐1.9k)</a> – A curated list of cryptography papers, articles, tutorials and howtos.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/07/30/"/>
    <summary>1 awesome projects updated on Jul 30, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/07/26/</id>
    <title>Awesome Cryptography Updates on Jul 26, 2018</title>
    <updated>2018-07-26T21:11:16.000Z</updated>
    <published>2018-07-26T21:11:16.000Z</published>
    <content type="html"><![CDATA[<h3><p>Books / Hash functions</p>
</h3>
<ul>
<li><a href="https://nostarch.com/seriouscrypto" rel="noopener noreferrer">Serious Cryptography</a> - A Practical Introduction to Modern Encryption by Jean-Philippe Aumasson.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/07/26/"/>
    <summary>1 awesome projects updated on Jul 26, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/06/30/</id>
    <title>Awesome Cryptography Updates on Jun 30, 2018</title>
    <updated>2018-06-30T08:13:44.000Z</updated>
    <published>2018-06-30T08:13:44.000Z</published>
    <content type="html"><![CDATA[<h3><p>C-sharp / Git</p>
</h3>
<ul>
<li><a href="https://docs.microsoft.com/en-us/dotnet/standard/security/cryptography-model" rel="noopener noreferrer">Microsoft .NET Framework Cryptography Model</a> - The .NET Framework implementations of many standard cryptographic algorithms.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/06/30/"/>
    <summary>1 awesome projects updated on Jun 30, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/06/21/</id>
    <title>Awesome Cryptography Updates on Jun 21, 2018</title>
    <updated>2018-06-21T09:55:28.000Z</updated>
    <published>2018-06-21T09:55:28.000Z</published>
    <content type="html"><![CDATA[<h3><p>Standalone / Hash functions</p>
</h3>
<ul>
<li><a href="https://github.com/IronCoreLabs/ironssh" rel="noopener noreferrer">ironssh (⭐64)</a> - 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.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/06/21/"/>
    <summary>1 awesome projects updated on Jun 21, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/02/18/</id>
    <title>Awesome Cryptography Updates on Feb 18, 2018</title>
    <updated>2018-02-18T11:32:19.000Z</updated>
    <published>2018-02-18T11:32:19.000Z</published>
    <content type="html"><![CDATA[<h3><p>Java / Git</p>
</h3>
<ul>
<li><a href="https://github.com/maxamel/GDH" rel="noopener noreferrer">GDH (⭐32)</a> - Generalized Diffie-Hellman key exchange Java library for multiple parties built on top of the Vert.x framework.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/02/18/"/>
    <summary>1 awesome projects updated on Feb 18, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/02/12/</id>
    <title>Awesome Cryptography Updates on Feb 12, 2018</title>
    <updated>2018-02-12T12:07:13.000Z</updated>
    <published>2018-02-12T12:07:13.000Z</published>
    <content type="html"><![CDATA[<h3><p>Scala / Git</p>
</h3>
<ul>
<li><a href="https://github.com/jmcardon/tsec" rel="noopener noreferrer">tsec (⭐350)</a> - A type-safe, functional, general purpose security and cryptography library.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/02/12/"/>
    <summary>1 awesome projects updated on Feb 12, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2017/11/15/</id>
    <title>Awesome Cryptography Updates on Nov 15, 2017</title>
    <updated>2017-11-15T12:52:30.000Z</updated>
    <published>2017-11-15T12:52:30.000Z</published>
    <content type="html"><![CDATA[<h3><p>Rust / Git</p>
</h3>
<ul>
<li><a href="https://github.com/wireapp/proteus" rel="noopener noreferrer">proteus (⭐421)</a> - Axolotl protocol implementation, without header keys, in Rust.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2017/11/15/"/>
    <summary>1 awesome projects updated on Nov 15, 2017</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2017/11/07/</id>
    <title>Awesome Cryptography Updates on Nov 07, 2017</title>
    <updated>2017-11-07T06:59:57.000Z</updated>
    <published>2017-11-07T06:59:57.000Z</published>
    <content type="html"><![CDATA[<h3><p>Objective-C / Git</p>
</h3>
<ul>
<li><a href="https://github.com/krzyzanowskim/ObjectivePGP" rel="noopener noreferrer">ObjectivePGP (⭐704)</a> - ObjectivePGP is an implementation of OpenPGP protocol for iOS and macOS. OpenPGP is the most widely used email encryption standard.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2017/11/07/"/>
    <summary>1 awesome projects updated on Nov 07, 2017</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2017/10/01/</id>
    <title>Awesome Cryptography Updates on Oct 01, 2017</title>
    <updated>2017-10-01T15:44:59.000Z</updated>
    <published>2017-10-01T15:44:59.000Z</published>
    <content type="html"><![CDATA[<h3><p>C / Git</p>
</h3>
<ul>
<li><a href="https://github.com/cossacklabs/themis" rel="noopener noreferrer">themis (⭐1.9k)</a> - 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 &amp; AES encryption). Ported on many languages and platforms, suitable for client-server infastructures.</li>
</ul>
<h3><p>Go / Git</p>
</h3>
<ul>
<li><a href="https://github.com/cossacklabs/themis/wiki/Go-Howto" rel="noopener noreferrer">goThemis (⭐1.9k)</a> - Go 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 &amp; AES encryption).</li>
</ul>
<h3><p>Java / Git</p>
</h3>
<ul>
<li><a href="https://github.com/cossacklabs/themis/wiki/Java-and-Android-Howto" rel="noopener noreferrer">Java Themis (⭐1.9k)</a> - Java/Android 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 &amp; AES encryption).</li>
</ul>
<h3><p>PHP / Git</p>
</h3>
<ul>
<li><a href="https://github.com/cossacklabs/themis/wiki/PHP-Howto" rel="noopener noreferrer">PHP Themis (⭐1.9k)</a> - PHP 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 &amp; AES encryption).</li>
</ul>
<h3><p>Python / Git</p>
</h3>
<ul>
<li><a href="https://github.com/cossacklabs/themis/wiki/Python-Howto" rel="noopener noreferrer">pythemis (⭐1.9k)</a> - Python 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 &amp; AES encryption).</li>
</ul>
<h3><p>Ruby / Git</p>
</h3>
<ul>
<li><a href="https://github.com/cossacklabs/themis/wiki/Ruby-Howto" rel="noopener noreferrer">Ruby Themis (⭐1.9k)</a> - Ruby 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 &amp; AES encryption).</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2017/10/01/"/>
    <summary>6 awesome projects updated on Oct 01, 2017</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2017/09/19/</id>
    <title>Awesome Cryptography Updates on Sep 19, 2017</title>
    <updated>2017-09-19T16:31:15.000Z</updated>
    <published>2017-09-19T16:31:15.000Z</published>
    <content type="html"><![CDATA[<h3><p>Python / Git</p>
</h3>
<ul>
<li><a href="https://github.com/ofek/privy" rel="noopener noreferrer">Privy (⭐256)</a> - An easy, fast lib to correctly password-protect your data.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2017/09/19/"/>
    <summary>1 awesome projects updated on Sep 19, 2017</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2017/08/07/</id>
    <title>Awesome Cryptography Updates on Aug 07, 2017</title>
    <updated>2017-08-07T13:00:37.000Z</updated>
    <published>2017-08-07T13:00:37.000Z</published>
    <content type="html"><![CDATA[<h3><p>Algorithms / Symmetric encryption</p>
</h3>
<ul>
<li><a href="https://en.wikipedia.org/wiki/Triple_DES" rel="noopener noreferrer">3DES</a> - Symmetric-key block cipher (or Triple Data Encryption Algorithm (TDEA or Triple DEA), which applies the Data Encryption Standard (DES) cipher algorithm three times to each data block.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2017/08/07/"/>
    <summary>1 awesome projects updated on Aug 07, 2017</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2017/07/14/</id>
    <title>Awesome Cryptography Updates on Jul 14, 2017</title>
    <updated>2017-07-14T12:19:30.000Z</updated>
    <published>2017-07-14T12:19:30.000Z</published>
    <content type="html"><![CDATA[<h3><p>Standalone / Hash functions</p>
</h3>
<ul>
<li><a href="https://github.com/GouveaHeitor/nipe" rel="noopener noreferrer">Nipe (⭐2.1k)</a> - Nipe is a script to make Tor Network your default gateway.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2017/07/14/"/>
    <summary>1 awesome projects updated on Jul 14, 2017</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2017/07/12/</id>
    <title>Awesome Cryptography Updates on Jul 12, 2017</title>
    <updated>2017-07-12T06:51:31.000Z</updated>
    <published>2017-07-12T06:51:31.000Z</published>
    <content type="html"><![CDATA[<h3><p>Clojure / Git</p>
</h3>
<ul>
<li><a href="https://github.com/macourtney/clj-crypto/" rel="noopener noreferrer">clj-crypto (⭐29)</a> - Wrapper for Bouncy Castle.</li>
</ul>
<h3><p>PHP / Git</p>
</h3>
<ul>
<li><a href="https://github.com/scrothers/libsodium-laravel" rel="noopener noreferrer">libsodium-laravel (⭐22)</a> - Laravel Package Abstraction using <code>libsodium</code>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2017/07/12/"/>
    <summary>2 awesome projects updated on Jul 12, 2017</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2016/12/05/</id>
    <title>Awesome Cryptography Updates on Dec 05, 2016</title>
    <updated>2016-12-05T22:57:09.000Z</updated>
    <published>2016-12-05T22:57:09.000Z</published>
    <content type="html"><![CDATA[<h3><p>Web-tools / Git</p>
</h3>
<ul>
<li><a href="https://gchq.github.io/CyberChef/" rel="noopener noreferrer">CyberChef</a> - a web app for encryption, encoding, compression, and data analysis.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2016/12/05/"/>
    <summary>1 awesome projects updated on Dec 05, 2016</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2016/11/06/</id>
    <title>Awesome Cryptography Updates on Nov 06, 2016</title>
    <updated>2016-11-06T07:00:57.000Z</updated>
    <published>2016-11-06T07:00:57.000Z</published>
    <content type="html"><![CDATA[<h3><p>Web-sites / Git</p>
</h3>
<ul>
<li><a href="http://cryptopals.com/" rel="noopener noreferrer">Cryptopals Crypto Challenges</a> - A series of applied cryptography challenges, starting from very basic challenges, such as hex to base 64 challanges, and gradually increasing the difficulty up to abstract algebra.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2016/11/06/"/>
    <summary>1 awesome projects updated on Nov 06, 2016</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2016/10/21/</id>
    <title>Awesome Cryptography Updates on Oct 21, 2016</title>
    <updated>2016-10-21T18:09:13.000Z</updated>
    <published>2016-10-21T18:09:13.000Z</published>
    <content type="html"><![CDATA[<h3><p>Courses / Hash functions</p>
</h3>
<ul>
<li><a href="https://www.coursera.org/learn/cryptography" rel="noopener noreferrer">Cryptography</a> - A practical oriented course in Cryptography by University of Maryland College Park.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2016/10/21/"/>
    <summary>1 awesome projects updated on Oct 21, 2016</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2016/10/04/</id>
    <title>Awesome Cryptography Updates on Oct 04, 2016</title>
    <updated>2016-10-04T08:53:14.000Z</updated>
    <published>2016-10-04T08:53:14.000Z</published>
    <content type="html"><![CDATA[<h3><p>Articles / Hash functions</p>
</h3>
<ul>
<li><a href="https://paragonie.com/blog/2016/09/untangling-forget-me-knot-secure-account-recovery-made-simple" rel="noopener noreferrer">Secure Account Recovery Made Simple</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2016/10/04/"/>
    <summary>1 awesome projects updated on Oct 04, 2016</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2016/10/03/</id>
    <title>Awesome Cryptography Updates on Oct 03, 2016</title>
    <updated>2016-10-03T21:28:41.000Z</updated>
    <published>2016-10-03T21:28:41.000Z</published>
    <content type="html"><![CDATA[<h3><p>Swift / Git</p>
</h3>
<ul>
<li><a href="https://github.com/iosdevzone/IDZSwiftCommonCrypto" rel="noopener noreferrer">IDZSwiftCommonCrypto (⭐478)</a> - Wrapper for Apple's <a href="https://opensource.apple.com/source/CommonCrypto/" rel="noopener noreferrer">CommonCrypto</a> library written in Swift.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2016/10/03/"/>
    <summary>1 awesome projects updated on Oct 03, 2016</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2016/10/02/</id>
    <title>Awesome Cryptography Updates on Oct 02, 2016</title>
    <updated>2016-10-02T23:07:26.000Z</updated>
    <published>2016-10-02T23:07:26.000Z</published>
    <content type="html"><![CDATA[<h3><p>Haskell / Git</p>
</h3>
<ul>
<li><a href="https://github.com/GaloisInc/cryptol" rel="noopener noreferrer">cryptol (⭐1.2k)</a> - The Language of Cryptography.</li>
</ul>
<h3><p>JavaScript / Git</p>
</h3>
<ul>
<li><a href="https://github.com/kjur/jsrsasign" rel="noopener noreferrer">jsrsasign (⭐3.3k)</a> - The 'jsrsasign' (RSA-Sign JavaScript Library) is an opensource free cryptography library supporting RSA/RSAPSS/ECDSA/DSA signing/validation.</li>
</ul>
<h3><p>Rust / Git</p>
</h3>
<ul>
<li><a href="https://github.com/ctz/rustls" rel="noopener noreferrer">rustls (⭐6.7k)</a> - Rustls is a new, modern TLS library written in Rust.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2016/10/02/"/>
    <summary>3 awesome projects updated on Oct 02, 2016</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2016/09/08/</id>
    <title>Awesome Cryptography Updates on Sep 08, 2016</title>
    <updated>2016-09-08T13:22:20.000Z</updated>
    <published>2016-09-08T13:22:20.000Z</published>
    <content type="html"><![CDATA[<h3><p>Articles / Hash functions</p>
</h3>
<ul>
<li><a href="https://paragonie.com/blog/2016/05/how-generate-secure-random-numbers-in-various-programming-languages" rel="noopener noreferrer">How to Generate Secure Random Numbers in Various Programming Languages</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2016/09/08/"/>
    <summary>1 awesome projects updated on Sep 08, 2016</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2016/08/16/</id>
    <title>Awesome Cryptography Updates on Aug 16, 2016</title>
    <updated>2016-08-16T22:00:33.000Z</updated>
    <published>2016-08-16T22:00:33.000Z</published>
    <content type="html"><![CDATA[<h3><p>Books / Hash functions</p>
</h3>
<ul>
<li><a href="http://www.cs.umd.edu/~jkatz/imc.html" rel="noopener noreferrer">Introduction to Modern Cryptography</a> - Introductory-level treatment of cryptography written from a modern, computer science perspective.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2016/08/16/"/>
    <summary>1 awesome projects updated on Aug 16, 2016</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2016/08/13/</id>
    <title>Awesome Cryptography Updates on Aug 13, 2016</title>
    <updated>2016-08-13T14:00:07.000Z</updated>
    <published>2016-08-13T14:00:07.000Z</published>
    <content type="html"><![CDATA[<h3><p>Algorithms / Symmetric encryption</p>
</h3>
<ul>
<li><a href="https://en.wikipedia.org/wiki/Advanced_Encryption_Standard" rel="noopener noreferrer">AES</a> - Symmetric-key block cipher algorithm and U.S. government standard for secure and classified data encryption and decryption (also known as Rijndael).</li>
</ul>

<ul>
<li><a href="https://en.wikipedia.org/wiki/Blowfish_(cipher)" rel="noopener noreferrer">Blowfish</a> - Symmetric-key block cipher, designed in 1993 by Bruce Schneier. Notable features of the design include key-dependent S-boxes and a highly complex key schedule.</li>
</ul>
<h3><p>Algorithms / Hash functions</p>
</h3>
<ul>
<li><a href="https://en.wikipedia.org/wiki/MD5" rel="noopener noreferrer">MD5</a> - Widely used hash function producing a 128-bit hash value. MD5 was initially designed to be used as a cryptographic hash function, but it has been found to suffer from extensive vulnerabilities. It can still be used as a checksum to verify data integrity, but only against unintentional corruption.</li>
</ul>

<ul>
<li><a href="https://en.wikipedia.org/wiki/SHA-1" rel="noopener noreferrer">SHA1</a> -  Cryptographic hash function designed by the NSA. SHA-1 produces a 160-bit hash value known as a message digest. SHA-1 is no longer considered secure against well-funded opponents.</li>
</ul>

<ul>
<li><a href="https://en.wikipedia.org/wiki/SHA-2" rel="noopener noreferrer">SHA2</a> - Set of hash functions designed by the NSA. SHA-256 and SHA-512 are novel hash functions computed with 32-bit and 64-bit words, respectively. They use different shift amounts and additive constants, but their structures are otherwise virtually identical, differing only in the number of rounds.</li>
</ul>
<h3><p>Books / Hash functions</p>
</h3>
<ul>
<li><a href="http://www.math.brown.edu/~jhs/MathCryptoHome.html" rel="noopener noreferrer">An Introduction to Mathematical Cryptography</a> - Introduction to modern cryptography.</li>
</ul>
<h3><p>Standalone / Hash functions</p>
</h3>
<ul>
<li><a href="http://bcrypt.sourceforge.net/" rel="noopener noreferrer">Bcrypt</a> - Cross-platform file encryption utility.</li>
</ul>

<ul>
<li><a href="https://github.com/certbot/certbot" rel="noopener noreferrer">certbot (⭐32k)</a> - Previously the Let's Encrypt Client, is EFF's tool to obtain certs from Let's Encrypt, and (optionally) auto-enable HTTPS on your server. It can also act as a client for any other CA that uses the ACME protocol.</li>
</ul>

<ul>
<li><a href="https://www.gnupg.org/" rel="noopener noreferrer">gpg</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.</li>
</ul>
<h3><p>Plugins / Git</p>
</h3>
<ul>
<li><a href="https://sobolevn.github.io/git-secret/" rel="noopener noreferrer">git-secret</a> - Bash-tool to store your private data inside a git repository.</li>
</ul>
<h3><p>C / Git</p>
</h3>
<ul>
<li><a href="http://directory.fsf.org/wiki/Libgcrypt" rel="noopener noreferrer">libgcrypt</a> - Cryptographic library developed as a separated module of GnuPG.</li>
</ul>

<ul>
<li><a href="https://github.com/jedisct1/libsodium" rel="noopener noreferrer">libsodium (⭐13k)</a> - Modern and easy-to-use crypto library.</li>
</ul>

<ul>
<li><a href="https://github.com/libtom/libtomcrypt" rel="noopener noreferrer">libtomcrypt (⭐1.7k)</a> - Fairly comprehensive, modular and portable cryptographic toolkit.</li>
</ul>

<ul>
<li><a href="https://nacl.cr.yp.to/" rel="noopener noreferrer">NaCl</a> - High-speed library for network communication, encryption, decryption, signatures, etc.</li>
</ul>

<ul>
<li><a href="https://github.com/wolfSSL/wolfssl" rel="noopener noreferrer">wolfSSL (⭐2.5k)</a> - Small, fast, portable implementation of TLS/SSL for embedded devices to the cloud.</li>
</ul>
<h3><p>C++ / Git</p>
</h3>
<ul>
<li><a href="https://botan.randombit.net/" rel="noopener noreferrer">Botan</a> - Cryptography library written in <code>C++20</code>.</li>
</ul>

<ul>
<li><a href="https://github.com/shaih/HElib" rel="noopener noreferrer">HElib (⭐16)</a> - Software library that implements homomorphic encryption (HE).</li>
</ul>

<ul>
<li><a href="http://www.lysator.liu.se/~nisse/nettle/" rel="noopener noreferrer">Nettle</a> - Low-level cryptographic library.</li>
</ul>

<ul>
<li><a href="https://github.com/awslabs/s2n" rel="noopener noreferrer">s2n (⭐4.6k)</a> - Implementation of the TLS/SSL protocols.</li>
</ul>
<h3><p>C-sharp / Git</p>
</h3>
<ul>
<li><a href="https://github.com/adamcaudill/libsodium-net" rel="noopener noreferrer">libsodium-net</a> - Secure cryptographic library, port of libsodium for .NET.</li>
</ul>

<ul>
<li><a href="https://github.com/AArnott/PCLCrypto" rel="noopener noreferrer">PCLCrypto (⭐227)</a> - Provides cryptographic APIs over algorithms implemented by the platform, including exposing them to portable libraries.</li>
</ul>
<h3><p>Common Lisp / Git</p>
</h3>
<ul>
<li><a href="https://github.com/eudoxia0/trivial-ssh" rel="noopener noreferrer">trivial-ssh (⭐44)</a> - SSH client library for Common Lisp (Built on libssh2).</li>
</ul>
<h3><p>Elixir / Git</p>
</h3>
<ul>
<li><a href="https://github.com/trapped/elixir-rsa" rel="noopener noreferrer">elixir-rsa (⭐36)</a> - <code>:public_key</code> cryptography wrapper for Elixir.</li>
</ul>

<ul>
<li><a href="https://github.com/ntrepid8/ex_crypto" rel="noopener noreferrer">ex_crypto (⭐156)</a> - Elixir wrapper for Erlang <code>:crypto</code> and <code>:public_key</code> modules. Provides sensible defaults for many crypto functions to make them easier to use.</li>
</ul>
<h3><p>Erlang / Git</p>
</h3>
<ul>
<li><a href="http://erlang.org/doc/apps/crypto/" rel="noopener noreferrer">crypto</a> - Functions for computation of message digests, and functions for encryption and decryption.</li>
</ul>

<ul>
<li><a href="http://erlang.org/doc/man/public_key.html" rel="noopener noreferrer">public_key</a> - Provides functions to handle public-key infrastructure.</li>
</ul>
<h3><p>Haskell / Git</p>
</h3>
<ul>
<li><a href="http://hackage.haskell.org/packages/#cat:Cryptography" rel="noopener noreferrer">Cryptography</a> - Collaborative Hackage list.</li>
</ul>

<ul>
<li><a href="https://hackage.haskell.org/package/cryptonite" rel="noopener noreferrer">Cryptonite</a> - Haskell repository of cryptographic primitives.</li>
</ul>
<h3><p>JavaScript / Git</p>
</h3>
<ul>
<li><a href="https://github.com/clipperz/javascript-crypto-library" rel="noopener noreferrer">javascript-crypto-library (⭐288)</a> - JavaScript Crypto Library provides web developers with an extensive and efficient set of cryptographic functions.</li>
</ul>

<ul>
<li><a href="https://github.com/polycrypt/polycrypt" rel="noopener noreferrer">PolyCrypt (⭐266)</a> - Pure JS implementation of the WebCrypto API.</li>
</ul>
<h3><p>Java / Git</p>
</h3>
<ul>
<li><a href="http://www.flexiprovider.de/" rel="noopener noreferrer">Flexiprovider</a> - Powerful toolkit for the Java Cryptography Architecture.</li>
</ul>

<ul>
<li><a href="https://github.com/wg/scrypt" rel="noopener noreferrer">scrypt (⭐428)</a> - Pure Java implementation of the scrypt key derivation function and a JNI interface to the C implementations, including the SSE2 optimized version.</li>
</ul>
<h3><p>Julia / Git</p>
</h3>
<ul>
<li><a href="https://github.com/danielsuo/Crypto.jl" rel="noopener noreferrer">Crypto.jl (⭐10)</a> - Library that wraps OpenSSL, but also has pure Julia implementations for reference.</li>
</ul>

<ul>
<li><a href="https://github.com/JuliaWeb/MbedTLS.jl" rel="noopener noreferrer">MbedTLS.jl (⭐41)</a> - Wrapper around the mbed TLS and cryptography C libary.</li>
</ul>

<ul>
<li><a href="https://github.com/staticfloat/SHA.jl" rel="noopener noreferrer">SHA.jl (⭐49)</a> - Performant, 100% native-julia SHA1, SHA2-{224,256,384,512} implementation.</li>
</ul>
<h3><p>Lua / Git</p>
</h3>
<ul>
<li><a href="https://github.com/somesocks/lua-lockbox" rel="noopener noreferrer">lua-lockbox (⭐364)</a> - Collection of cryptographic primitives written in pure Lua.</li>
</ul>
<h3><p>PHP / Git</p>
</h3>
<ul>
<li><a href="https://paragonie.com/project/halite" rel="noopener noreferrer">halite</a> - Simple library for encryption using <code>libsodium</code>.</li>
</ul>

<ul>
<li><a href="https://github.com/defuse/php-encryption" rel="noopener noreferrer">PHP Encryption (⭐3.8k)</a> - Library for encrypting data with a key or password in PHP.</li>
</ul>
<h3><p>Python / Git</p>
</h3>
<ul>
<li><a href="https://github.com/JHUISI/charm" rel="noopener noreferrer">charm (⭐600)</a> - Framework for rapidly prototyping cryptosystems.</li>
</ul>

<ul>
<li><a href="https://cryptography.io/en/latest/" rel="noopener noreferrer">cryptography</a> - Python library which exposes cryptographic recipes and primitives.</li>
</ul>

<ul>
<li><a href="https://sourceforge.net/projects/cryptopy/" rel="noopener noreferrer">cryptopy</a> - Pure python implementation of cryptographic algorithms and applications.</li>
</ul>

<ul>
<li><a href="http://www.paramiko.org/" rel="noopener noreferrer">paramiko</a> - Python implementation of the SSHv2 protocol, providing both client and server functionality.</li>
</ul>

<ul>
<li><a href="https://github.com/Legrandin/pycryptodome" rel="noopener noreferrer">pycryptodome (⭐3k)</a> - Self-contained Python package of low-level cryptographic primitives.</li>
</ul>
<h3><p>R / Git</p>
</h3>
<ul>
<li><a href="https://github.com/rstudio/rscrypt" rel="noopener noreferrer">rscrypt (⭐33)</a> - Package for a collection of scrypt cryptographic functions.</li>
</ul>
<h3><p>Ruby / Git</p>
</h3>
<ul>
<li><a href="https://github.com/codahale/bcrypt-ruby" rel="noopener noreferrer">bcrypt-ruby (⭐1.9k)</a> - Ruby binding for the OpenBSD bcrypt() password hashing algorithm, allowing you to easily store a secure hash of your users' passwords.</li>
</ul>
<h3><p>Rust / Git</p>
</h3>
<ul>
<li><a href="https://github.com/DaGenix/rust-crypto" rel="noopener noreferrer">rust-crypto (⭐1.4k)</a> - Mostly pure-Rust implementation of various cryptographic algorithms.</li>
</ul>
<h3><p>Swift / Git</p>
</h3>
<ul>
<li><a href="https://github.com/jancassio/SweetHMAC" rel="noopener noreferrer">SweetHMAC (⭐38)</a> - Tiny and easy to use Swift class to encrypt strings using HMAC algorithms.</li>
</ul>

<ul>
<li><a href="https://github.com/SwiftP2P/SwiftSSL" rel="noopener noreferrer">SwiftSSL</a> - Elegant crypto toolkit in Swift.</li>
</ul>
<h3><p>Blogs / Git</p>
</h3>
<ul>
<li><a href="http://bristolcrypto.blogspot.co.uk/" rel="noopener noreferrer">Bristol Cryptography Blog</a> - Official blog for the University of Bristol cryptography research group. It's a group blog, primarily targeted towards cryptographers and crypto students.</li>
</ul>
<h3><p>Web-tools / Git</p>
</h3>
<ul>
<li><a href="http://www.cryptool-online.org/" rel="noopener noreferrer">CrypTool</a> - Great variety of ciphers, encryption methods and analysis tools are introduced, often together with illustrated examples.</li>
</ul>
<h3><p>Web-sites / Git</p>
</h3>
<ul>
<li><a href="https://learncryptography.com/" rel="noopener noreferrer">Learn Cryptography</a> - Dedicated to helping people understand how and why the cryptographic systems they use everyday without realizing work to secure and protect their privacy.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2016/08/13/"/>
    <summary>51 awesome projects updated on Aug 13, 2016</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2016/07/22/</id>
    <title>Awesome Cryptography Updates on Jul 22, 2016</title>
    <updated>2016-07-22T13:58:56.000Z</updated>
    <published>2016-07-22T13:58:56.000Z</published>
    <content type="html"><![CDATA[<h3><p>Blogs / Git</p>
</h3>
<ul>
<li><a href="http://blog.cryptographyengineering.com/" rel="noopener noreferrer">A Few Thoughts on Cryptographic Engineering</a> - Some random thoughts about crypto.</li>
</ul>

<ul>
<li><a href="https://blog.engelke.com/tag/webcrypto/" rel="noopener noreferrer">Charles Engelke's Blog</a> - WebCrypto Blog Posts.</li>
</ul>

<ul>
<li><a href="https://rdist.root.org/" rel="noopener noreferrer">Root Labs rdist</a> - Nate Lawson and his co-authors write on a variety of topics including hardware implementation, cryptographic timing attacks, DRM, and the Commodore 64.</li>
</ul>

<ul>
<li><a href="https://www.schneier.com/" rel="noopener noreferrer">Schneier on security</a> - One of the oldest and most famous security blogs. Bruce covers topics from block cipher cryptanalysis to airport security.</li>
</ul>
<h3><p>Mailing lists / Git</p>
</h3>
<ul>
<li><a href="http://www.metzdowd.com/mailman/listinfo/cryptography" rel="noopener noreferrer">metzdowd.com</a> - "Cryptography" is a low-noise moderated mailing list devoted to cryptographic technology and its political impact.</li>
</ul>

<ul>
<li><a href="https://moderncrypto.org/" rel="noopener noreferrer">Modern Crypto</a> - Forums for discussing modern cryptographic practice.</li>
</ul>

<ul>
<li><a href="https://lists.randombit.net/mailman/listinfo/cryptography" rel="noopener noreferrer">randombit.net</a> - List for general discussion of cryptography, particularly the technical aspects.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2016/07/22/"/>
    <summary>7 awesome projects updated on Jul 22, 2016</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2016/07/06/</id>
    <title>Awesome Cryptography Updates on Jul 06, 2016</title>
    <updated>2016-07-06T16:45:18.000Z</updated>
    <published>2016-07-06T11:33:03.000Z</published>
    <content type="html"><![CDATA[<h3><p>Haskell / Git</p>
</h3>
<ul>
<li><a href="https://github.com/informatikr/scrypt" rel="noopener noreferrer">scrypt (⭐18)</a> - Haskell bindings to Colin Percival's scrypt implementation.</li>
</ul>
<h3><p>Python / Git</p>
</h3>
<ul>
<li><a href="https://github.com/pyca/bcrypt" rel="noopener noreferrer">bcrypt (⭐1.4k)</a> - Modern password hashing for your software and your servers.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2016/07/06/"/>
    <summary>2 awesome projects updated on Jul 06, 2016</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2016/06/26/</id>
    <title>Awesome Cryptography Updates on Jun 26, 2016</title>
    <updated>2016-06-26T18:54:17.000Z</updated>
    <published>2016-06-26T18:54:17.000Z</published>
    <content type="html"><![CDATA[<h3><p>Python / Git</p>
</h3>
<ul>
<li><a href="https://github.com/yann2192/pyelliptic" rel="noopener noreferrer">PyElliptic (⭐132)</a> - Python OpenSSL wrapper. For modern cryptography with ECC, AES, HMAC, Blowfish.</li>
</ul>
<h3><p>Web-sites / Git</p>
</h3>
<ul>
<li><a href="https://www.iacr.org/" rel="noopener noreferrer">IACR</a> - The International Association for Cryptologic Research is a non-profit scientific organization whose purpose is to further research in cryptology and related fields.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2016/06/26/"/>
    <summary>2 awesome projects updated on Jun 26, 2016</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2016/06/25/</id>
    <title>Awesome Cryptography Updates on Jun 25, 2016</title>
    <updated>2016-06-25T15:18:52.000Z</updated>
    <published>2016-06-25T15:18:52.000Z</published>
    <content type="html"><![CDATA[<h3><p>Haskell / Git</p>
</h3>
<ul>
<li><a href="https://github.com/phonohawk/HsOpenSSL" rel="noopener noreferrer">HsOpenSSL (⭐20)</a> - OpenSSL binding for Haskel.</li>
</ul>
<h3><p>JavaScript / Git</p>
</h3>
<ul>
<li><a href="https://github.com/vibornoff/asmcrypto.js/" rel="noopener noreferrer">asmCrypto (⭐662)</a> - JavaScript implementation of popular cryptographic utilities with performance in mind.</li>
</ul>

<ul>
<li><a href="https://github.com/openpeer/cifre" rel="noopener noreferrer">cifre (⭐123)</a> - Fast crypto toolkit for modern client-side JavaScript.</li>
</ul>

<ul>
<li><a href="https://github.com/google/closure-library/tree/master/closure/goog/crypt" rel="noopener noreferrer">closure-library (⭐4.9k)</a> - Google's common JavaScript library.</li>
</ul>

<ul>
<li><a href="https://github.com/jedisct1/libsodium.js" rel="noopener noreferrer">libsodium.js (⭐1k)</a> - libsodium compiled to pure JavaScript, with convenient wrappers.</li>
</ul>

<ul>
<li><a href="https://github.com/openpgpjs/openpgpjs" rel="noopener noreferrer">OpenPGP.js (⭐5.8k)</a> - OpenPGP implementation for JavaScript.</li>
</ul>

<ul>
<li><a href="https://github.com/quartzjer/ursa" rel="noopener noreferrer">URSA (⭐617)</a> - RSA public/private key OpenSSL bindings for Node.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2016/06/25/"/>
    <summary>7 awesome projects updated on Jun 25, 2016</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2016/06/24/</id>
    <title>Awesome Cryptography Updates on Jun 24, 2016</title>
    <updated>2016-06-24T07:23:18.000Z</updated>
    <published>2016-06-24T07:22:28.000Z</published>
    <content type="html"><![CDATA[<h3><p>Books / Hash functions</p>
</h3>
<ul>
<li><a href="http://www.crypto-textbook.com/" rel="noopener noreferrer">Understanding Cryptography</a> - Often overlooked, this book is a boon for beginners to the field. It contains plenty of exercises at the end of each chapter, aimed at reinforcing concepts and cementing ideas.</li>
</ul>
<h3><p>Standalone / Hash functions</p>
</h3>
<ul>
<li><a href="https://github.com/cryptomator/cryptomator" rel="noopener noreferrer">cryptomator (⭐13k)</a> - Multi-platform transparent client-side encryption of your files in the cloud.</li>
</ul>
<h3><p>Plugins / Git</p>
</h3>
<ul>
<li><a href="https://github.com/AGWA/git-crypt" rel="noopener noreferrer">git-crypt (⭐8.9k)</a> - Transparent file encryption in git.</li>
</ul>
<h3><p>C / Git</p>
</h3>
<ul>
<li><a href="https://github.com/openssl/openssl" rel="noopener noreferrer">OpenSSL (⭐28k)</a> - TLS/SSL and crypto library.</li>
</ul>

<ul>
<li><a href="https://tls.mbed.org/" rel="noopener noreferrer">PolarSSL</a> - 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.</li>
</ul>
<h3><p>C++ / Git</p>
</h3>
<ul>
<li><a href="https://github.com/weidai11/cryptopp" rel="noopener noreferrer">cryptopp (⭐5.1k)</a> - Crypto++ Library is a free C++ class library of cryptographic schemes.</li>
</ul>
<h3><p>C-sharp / Git</p>
</h3>
<ul>
<li><a href="https://github.com/sdrapkin/SecurityDriven.Inferno" rel="noopener noreferrer">SecurityDriven.Inferno (⭐582)</a> - .NET crypto done right.</li>
</ul>
<h3><p>Go / Git</p>
</h3>
<ul>
<li><a href="https://github.com/dgryski/dkeyczar" rel="noopener noreferrer">dkeyczar (⭐112)</a> - Port of Google's Keyczar cryptography library to Go.</li>
</ul>
<h3><p>JavaScript / Git</p>
</h3>
<ul>
<li><a href="https://github.com/brix/crypto-js" rel="noopener noreferrer">crypto-js (⭐16k)</a> - JavaScript library of crypto standards.</li>
</ul>

<ul>
<li><a href="https://github.com/srijs/rusha" rel="noopener noreferrer">rusha (⭐278)</a> - High-performance pure-javascript SHA1 implementation suitable for large binary data, reaching up to half the native speed.</li>
</ul>
<h3><p>Julia / Git</p>
</h3>
<ul>
<li><a href="https://github.com/staticfloat/Nettle.jl" rel="noopener noreferrer">Nettle.jl (⭐53)</a> - Julia wrapper around nettle cryptographic hashing/
encryption library providing MD5, SHA1, SHA2 hashing and HMAC functionality, as well as AES encryption/decryption.</li>
</ul>
<h3><p>Web-sites / Git</p>
</h3>
<ul>
<li><a href="https://www.reddit.com/r/cryptography/" rel="noopener noreferrer">Subreddit of Cryptography</a> - This subreddit is intended for links and discussions surrounding the theory and practice of strong cryptography.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2016/06/24/"/>
    <summary>12 awesome projects updated on Jun 24, 2016</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2016/06/22/</id>
    <title>Awesome Cryptography Updates on Jun 22, 2016</title>
    <updated>2016-06-22T13:58:25.000Z</updated>
    <published>2016-06-22T13:58:25.000Z</published>
    <content type="html"><![CDATA[<h3><p>Scala / Git</p>
</h3>
<ul>
<li><a href="https://github.com/input-output-hk/scrypto" rel="noopener noreferrer">scrypto (⭐205)</a> - Cryptographic primitives for Scala.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2016/06/22/"/>
    <summary>1 awesome projects updated on Jun 22, 2016</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2016/06/21/</id>
    <title>Awesome Cryptography Updates on Jun 21, 2016</title>
    <updated>2016-06-21T15:23:51.000Z</updated>
    <published>2016-06-21T15:23:51.000Z</published>
    <content type="html"><![CDATA[<h3><p>Books / Hash functions</p>
</h3>
<ul>
<li><a href="https://crypto.stanford.edu/~dabo/cryptobook/" rel="noopener noreferrer">A Graduate Course in Applied Cryptography</a> - The book covers many constructions for different tasks in cryptography.</li>
</ul>
<h3><p>Courses / Hash functions</p>
</h3>
<ul>
<li><a href="https://www.khanacademy.org/computing/computer-science/cryptography" rel="noopener noreferrer">Journey into cryptography</a> - The course of cryptography by Khan Academy.</li>
</ul>
<h3><p>C / Git</p>
</h3>
<ul>
<li><a href="https://github.com/B-Con/crypto-algorithms" rel="noopener noreferrer">crypto-algorithms (⭐1.9k)</a> - Basic implementations of standard cryptography algorithms, like AES and SHA-1.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2016/06/21/"/>
    <summary>3 awesome projects updated on Jun 21, 2016</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2016/06/03/</id>
    <title>Awesome Cryptography Updates on Jun 03, 2016</title>
    <updated>2016-06-03T21:15:57.000Z</updated>
    <published>2016-06-03T20:53:49.000Z</published>
    <content type="html"><![CDATA[<h3><p>Standalone / Hash functions</p>
</h3>
<ul>
<li><a href="https://github.com/StackExchange/blackbox" rel="noopener noreferrer">blackbox (⭐6.7k)</a> - safely store secrets in Git/Mercurial/Subversion.</li>
</ul>
<h3><p>Web-tools / Git</p>
</h3>
<ul>
<li><a href="https://keybase.io/" rel="noopener noreferrer">keybase.io</a> - Keybase maps your identity to your public keys, and vice versa.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2016/06/03/"/>
    <summary>2 awesome projects updated on Jun 03, 2016</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2016/06/02/</id>
    <title>Awesome Cryptography Updates on Jun 02, 2016</title>
    <updated>2016-06-02T20:38:31.000Z</updated>
    <published>2016-06-02T14:03:57.000Z</published>
    <content type="html"><![CDATA[<h3><p>Courses / Hash functions</p>
</h3>
<ul>
<li><a href="https://www.udacity.com/course/applied-cryptography--cs387" rel="noopener noreferrer">Applied Cryptography</a> - Cryptography is present in everyday life, from paying with a credit card to using the telephone. Learn all about making and breaking puzzles in computing.</li>
</ul>

<ul>
<li><a href="https://www.youtube.com/watch?v=ySQl0NhW1J0" rel="noopener noreferrer">Crypto Strikes Back!</a> - This talk will cover crypto vulnerabilities in widely-deployed systems and how the smallest oversight resulted in catastrophe.</li>
</ul>

<ul>
<li><a href="http://online.stanford.edu/course/cryptography" rel="noopener noreferrer">Cryptography - Stanford University</a> - This course explains the inner workings of cryptographic primitives and how to correctly use them. Students will learn how to reason about the security of cryptographic constructions and how to apply this knowledge to real-world applications.</li>
</ul>

<ul>
<li><a href="https://www.coursera.org/learn/crypto" rel="noopener noreferrer">Cryptography I</a> - The course begins with a detailed discussion of how two parties who have a shared secret key can communicate securely when a powerful adversary eavesdrops and tampers with traffic. We will examine many deployed protocols and analyze mistakes in existing systems.</li>
</ul>

<ul>
<li><a href="https://www.cybrary.it/course/cryptography/" rel="noopener noreferrer">Cybrary Cryptography</a> - This online course we will cover how cryptography is the cornerstone of security, and how through its use of different encryption methods, such as ciphers, and public or private keys, you can protect private or sensitive information from unauthorized access.</li>
</ul>

<ul>
<li><a href="http://courses.cs.washington.edu/courses/csep590/06wi/" rel="noopener noreferrer">Practical Aspects of Modern Cryptography</a> - Practical Aspects of Modern Cryptography, Winter 2006 University of Washington CSE.</li>
</ul>

<ul>
<li><a href="https://www.youtube.com/watch?v=ZDnShu5V99s" rel="noopener noreferrer">Theory and Practice of Cryptography</a> - Introduction to Modern Cryptography, Using Cryptography in Practice and at Google, Proofs of Security and Security Definitions and A Special Topic in Cryptography.</li>
</ul>
<h3><p>Web-tools / Git</p>
</h3>
<ul>
<li><a href="http://manansingh.github.io/Cryptolab-Offline/cryptolab.html" rel="noopener noreferrer">Cryptolab</a> - is a set of cryptography related tools.</li>
</ul>
<h3><p>Web-sites / Git</p>
</h3>
<ul>
<li><a href="http://crypto.stackexchange.com/" rel="noopener noreferrer">Cryptography Stackexchange</a> - Cryptography Stack Exchange is a question and answer site for software developers, mathematicians and others interested in cryptography.</li>
</ul>

<ul>
<li><a href="http://www.garykessler.net/library/crypto.html" rel="noopener noreferrer">Garykessler Crypto</a> - An Overview of Cryptography.</li>
</ul>

<ul>
<li><a href="https://www.w3.org/TR/WebCryptoAPI/" rel="noopener noreferrer">WebCryptoAPI</a> - This specification describes a JavaScript API for performing basic cryptographic operations in web applications, such as hashing, signature generation and verification, and encryption and decryption.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2016/06/02/"/>
    <summary>11 awesome projects updated on Jun 02, 2016</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2016/05/25/</id>
    <title>Awesome Cryptography Updates on May 25, 2016</title>
    <updated>2016-05-25T18:02:12.000Z</updated>
    <published>2016-05-25T18:02:12.000Z</published>
    <content type="html"><![CDATA[<h3><p>Books / Hash functions</p>
</h3>
<ul>
<li><a href="https://www.crypto101.io/" rel="noopener noreferrer">Crypto101</a> - Crypto 101 is an introductory course on cryptography.</li>
</ul>

<ul>
<li><a href="https://www.schneier.com/books/cryptography_engineering/" rel="noopener noreferrer">Cryptography Engineering</a> - Learn to build cryptographic protocols that work in the real world.</li>
</ul>

<ul>
<li><a href="https://www.feistyduck.com/library/openssl-cookbook/" rel="noopener noreferrer">OpenSSL Cookbook</a> - The book about OpenSSL.</li>
</ul>

<ul>
<li><a href="http://www.cl.cam.ac.uk/~rja14/book.html" rel="noopener noreferrer">Security Engineering</a> - There is an extraordinary textbook written by Ross Anderson, professor of computer security at University of Cambridge.</li>
</ul>

<ul>
<li><a href="https://unglue.it/work/141611/" rel="noopener noreferrer">The Cryptoparty Handbook</a> - This book provides a comprehensive guide to the various topics of the computer and internet security.</li>
</ul>
<h3><p>C / Git</p>
</h3>
<ul>
<li><a href="https://github.com/rhash/RHash" rel="noopener noreferrer">RHash (⭐634)</a> - Great utility for computing hash sums.</li>
</ul>

<ul>
<li><a href="https://github.com/kokke/tiny-AES128-C" rel="noopener noreferrer">tiny-AES128-C (⭐4.6k)</a> - Small portable AES128 in C.</li>
</ul>

<ul>
<li><a href="https://github.com/Cyan4973/xxHash" rel="noopener noreferrer">xxHash (⭐9.9k)</a> - Extremely fast hash algorithm.</li>
</ul>
<h3><p>C-sharp / Git</p>
</h3>
<ul>
<li><a href="https://bouncycastle.org/csharp/index.html" rel="noopener noreferrer">Bouncy Castle</a> - All-purpose cryptographic library.</li>
</ul>

<ul>
<li><a href="https://github.com/bitbeans/StreamCryptor" rel="noopener noreferrer">StreamCryptor (⭐131)</a> - Stream encryption &amp; decryption with libsodium and protobuf.</li>
</ul>
<h3><p>Clojure / Git</p>
</h3>
<ul>
<li><a href="https://funcool.github.io/buddy-core/latest/" rel="noopener noreferrer">buddy-core</a> - Cryptographic Api.</li>
</ul>

<ul>
<li><a href="https://github.com/xsc/pandect" rel="noopener noreferrer">pandect (⭐220)</a> - Fast and easy-to-use Message Digest, Checksum and HMAC library for Clojure.</li>
</ul>
<h3><p>Common Lisp / Git</p>
</h3>
<ul>
<li><a href="https://github.com/Shinmera/crypto-shortcuts" rel="noopener noreferrer">crypto-shortcuts (⭐26)</a> - Collection of common cryptography functions.</li>
</ul>

<ul>
<li><a href="http://method-combination.net/lisp/ironclad/" rel="noopener noreferrer">ironclad</a> - Collection of common crypto shortcuts.</li>
</ul>
<h3><p>Delphi / Git</p>
</h3>
<ul>
<li><a href="https://github.com/winkelsdorf/DelphiEncryptionCompendium/releases" rel="noopener noreferrer">DelphiEncryptionCompendium (⭐268)</a> - Cryptographic library for Delphi.</li>
</ul>

<ul>
<li><a href="https://sourceforge.net/projects/tplockbox/" rel="noopener noreferrer">LockBox</a> - LockBox 3 is a Delphi library for cryptography.</li>
</ul>

<ul>
<li><a href="https://github.com/synopse/mORMot/blob/master/SynCrypto.pas" rel="noopener noreferrer">SynCrypto (⭐805)</a> - Fast cryptographic routines (hashing and cypher), implementing AES, XOR, RC4, ADLER32, MD5, SHA1, SHA256 algorithms, optimized for speed.</li>
</ul>

<ul>
<li><a href="https://bitbucket.org/sergworks/tforge" rel="noopener noreferrer">TForge</a> - TForge is open-source crypto library written in Delphi, compatible with FPC.</li>
</ul>
<h3><p>Elixir / Git</p>
</h3>
<ul>
<li><a href="https://github.com/rubencaro/cipher" rel="noopener noreferrer">cipher (⭐61)</a> - Elixir crypto library to encrypt/decrypt arbitrary binaries.</li>
</ul>

<ul>
<li><a href="https://github.com/danielberkompas/cloak" rel="noopener noreferrer">cloak (⭐599)</a> - Cloak makes it easy to use encryption with Ecto.</li>
</ul>

<ul>
<li><a href="https://github.com/elixircnx/comeonin" rel="noopener noreferrer">comeonin (⭐1.3k)</a> - Password authorization (bcrypt) library for Elixir.</li>
</ul>

<ul>
<li><a href="https://github.com/keichan34/elixir_tea" rel="noopener noreferrer">elixir_tea (⭐3)</a> - TEA implementation in Elixir.</li>
</ul>

<ul>
<li><a href="https://github.com/rozap/exgpg" rel="noopener noreferrer">exgpg (⭐19)</a> - Use gpg from Elixir.</li>
</ul>

<ul>
<li><a href="https://github.com/yuce/pot" rel="noopener noreferrer">pot (⭐239)</a> - Erlang library for generating one time passwords compatible with Google Authenticator.</li>
</ul>

<ul>
<li><a href="https://github.com/zackehh/siphash-elixir" rel="noopener noreferrer">siphash-elixir (⭐19)</a> - Elixir implementation of the SipHash hash family.</li>
</ul>
<h3><p>Go / Git</p>
</h3>
<ul>
<li><a href="https://golang.org/pkg/crypto/" rel="noopener noreferrer">crypto</a> - Official Website Resources.</li>
</ul>

<ul>
<li><a href="https://github.com/kisom/gocrypto" rel="noopener noreferrer">gocrypto (⭐154)</a> - Example source code for the Practical Crypto with Go book.</li>
</ul>
<h3><p>Haskell / Git</p>
</h3>
<ul>
<li><a href="https://wiki.haskell.org/Applications_and_libraries/Cryptography" rel="noopener noreferrer">Cryptography &amp; Hashing</a> - Official Website of Haskell.</li>
</ul>
<h3><p>Haxe / Git</p>
</h3>
<ul>
<li><a href="http://lib.haxe.org/p/haxe-crypto/" rel="noopener noreferrer">haxe-crypto</a> - Haxe Cryptography Library.</li>
</ul>
<h3><p>Java / Git</p>
</h3>
<ul>
<li><a href="http://shiro.apache.org/" rel="noopener noreferrer">Apache Shiro</a> - Performs authentication, authorization, cryptography and session management.</li>
</ul>

<ul>
<li><a href="https://www.bouncycastle.org/java.html" rel="noopener noreferrer">Bouncy Castle</a> - All-purpose cryptographic library. JCA provider, wide range of functions from basic helpers to PGP/SMIME operations.</li>
</ul>

<ul>
<li><a href="https://github.com/pac4j/pac4j" rel="noopener noreferrer">pac4j (⭐2.5k)</a> - Security engine.</li>
</ul>
<h3><p>Lua / Git</p>
</h3>
<ul>
<li><a href="https://github.com/mkottman/luacrypto" rel="noopener noreferrer">LuaCrypto (⭐103)</a> - Lua bindings to OpenSSL.</li>
</ul>
<h3><p>Objective-C / Git</p>
</h3>
<ul>
<li><a href="https://github.com/kelp404/CocoaSecurity" rel="noopener noreferrer">CocoaSecurity (⭐1.1k)</a> - AES, MD5, SHA1, SHA224, SHA256, SHA384, SHA512, Base64, Hex.</li>
</ul>

<ul>
<li><a href="https://github.com/RNCryptor/RNCryptor" rel="noopener noreferrer">RNCryptor (⭐3.4k)</a> - CCCryptor (AES encryption) wrappers for iOS and Mac.</li>
</ul>
<h3><p>PHP / Git</p>
</h3>
<ul>
<li><a href="https://github.com/timoh6/TCrypto" rel="noopener noreferrer">TCrypto (⭐61)</a> - TCrypto is a simple and flexible PHP 5.3+ in-memory key-value storage library.</li>
</ul>
<h3><p>Python / Git</p>
</h3>
<ul>
<li><a href="https://github.com/davidaurelio/hashids-python" rel="noopener noreferrer">hashids (⭐1.4k)</a> - Implementation of <a href="http://hashids.org" rel="noopener noreferrer">hashids</a> in Python.</li>
</ul>

<ul>
<li><a href="https://github.com/pyca/pynacl" rel="noopener noreferrer">pynacl (⭐1.1k)</a> - Python binding to the Networking and Cryptography (NaCl) library.</li>
</ul>
<h3><p>Ruby / Git</p>
</h3>
<ul>
<li><a href="https://github.com/cryptosphere/rbnacl" rel="noopener noreferrer">RbNaCl (⭐984)</a> - Ruby binding to the Networking and Cryptography (NaCl) library.</li>
</ul>
<h3><p>Rust / Git</p>
</h3>
<ul>
<li><a href="https://github.com/cryptoballot/cryptoballot" rel="noopener noreferrer">cryptoballot (⭐222)</a> - Cryptographically secure online voting.</li>
</ul>

<ul>
<li><a href="https://github.com/libOctavo/octavo" rel="noopener noreferrer">octavo (⭐141)</a> - Highly modular &amp; configurable hash &amp; crypto library.</li>
</ul>

<ul>
<li><a href="https://github.com/briansmith/ring" rel="noopener noreferrer">ring (⭐3.9k)</a> - Safe, fast, small crypto using Rust &amp; BoringSSL's cryptography primitives.</li>
</ul>

<ul>
<li><a href="https://github.com/sfackler/rust-openssl" rel="noopener noreferrer">rust-openssl (⭐1.5k)</a> - OpenSSL bindings for Rust.</li>
</ul>

<ul>
<li><a href="https://github.com/dnaq/sodiumoxide" rel="noopener noreferrer">sodiumoxide (⭐644)</a> - Sodium Oxide: Fast cryptographic library for Rust (bindings to libsodium).</li>
</ul>

<ul>
<li><a href="https://github.com/klutzy/suruga" rel="noopener noreferrer">suruga (⭐124)</a> - TLS 1.2 implementation in Rust.</li>
</ul>

<ul>
<li><a href="https://github.com/briansmith/webpki" rel="noopener noreferrer">webpki (⭐473)</a> - Web PKI TLS X.509 certificate validation in Rust.</li>
</ul>
<h3><p>Swift / Git</p>
</h3>
<ul>
<li><a href="https://github.com/krzyzanowskim/CryptoSwift" rel="noopener noreferrer">CryptoSwift (⭐10k)</a> - Crypto related functions and helpers for Swift implemented in Swift programming language.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2016/05/25/"/>
    <summary>47 awesome projects updated on May 25, 2016</summary>
  </entry>
</feed>