summaryrefslogtreecommitdiffstats
path: root/crypto/bin
Commit message (Collapse)AuthorAgeFilesLines
* ukrepl: fix utf-8 exceptionmakefu2011-10-111-3/+3
| | | | function unicode(unicode-character) throws an exception, return only the ascii character
* ukrepl: add space variationsmakefu2011-09-281-0/+5
|
* ukrepl: fix +space bugmakefu2011-09-261-2/+5
| | | | | the python 'print' is retarded and always adds a space to a given character if newline is suppressed, using sys.stdout.write instead
* ukrepl: add new modes to help messagemakefu2011-09-231-0/+2
| | | | punctuation and historic latin are now part of the help message
* ukrepl: add punctuation modemakefu2011-09-231-4/+40
|
* ukrepl: chain modesmakefu2011-09-221-10/+11
| | | | | ukrepl is able to chain modes e.g. echo "aidsballs" | ./ukrepl cf => а і d s b а l l s
* ukrepl: moved to cryptomakefu2011-09-221-0/+62