encrypt_text_to_base64

Function encrypt_text_to_base64 

Source
pub fn encrypt_text_to_base64(
    data: &str,
    password: &str,
) -> Result<String, Error>