- Reject secrets shorter than 32 bytes (fall back to generated key) - Use SHA-256 hash instead of naive byte cycling to derive the key (cycling "password" to 64 bytes gave extremely low entropy) |
||
|---|---|---|
| .. | ||
| args.rs | ||
| logging.rs | ||
| main.rs | ||
- Reject secrets shorter than 32 bytes (fall back to generated key) - Use SHA-256 hash instead of naive byte cycling to derive the key (cycling "password" to 64 bytes gave extremely low entropy) |
||
|---|---|---|
| .. | ||
| args.rs | ||
| logging.rs | ||
| main.rs | ||