encrypt

Encrypts a string using a key with the specified algorithm

@safe
ubyte[]
encrypt
(
const string data
,
const string key
,)

See Also

ddata.crypto.decrypt

Meta