core/services/encrypted_storage library
Classes
- EncryptedScanData
- Encrypted data envelope containing ciphertext, IV, salt, and metadata.
- EncryptedStorage
- Enterprise encrypted scan storage engine providing AES-256-CBC encryption with PBKDF2-like key derivation for secure scan result persistence.
Exceptions / Errors
- EncryptionException
- Exception thrown when encryption or decryption operations fail.