Expand description
Storage Encryption Layer
Provides a simple XOR-based encryption layer for block storage. This is for demonstration/educational purposes — not production cryptography.
Supports two cipher modes:
Xor: Repeating key XORXorWithNonce: XOR with a key derived from nonce + base key
Structs§
- Encrypted
Block - An encrypted block with metadata.
- Encryption
Layer Config - Configuration for the encryption layer.
- Encryption
Layer Stats - Statistics for the encryption layer.
- Storage
Encryption Layer - Storage encryption layer providing XOR-based encryption for blocks.
Enums§
- Cipher
Mode - Cipher mode for the encryption layer.