@hackage / mucipher

A library to produce simple ciphers for use with lambdabot.

Latest0.6.0

About

Metadata

  • Last updated , by AndrewRobbins
  • License LicenseRef-GPL
  • Maintained by: Andrew Robbins <and_j_rob@yahoo.com>

  • Lottery factor: 0

Links

Installation

Readme

This is MuCipher.

MuCipher is a small library intended for ciphering short bits of text in such a way that they can only be decided by running them in any Haskell interpreter.

Example

$ ghci
Prelude> import Codec.MuCipher

Codec.MuCipher> printCipher "Hello World"
showIntAtBase 8 (" HWdelor"!!) 1706569195 ""

Codec.MuCipher>

Have Fun!