pub fn quick_encrypt(key: &[u8; 32], data: &[u8]) -> Result<Vec<u8>>
Quick encrypt with pre-shared key (no password derivation)