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

Safe HaskellNone

Development.NSIS.Plugins.Base64

Description

Synopsis

Documentation

encrypt :: Exp String -> Exp StringSource

Base64 data encryption.

decrypt :: Exp String -> Exp StringSource

Base64 decryption. Reverse of encrypt.