Dentrax's comments

Dentrax | 1 year ago | on: CrowdStrike Update: Windows Bluescreen and Boot Loops

I'm just curious, don't they have something like "gradual rollout" to update their app? They just bulk-update simultaneously across entire agents? No way. Something is a bit off for me. But there are good lessons to learn for sure.

Dentrax | 4 years ago | on: Show HN: I implemented Tilde – Operator for Go Compiler after months of research

Hey! This is my first attempt to learning of the contribution to Go Compiler. I just wanted to write a blog post about the journey.

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

Actually, we store the passwords inside the PEM file itself, which is encrypted by TUF [0].

> 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...

page 1