pub fn encrypt_for_storage(plaintext: &str) -> Result<String>
Seal plaintext for storage using the process key (plaintext passthrough when no key is set).
plaintext