sdrapkin
- Karma
- 0
- Created
- ()
- Submissions
- 0
- .NET: Avoid Using Guid.CreateVersion7 (gist.github.com)
- Fast cryptographically safe GUID generator for Go (github.com)
- Show HN: Streaming chunked AEAD cryptography [pdf] (github.com)
- CryptoRandom – .NET Random done right (github.com)
- Login.gov encryption is badly designed (gist.github.com)
- RSA APIs in .NET (gist.github.com)
- New Micro-ORM for .NET: TinyORM (github.com)
- NET crypto done right: Inferno library (securitydriven.net)
-
I've been a long-time user of KeePass. I inspected its 2.x .NET source code today and quickly noticed the following issues which I find quite concerning: The kdbx database is encrypted with AES in CBC/PKCS7 mode without…