A short description of every available encryption method
for more detailed descriptions visit: http://www.maroniemann.net/projects/maroniecoder/
-rotate
shifts each letter or letterspan a given amout through the alphabet
-mirror
mirrors either the alphabet (a becomes z, b becomes y, ...) or the text
-pulse
rotates with multiple values (e.g. first letter by 1, second two letters by 3, ...)
-iterative
rotates each letter by an amout which increases after every letter
-translate
changes symbols which are not in the alphabet into letters
-swap
mirrors a lettergroup and leaves a on-mirrord space between them
-insert
inserts a random or given lettergroup every given gap
-convert
replaces to given strings in the text with each other
made by