aes-gcm topic
libVES.c
VESvault End-to-End Encryption API: Encrypt Everything Without Fear of Losing the Key
Cryptography-Guidelines
Guidance on implementing cryptography as a developer.
armadillo
A shared preference implementation for confidential data in Android. Per default uses AES-GCM, BCrypt and HKDF as cryptographic primitives. Uses the concept of device fingerprinting combined with opti...
aes-min
Minimal AES-128 encryption. Suitable for small embedded systems. Including an on-the-fly key schedule variant for minimal RAM usage.
SimpleSecureChat
Setup your own encrypted chat room in seconds
phpseclib
PHP Secure Communications Library
CryptoSwift
CryptoSwift is a growing collection of standard and secure cryptographic algorithms implemented in Swift
phoenix-ecto-encryption-example
🔐 A detailed example for how to encrypt data in an Elixir (Phoenix v1.7) App before inserting into a database using Ecto Types
nsec
A modern and easy-to-use cryptographic library for .NET 8+ based on libsodium
SwCrypt
RSA public/private key generation, RSA, AES encryption/decryption, RSA sign/verify in Swift with CommonCrypto in iOS and OS X