|
|
|
|
|
by hvidgaard
3083 days ago
|
|
It's still "only" 1.7gb/hour. If programs follow reasonable security practices, it shouldn't be possible to stumble upon secrets in the memory. This underlines the importance of things such as ASLR and not holding your key in memory longer than needed and rotating them as well. |
|
Additionally some hardening methods like stack protector make stack allocated objects stand out a lot from register values.