so for some reason i made a cryptography algorithm
built it in Python (for testing cursed ideas)
and C (for actual speed and use)
everything’s in the github repo, explained in the README.md
yeah, the name’s “Simple and Secure AF” —
but the code? cursed and chaotic.
the idea is simple — the implementation… nah (the C code even has AVX2 D:)
if you’ve got ideas or issues, open one on GitHub — i won’t be online here much :D
and yeah, i did use chatgpt for this :(
but at least i learned a lot :D
have fun :D
Top comments (2)
pretty cool you pushed it through even if parts got chaotic - ever wonder if focusing on clean code or just letting things run messy teaches more in the long run?
in the long run, i think clean code would be better because you can manage everything
but this is my side project, so i think i will let it be messy, because its easier to manage with less files (no build files,...)
but if this goes popular then i think i will just refactor the whole thing :)
Some comments may only be visible to logged-in visitors. Sign in to view all comments.