đžCrypt Library
Encrypt:
Encrypts
data
withkey
.
Decrypt:
Decrypts
data
withkey
.
Base64 Encode:
Encodes
data
with base64.
Base64 Decode:
Decodes
data
with base64.
Hash:
Hashes
data
with SHA-384.
Derive:
Derives a secret key from
value
with the length oflength
.
Random:
Generates a random string with
size
(cannot be negative or exceed 1024).
Last updated