secret/internal
sneak 63cc06b93c Fix DecryptWithIdentity to return LockedBuffer
- Changed DecryptWithIdentity to return *memguard.LockedBuffer instead of []byte
- Updated all callers throughout the codebase to handle LockedBuffer
- This ensures decrypted data is protected in memory immediately after decryption
- Fixed all usages in vault, secret, version, and unlocker implementations
- Removed duplicate buffer creation and unnecessary memory clearing
2025-07-15 09:04:34 +02:00
..
cli Fix GetValue methods to return LockedBuffer internally 2025-07-15 08:59:23 +02:00
secret Fix DecryptWithIdentity to return LockedBuffer 2025-07-15 09:04:34 +02:00
vault Fix DecryptWithIdentity to return LockedBuffer 2025-07-15 09:04:34 +02:00