https://github.com/harold-glitch/floodsquaretransform
New and original, very powerful encryption algorithm based on linearization of 2D square flood fill.
https://github.com/harold-glitch/floodsquaretransform
algorithm cypher encryption
Last synced: 2 months ago
JSON representation
New and original, very powerful encryption algorithm based on linearization of 2D square flood fill.
- Host: GitHub
- URL: https://github.com/harold-glitch/floodsquaretransform
- Owner: Harold-Glitch
- Created: 2025-04-04T18:15:20.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-04-05T10:17:29.000Z (8 months ago)
- Last Synced: 2025-10-05T07:56:05.947Z (2 months ago)
- Topics: algorithm, cypher, encryption
- Language: C++
- Homepage:
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FloodSquareTransform
The data is placed in a 2D bitmap square, the algorithm works on the basis of the linearization of a floodfill exploration. The encryption is carried out by performing successive rotations of the square.