Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

fucking-awesome-cryptography

A curated list of cryptography resources and links. With repository stars⭐ and forks🍴
https://github.com/Correia-jpv/fucking-awesome-cryptography

Last synced: 3 days ago
JSON representation

  • Theory

    • Algorithms

      • Blowfish - 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.
      • RSA - 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.
    • Books

    • Courses

      • Cryptography - Stanford University - 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.
    • Other lists

  • Frameworks and Libs

    • C

      • libgcrypt - Cryptographic library developed as a separated module of GnuPG.
      • themis - High level crypto library for storing data (AES), secure messaging (ECC + ECDSA / RSA + PSS + PKCS#7) and session-oriented, forward secrecy data exchange (ECDH key agreement, ECC & AES encryption). Ported on many languages and platforms, suitable for client-server infastructures.
    • Common Lisp

      • ironclad - Collection of common crypto shortcuts.
    • C++

      • Nettle - Low-level cryptographic library.
    • C-sharp

      • libsodium-net - Secure cryptographic library, port of libsodium for .NET.
    • Delphi

      • SynCrypto - Fast cryptographic routines (hashing and cypher), implementing AES, XOR, RC4, ADLER32, MD5, SHA1, SHA256 algorithms, optimized for speed.
    • Haxe

    • Haskell

    • JavaScript

    • Java

      • Flexiprovider - Powerful toolkit for the Java Cryptography Architecture.
      • jbcrypt - jBCrypt is an implementation the OpenBSD Blowfish password hashing
    • Objective-C

      • RNCryptor - CCCryptor (AES encryption) wrappers for iOS and Mac.
    • Swift

      • CryptoSwift - Crypto related functions and helpers for Swift implemented in Swift programming language.
      • IDZSwiftCommonCrypto - Wrapper for Apple's 🌎 [CommonCrypto](opensource.apple.com/source/CommonCrypto/) library written in Swift.
      • SweetHMAC - Tiny and easy to use Swift class to encrypt strings using HMAC algorithms.
      • Swift-Sodium - Swift interface to the Sodium library for common crypto operations for iOS and macOS.
      • SwiftSSL - Elegant crypto toolkit in Swift.
    • Erlang

      • crypto - Functions for computation of message digests, and functions for encryption and decryption.
  • Resources

    • Web-tools

      • Cryptolab - is a set of cryptography related tools.
      • factordb.com - Factordb.com is tool used to store known factorizations of any number.
    • Web-sites

      • Cryptopals Crypto Challenges - 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.
    • Mailing lists

      • metzdowd.com - "Cryptography" is a low-noise moderated mailing list devoted to cryptographic technology and its political impact.
  • Contributing

  • Source