Illustration#

I implemented a symmetric encryption based on Prim’s minimum spanning tree algorythm. This method is not espacially useful because it is pretty slow, but I also find it very cool :)

Here is the Github Link

Reaserach and paper#

photo of the spanning tree and associated matrix

Here are the paper that I have used and that describe the algorythm (be careful there is some errors in them, specifically on the order of matrix multiplication):

What’s next#

This project is not totally finished as I work on many projects at the same time, and I still need to make it CLI usable.

Feel free to contribute or fork the projec to make it better !