đžCrypt
Base64 Decode
Decodes
data
with base64.
Base64 Encode
Encodes
data
with base64.
Decrypt
Decrypts
data
withkey
.
Derive
Derives a secret key from
value
with the length oflength
.
Encrypt
Encrypts
data
withkey
.
Generate Bytes
Generates random bytes based off
value
.
Generate Key
Generates a random key based off
value
.
Hash
Hashes
data
with SHA-384.
LZ4 Compress
Compresses
data
using lz4.
LZ4 Decompress
Decompresses
data
using lz4.
Random
Generates a random string with
size
(cannot be negative or exceed 1024).
Last updated