nsis-0.3.2: DSL for producing Windows Installer using NSIS.

Safe HaskellNone
LanguageHaskell2010

Development.NSIS.Plugins.Base64

Description

Synopsis

Documentation

encrypt :: Exp String -> Exp String Source #

Base64 data encryption.

decrypt :: Exp String -> Exp String Source #

Base64 decryption. Reverse of encrypt.