Open comments for this post
Packaged everything on PyPI and getting ready to ship! :D
Open comments for this post
The main menu of ezenc is now functional! You can encode and decode in the same command, and it now should fully support 30 encryption methods! :)
Open comments for this post
Finally, you can both encode AND decode with ezenc! Now all that’s left to do is to make a main menu for choosing which one, and, of course, making it so that you can encode ANYthing, not just Base64 :3
Open comments for this post
Added some advanced regex-based cipher detection that attempts to intelligently detect which cipher you’re talking in (this is basically just copy and pasting the encryption code but refactoring it into an actual helper function lmao)
Open comments for this post
It works! ezenc can now automatically decode any of ~26 languages and hashes that you paste in!
Open comments for this post
You can now encode and decode B58 with ezenc! Slowly but surely, progress is being made! :)
Open comments for this post
I’m working on a TUI encoder/decoder for any and all encoding methods! So far, I’ve set up a basic logo and English checker that’s meant to check if your output is plausible (has a high English score) or inplausible (has a low English score, meaning it’s gibberish.)