decrypt_text_from_base64
sharing
0.18.0
In sharing::
crypto
sharing
::
crypto
Function
decrypt_
text_
from_
base64
Copy item path
Source
pub fn decrypt_text_from_base64( encrypted: &
str
, password: &
str
, ) ->
Result
<
String
,
Error
>