The Wayback Machine - https://web.archive.org/web/20210815080353/https://github.com/topics/aes-gcm
Here are
105 public repositories
matching this topic...
CryptoSwift is a growing collection of standard and secure cryptographic algorithms implemented in Swift
Updated
Jul 17, 2021
Swift
PHP Secure Communications Library
RSA public/private key generation, RSA, AES encryption/decryption, RSA sign/verify in Swift with CommonCrypto in iOS and OS X
Updated
Apr 20, 2021
Swift
A secure and easy-to-use CLI password manager for macOS and Linux
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 optional user provided passwords and strong password hashes.
A modern and easy-to-use cryptographic library for .NET Core based on libsodium
A collection of common (interesting) cryptographic mistakes and learning resources.
Nonce-Disrespecting Adversaries: Practical Forgery Attacks on GCM in TLS
Need to encrypt a file before sending it to someone? This is it.
Golang symmetric encryption library
Datagram Transport Layer Security (DTLS) client.
Updated
Nov 1, 2019
JavaScript
Hoard is a stateless, deterministically encrypted, content-addressed object store.
Minimal AES-128 encryption. Suitable for small embedded systems. Including an on-the-fly key schedule variant for minimal RAM usage.
A lightweight, encrypted, WAN oriented, software defined network device.
Simple and thin WinSock API wrappers for VB6
A library that provides an encrypted version of the Android shared preferences.
Updated
Nov 1, 2018
Objective-C
Decrypt Whatsapp .crypt12 database files
VESvault End-to-End Encryption API: Encrypt Everything Without Fear of Losing the Key
Updated
Mar 3, 2020
Python
CLI for Shamir's Secret Sharing and AES key generation, encryption, and decryption.
Fully managed AES implementation in .NET based on AES-NI
Updated
Aug 26, 2020
Java
macOS (incl big sur) call history decryptor/converter to CSV format.
ECIES on Twisted Edwards Curve25519 using AES-GCM and HKDF-SHA256
Updated
Apr 24, 2021
Rust
File encryption for multiple participants
Crypto library for Node/ES6/Typescript/Browser.
Updated
Jul 7, 2021
TypeScript
zenroomjs 🉑 provides a javascript wrapper of zenroom, a secure and small virtual machine for crypto language processing
Updated
Oct 10, 2019
JavaScript
Improve this page
Add a description, image, and links to the
aes-gcm
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
aes-gcm
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
First of all, thanks for this great tutorial! I learned a lot following along!
After going through the code several times, I'm wondering why we would need to explicitly encrypt/decrypt field values of our custom
EncryptedFieldtype before saving them in the database. Isn't that why we define our custom Ecto Types to begin with, so that we don't need to encrypt/decrypt values manually and expl