@hackage mucipher0.6.0
A library to produce simple ciphers for use with lambdabot.
Categories
License
LicenseRef-GPL
Maintainer
Andrew Robbins <and_j_rob@yahoo.com>
Links
- Documentation
- No source repository
- Changelog
- Security
Versions
Installation
Dependencies (1)
Dependents (1)
@hackage/acme-everything
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!