aes-gcm
There are 225 repositories under aes-gcm topic.
krzyzanowskim/CryptoSwift
CryptoSwift is a growing collection of standard and secure cryptographic algorithms implemented in Swift
phpseclib/phpseclib
PHP Secure Communications Library
soyersoyer/SwCrypt
RSA public/private key generation, RSA, AES encryption/decryption, RSA sign/verify in Swift with CommonCrypto in iOS and OS X
samuel-lucas6/Cryptography-Guidelines
Guidance on implementing cryptography as a developer.
ektrah/nsec
A modern and easy-to-use cryptographic library for .NET 8+ based on libsodium
bndw/pick
A secure and easy-to-use CLI password manager for macOS and Linux
SalusaSecondus/CryptoGotchas
A collection of common (interesting) cryptographic mistakes and learning resources.
patrickfav/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 optional user provided passwords and strong password hashes.
dwyl/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
wqweto/VbAsyncSocket
Sockets with pure VB6 impl of TLS encryption
mimoo/eureka
Need to encrypt a file before sending it to someone? This is it.
ovh/symmecrypt
Golang symmetric encryption library
nonce-disrespect/nonce-disrespect
Nonce-Disrespecting Adversaries: Practical Forgery Attacks on GCM in TLS
nodertc/dtls
Datagram Transport Layer Security (DTLS) client.
monax/hoard
Hoard is a stateless, deterministically encrypted, content-addressed object store.
cmcqueen/aes-min
Minimal AES-128 encryption. Suitable for small embedded systems. Including an on-the-fly key schedule variant for minimal RAM usage.
supernomad/quantum
A lightweight, encrypted, WAN oriented, software defined network device.
CanciuCostin/crypt12-decrypt
Decrypt Whatsapp .crypt12 database files
polfosol/micro-AES
A minimalist implementation of AES algorithms in C
indisoluble/AesGcm
(DEPRECATED - USE: https://developer.apple.com/documentation/cryptokit/aes/gcm) Galois/Counter Mode (GCM) with Advanced Encryption System (AES).
Hinaser/jscrypto
Crypto library for Node/ES6/Typescript/Browser.
vesvault/libVES.c
VESvault End-to-End Encryption API: Encrypt Everything Without Fear of Losing the Key
HussainDerry/secure-preferences
A library that provides an encrypted version of the Android shared preferences.
miqoas/Miqo.EncryptedJsonConfiguration
Configuring your .NET Core with encrypted JSON files has never been so easy
Bitwise-01/Notebook
An encrypted notebook
diglol/crypto
Diglol Crypto for Kotlin Multiplatform.
phayes/ecies-ed25519
ECIES on Twisted Edwards Curve25519 using AES-GCM and HKDF-SHA256
rusq/osx-callhistory-decryptor
macOS (incl big sur) call history decryptor/converter to CSV format.
shushcli/shush
CLI for Shamir's Secret Sharing and AES key generation, encryption, and decryption.
tkp1n/AesNi
Fully managed AES implementation in .NET based on AES-NI
BLu85/AES-GCM-128-192-256-bits
Configurable AES-GCM IP (128, 192, 256 bits)
StoneMoe/SimpleSecureChat
Setup your own encrypted chat room in seconds
jedisct1/nonce-extension
Make AES-GCM safe to use with random nonces, for any practical number of messages.
brunocampos01/encrypt-file
:lock: :page_with_curl: CLI to encrypt or decrypt files with only one command.
CrackedPoly/AES-go
AES implementation in pure Golang, including ECB, CBC, CFB, OFB, CTR and GCM mode.
jedisct1/rust-aes-wasm
Fast(er) AES-based constructions for WebAssembly and Rust.