fix: use 256-bit entropy for pairing tokens (#351)

Merges #413
This commit is contained in:
Argenis 2026-02-16 13:48:03 -05:00 committed by GitHub
parent b161fff9ef
commit dc5a85c85c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 14 additions and 2 deletions

View file

@ -57,6 +57,9 @@ hmac = "0.12"
sha2 = "0.10"
hex = "0.4"
# CSPRNG for secure token generation
rand = "0.8"
# Landlock (Linux sandbox) - optional dependency
landlock = { version = "0.4", optional = true }