Dentrax | 1 year ago | on: CrowdStrike Update: Windows Bluescreen and Boot Loops
Dentrax's comments
Dentrax | 3 years ago | on: Show HN: I created Prometheus Exporter to monitor my xDSL Modem (OnCall enabled)
Dentrax | 3 years ago | on: Pirate Weather: A free, open, and documented forecast API
Dentrax | 4 years ago | on: Ask HN: Firefox connection problems after enabling DoH?
Dentrax | 4 years ago | on: Show HN: I implemented Tilde – Operator for Go Compiler after months of research
Your feedbacks are valuable! Thanks!
If you do not use Medium, you can read the blog on the repository: https://github.com/Dentrax/go-tilde-operator/
Find the issue proposal: https://github.com/golang/go/issues/46847 Find the implementation PR: https://github.com/golang/go/pull/46848
Dentrax | 4 years ago | on: Show HN: Cocert: split your private keys securely amongst untrusted network
Dentrax | 4 years ago | on: Show HN: Cocert: split your private keys securely amongst untrusted network
> If you can store the password securely can you not then also store the private keys securely?
You don't have to store the private keys securely. On the contrary, you can store your private keys publicly, if the decryption password strong enough.
If you want to decrypt keys in the pipeline, of course your decryption keys still need to be stored securely. Which is why I added some KMS providers in the use-case diagram. [1]
[0] https://github.com/theupdateframework/go-tuf/blob/master/enc... [1] https://raw.githubusercontent.com/Dentrax/cocert/main/.res/u...
Dentrax | 5 years ago | on: Show HN: I wrote a book about Go
Also I just published this on /r/golang if you do not mind. :)
Dentrax | 5 years ago | on: Manim – an animation engine for explanatory math videos