aes-gcm topic

List aes-gcm repositories

libVES.c

35
Stars
8
Forks
Watchers

VESvault End-to-End Encryption API: Encrypt Everything Without Fear of Losing the Key

Cryptography-Guidelines

397
Stars
14
Forks
Watchers

Guidance on implementing cryptography as a developer.

armadillo

276
Stars
52
Forks
Watchers

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

66
Stars
9
Forks
Watchers

Minimal AES-128 encryption. Suitable for small embedded systems. Including an on-the-fly key schedule variant for minimal RAM usage.

SimpleSecureChat

21
Stars
2
Forks
Watchers

Setup your own encrypted chat room in seconds

phpseclib

5.3k
Stars
876
Forks
Watchers

PHP Secure Communications Library

CryptoSwift

10.0k
Stars
1.6k
Forks
Watchers

CryptoSwift is a growing collection of standard and secure cryptographic algorithms implemented in Swift

phoenix-ecto-encryption-example

270
Stars
20
Forks
Watchers

🔐 A detailed example for how to encrypt data in an Elixir (Phoenix v1.7) App before inserting into a database using Ecto Types

nsec

371
Stars
52
Forks
Watchers

A modern and easy-to-use cryptographic library for .NET 8+ based on libsodium

SwCrypt

718
Stars
122
Forks
Watchers

RSA public/private key generation, RSA, AES encryption/decryption, RSA sign/verify in Swift with CommonCrypto in iOS and OS X