Genie - The Highly Productive Julia Web Framework
  • Home
  • Guides
    • Migrating Genie v4 apps to Genie v5
    • Working with Genie Apps
    • Working With Genie Apps: Intermediate Topics [WIP]
    • Using Genie in an interactive environment
    • Developing an API backend
    • Using Genie Plugins
    • Deploying Genie Apps On AWS
    • Controlling Load Order of Genie Apps
  • Tutorials
    • Welcome to Genie
    • Installing Genie
    • Getting started
    • Creating a web service
    • Developing MVC web applications
    • Handling URI/query params
    • Working with forms and POST payloads
    • Using JSON payloads
    • Uploading files
    • Adding your libraries into Genie
    • Loading and starting Genie apps
    • Managing Genie app's dependencies
    • Advanced routing
    • Auto-loading configuration code with initializers
    • The secrets file
    • Auto-loading user libraries
    • Using Genie with Docker
    • Working with WebSockets
    • Deploying to Heroku with Buildpacks
    • Deploying to server with Nginx
  • API
    • Assets
    • Commands
    • Configuration
    • Cookies
    • Encryption
    • Exceptions
    • FileTemplates
    • Generator
    • Genie
    • Headers
    • HttpUtils
    • Input
    • Loader
    • Logger
    • Renderer
    • HTML Renderer
    • JS Renderer
    • JSON Renderer
    • Requests
    • Responses
    • Router
    • Secrets
    • Server
    • Toolbox
    • Util
    • Watch
    • WebChannels
    • WebThreads
Version
  • API
  • Encryption
  • Encryption
GitHub
Genie.Encryption.decrypt — Function
decrypt(s::String) :: String

Decrypts s (a string previously encrypted by Genie).

source
Genie.Encryption.encrypt — Function
encrypt{T}(s::T) :: String

Encrypts s.

source
Genie.Encryption.encryption_sauce — Function
encryption_sauce() :: Tuple{Vector{UInt8},Vector{UInt8}}

Generates a pair of key32 and iv16 with salt for encryption/decryption

source
« CookiesExceptions »

Powered by Documenter.jl and the Julia Programming Language.

Settings


This document was generated with Documenter.jl version 1.8.1 on Thursday 13 March 2025. Using Julia version 1.11.4.