Transform Crypt
Archived2025

Overview
Transform Crypt is a lightweight Python encryption package that takes a different approach to text encryption — instead of traditional ciphers, it maps characters to coordinates and applies geometric transformations (rotation, shear, reflection) to scramble them.
The result is a system-generated key paired with Fernet-based symmetric encryption. The package is installable via pip and comes with a simple HTML interface for demonstration purposes.
What I built
- Built a novel encryption approach using coordinate-based mapping with geometric transformations
- Implemented rotation, shear, and reflection transformations for multi-layer scrambling
- Packaged as a pip-installable Python library with Fernet symmetric encryption
Tech stack
PythonCryptographyFernetHTML