sandyzikun/ichisaki ↗
Created Apr 23, 2022 · View the sandyzikun/ichisaki repository page
A Simple Toolkit just for FUN
Want this for your repo?
Render a free sample of any GitHub repo in seconds.
Contributors
3
Lines of Code
64
From
Mar 26, 2022
To
Apr 11, 2022
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.