github.com/sandyzikun/ichisaki ↗
A Simple Toolkit just for FUN
Open this visualization on its own page →
Contributors
3
Lines of Code
64
From
2022-03-26
To
2022-04-11
About sandyzikun/ichisaki
Ichisaki is a lightweight Python cryptography toolkit designed for educational and recreational purposes. The project implements the Hill Cipher algorithm, a classical polyalphabetic encryption method, providing both string and file-level encryption and decryption capabilities. Users can encrypt and decrypt text directly using the encode and decode functions, or work with entire files through the fencode and fdecode functions.
The toolkit requires NumPy as a dependency and can be installed via pip or from source. The primary interface consists of a crypto module that exposes four main functions for encoding and decoding operations at both text and file levels. The project emphasizes simplicity and is intended more for learning and experimentation rather than production security use, as reflected in its "just for FUN" tagline.