Crypt
<string> fluxus.crypt.base64.encode(<string> a1)
Returns a1 base64 encoded.
<string> fluxus.crypt.base64.decode(<string> a1)
Returns a1 base64 decoded.
<string> fluxus.crypt.hash(<string> a1)
Returns a1 hashed with SHA-384
<string> fluxus.crypt.random(<string> a1)
Returns a randomstring with the size being a1.
Last updated
Was this helpful?