Viewing profile — zeec
zeec
HN member- Joined
- Fri, May 04, 2018, 5:49 AM UTC
- HN karma
- 1
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About zeec
No profile information was provided.
Recent public activity
-
comment
Comment #19846713
I save the data from python or matlab and use pgfplots to create stunning plots. Nothing I saw in any other plotting lib came ever close to pgfplots in terms of beauty and flexibil…
-
comment
Comment #17000601
> "The key will always be the same regardless of the password." The keypair is different for each userid and password. Everything else is correct.
-
comment
Comment #16992478
I think asymmetric encryption would solve all problems. The sever only ever stores the users public key and uses challenge-response to prevent replay attacks. This is a bad idea, b…