LogoLogo
  • Main
  • Environment Functions
  • Script Functions
  • Table Functions
  • Input
  • Hooking
  • Misc
  • FileSystem
  • Libraries
    • Console
    • Fluxus
    • Drawing
    • Debug
    • Crypt
    • Bit
Powered by GitBook
On this page
  • <string> fluxus.crypt.base64.encode(<string> a1)
  • <string> fluxus.crypt.base64.decode(<string> a1)
  • <string> fluxus.crypt.hash(<string> a1)
  • <string> fluxus.crypt.random(<string> a1)

Was this helpful?

  1. Libraries

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.

PreviousDebugNextBit

Last updated 3 years ago

Was this helpful?