-
Notifications
You must be signed in to change notification settings - Fork 38
rotate all keys/passwords regularly #529
Comments
https://console.aws.amazon.com/iam/home?region=us-west-2#users/emails_development |
See discussion of key rotation at gratipay/gratipay.com#3998 (comment). |
#606 moves us in the right direction, with a first stab at listing the different things we need to rotate, and defining a process for rotating the most important of them (our encryption keys). |
Correct me if I am wrong. These are not memorised secrets, but ones generated and then stored in a password manager (vault). |
You are not wrong. |
Well, both, really.
|
Well for passwords that are memorised NIST does not recommend changing them regularly:
Link: https://pages.nist.gov/800-63-3/sp800-63b.html#memorized-secret-verifiers |
@EdOverflow How about for passwords that are written down on paper? :) |
Reticketing from gratipay/gratipay.com#2275.
We need to be in the habit of rotating all of our keys and passwords regularly, so that we can stay fresh and also be able to respond quickly to widespread vulnerabilities such as Heartbleed.
The text was updated successfully, but these errors were encountered: