pub fn read_encryption_key(user_id: &str) -> Option<[u8; 32]>
Read the encryption key for user_id. Returns the 32-byte AES key or None.
user_id
None