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
- passwordconvert
- whether or not to decode with Base64, set this totrue
if Base64 does the conversion during encryption.