Driftwood: Know if private keys are sensitive
trufflesecurity.com
Driftwood: Know if private keys are sensitive
1–10 of 23 posts
Re: Driftwood: Know if private keys are sensitive
#2Which is a shame, thanks for resubmitting
Re: Driftwood: Know if private keys are sensitive
#3Re: Driftwood: Know if private keys are sensitive
#4Why are there so many private keys in repos? It seems preferable to just generate them when needed instead of risk one being misused
Re: Driftwood: Know if private keys are sensitive
#5Why are there so many private keys in repos? It seems preferable to just generate them when needed instead of risk one being misused
Re: Driftwood: Know if private keys are sensitive
#6Why are there so many private keys in repos? It seems preferable to just generate them when needed instead of risk one being misused
Most private keys in Git repositories seem to be test data. But why are those test private keys sometimes used for other things? Probably just people lazily copying from ~/.ssh/idrsa or copying to ~/.ssh/idrsa.
Re: Driftwood: Know if private keys are sensitive
#7Please be more spesific.
Re: Driftwood: Know if private keys are sensitive
#8I'm sorry, what?! All private keys are sensitve. Please be more spesific.
Many are for tests and don't go to anything. Some go to really important things though, even among the test keys, and this tool tells you that instantly for billions of keys.
Re: Driftwood: Know if private keys are sensitive
#9Re: Driftwood: Know if private keys are sensitive
#10Earlier quoted context omitted.
Most private keys in Git repositories seem to be test data. But why are those test private keys sometimes used for other things? Probably just people lazily copying from ~/.ssh/idrsa or copying to ~/.ssh/idrsa.
Private keys for tests should be generated on demand, lest you induce CI failure due to key expiration some years down the line