This repository is collection of scripts and tools for mathematical purposes. For now, it will be populated with tools for cryptomathematical purposes.
Counts lowercase alphabetic characters and their frequency in given text. Usage example:
lettercount.py example.txt or lettercount.py "this is example string"
Encrypt or decrypt text by vignere algorithm. works only on lowercase a-z characters. Usage example:
vignere.py d inputfile keyfile
vignere.py e input key
print sum and multiplication tables for mod m operations. Usage example:
z-ring.py 7