sqlcrypto
pub fn encrypt<R: AsRef<[u8]>, W: Write>( data: R, key: &[u8], output: &mut W) -> Result<()>
this is not secure! do not use in scenarios that the security of this method is tested!