Skip to content

Joonaset/kwikmaffs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kwikmaffs

This repository is collection of scripts and tools for mathematical purposes. For now, it will be populated with tools for cryptomathematical purposes.

Scripts

lettercount.py

Counts lowercase alphabetic characters and their frequency in given text. Usage example:

lettercount.py example.txt or lettercount.py "this is example string"

vignere.py

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

z-ring.py

print sum and multiplication tables for mod m operations. Usage example:

z-ring.py 7

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages