ddata ~master (2021-10-20T04:00:52.2832534)
Dub
Repo
decrypt
ddata
crypto
decrypt
Decrypts the data using a key with the specified algorithm
string
decrypt
(ubyte[] data, string key, Algorithm algorithm)
string
decrypt
(string data, string key, Algorithm algorithm)
@
safe
string
decrypt
(
const
string
data
,
const
string
key
,
Algorithm
algorithm
=
Algorithm.aes128
)
See Also
ddata.crypto.encrypt
Meta
Source
See Implementation
ddata
crypto
decrypt
functions
decrypt
Decrypts the data using a key with the specified algorithm