Skip to main content

encrypt_for_storage

Function encrypt_for_storage 

Source
pub fn encrypt_for_storage(plaintext: &str) -> Result<String>
Expand description

Seal plaintext for storage using the process key (plaintext passthrough when no key is set).