secret/internal
sneak e53161188c Fix remaining memory security issues
- Fixed gpgDecryptDefault to return *memguard.LockedBuffer instead of []byte
- Updated GPGDecryptFunc signature and all implementations
- Confirmed getSecretValue already returns LockedBuffer (was fixed earlier)
- Improved passphrase string handling by removing intermediate variables
- Note: String conversion for passphrases is unavoidable due to age library API
- All GPG decrypted data is now immediately protected in memory
2025-07-15 09:08:51 +02:00
..
cli Fix GetValue methods to return LockedBuffer internally 2025-07-15 08:59:23 +02:00
secret Fix remaining memory security issues 2025-07-15 09:08:51 +02:00
vault Fix DecryptWithIdentity to return LockedBuffer 2025-07-15 09:04:34 +02:00