nsis-0.3.2: DSL for producing Windows Installer using NSIS.
Development.NSIS.Plugins.Base64
Description
Base64 plugin: http://nsis.sourceforge.net/Base64_plug-in
Synopsis
encrypt :: Exp String -> Exp String Source #
Base64 data encryption.
decrypt :: Exp String -> Exp String Source #
Base64 decryption. Reverse of encrypt.
encrypt