Function reprypt::decrypt[][src]

pub fn decrypt(text: String, _key: String, convert: bool) -> Option<String>
Expand description

Decrypt the passed string.

  • text - string to decrypt.
  • _key - password
  • convert - whether or not to decode with Base64, set this to true if Base64 does the conversion during encryption.