Viewing profile — diznq
diznq
HN member- Joined
- Tue, Mar 14, 2023, 9:58 PM UTC
- HN karma
- 1
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About diznq
No profile information was provided.
Recent public activity
-
story
Show HN: 90s – an async C++23 web server with templating engine
Hi HN, I'd like to share with you a proof of concept of a project I've been recently working on in C++. C++ got support for coroutines this year, so I played with that idea that it…
-
comment
Comment #38422411
The solution I prefer is to simply just encrypt the data such as IDs. Instead of giving user an ID in response, user gets hmac(cipher(Data, secret_key), secret_key) + cipher(Data, …
- story