Pinned Repositories
SecurityDriven.AesGcmStrict
Wraps AesGcm and enforces Tag to be exactly 16 bytes. AesGcm allows truncated tags to decrypt.
SecurityDriven.Core
Modern, fast, safe, cryptographically strong .NET replacement for Random and RandomNumberGenerator.
SecurityDriven.FastGuid
Fast replacement for Guid.NewGuid().
SecurityDriven.FastXor
Fast Xor for .NET.
SecurityDriven.Inferno
:white_check_mark: .NET crypto done right. Professionally audited.
SecurityDriven.Inferno.Tests
SecurityDriven.Inferno Tests
SecurityDriven.TinyORM
.NET micro ORM done right.
SecurityDriven.Winter
Cloud-Scale Cryptography.
sdrapkin's Repositories
sdrapkin/SecurityDriven.Inferno
:white_check_mark: .NET crypto done right. Professionally audited.
sdrapkin/SecurityDriven.TinyORM
.NET micro ORM done right.
sdrapkin/SecurityDriven.Core
Modern, fast, safe, cryptographically strong .NET replacement for Random and RandomNumberGenerator.
sdrapkin/SecurityDriven.FastGuid
Fast replacement for Guid.NewGuid().
sdrapkin/SecurityDriven.AesGcmStrict
Wraps AesGcm and enforces Tag to be exactly 16 bytes. AesGcm allows truncated tags to decrypt.
sdrapkin/SecurityDriven.FastXor
Fast Xor for .NET.
sdrapkin/SecurityDriven.Inferno.Tests
SecurityDriven.Inferno Tests
sdrapkin/SecurityDriven.Winter
Cloud-Scale Cryptography.
sdrapkin/mass-crc32c
Computes GCS compatible CRC32C of local files with configurable multithreading and parallel file reads
sdrapkin/guid
Fast cryptographically safe Guid generator for Go