I just finished my rubbish pastebin clone, which probably belongs into a wastebasket: Pastebasket. Features include: submit plain text with a title, and search for the title. Made with SvelteKit.
github.com/4f48/pastebasketpastebasket.4f48.dev
I finished implementing for the OPAQUE PAKE protocol for secure authentication on the server side. Took around 25 hours, and now I can move on implementing this on the client side. I think that's going to be a whole other project. Learnt so much about Rust and web servers in the process. GPL-3.0-only source code available here: github.com/4f48/semail/tree/main/server
I finished implementing for the OPAQUE PAKE protocol for secure authentication on the server side. Took around 25 hours, and now I can move on implementing this on the client side. I think that's going to be a whole other project. Learnt so much about Rust and web servers in the process. GPL-3.0-only source code available here: github.com/4f48/semail/tree/main/server
Started work today on rewriting my front-end in Rust! Progress is really slow, and I really miss the comfort and DX of Svelte, but this will allow me to implement secure auth so it's kinda worth it. github.com/4f48/semail
I implemented the OPAQUE PAKE protocol (for secure authentication) in my Rust back-end semi-successfully. It all seems to work, but getting some issues from the JavaScript front-end side. By tomorrow I'll hopefully make it work. Super excited, also very exhausted. Here is the code: github.com/4f48/semail
Tried to implement SRP protocol for a secure auth flow today for my email clone (github.com/4f48/semail). That failed real bad, so I'm going to try some other PAKE protocol.
Got my own domain today, so my Forgejo instance is publicly available here: git.4f48.dev
Also started work on user authentication for my email clone: github.com/4f48/semail
Continued work today on my email protocol/server/client clone (written in Rust btw): SE-Mail. Mail can now be sent to any user in an instance.
github.com/4f48/semail