On Tue, Aug 18, 2026 at 07:47:05PM +0600, broke wrote: > Yes the "memory is kept alive" but I certainly want to know "a way to > access it" so I can prevent it. > > Hibernation is not really helpful for me for how slow my booting times > are considerably, and I want to keep it to sleep when I am on the go. > However if the cons win over the pros, then I will consider using > hibernation from now on.
Really depends how paranoid you are: https://en.wikipedia.org/wiki/Cold_boot_attack If you want to be as secure as possible you should consider anything in memory when suspended potentially accessible. This includes disk encryption keys as well as other keys you may have loaded (e.g. keys that are fully resident in ssh-agent). Linux has a "luksSuspend" feature, although that recently had a bug where it turned out it didn't delete the keys from memory as it claimed to[1]. OpenBSD doesn't have such a thing. [1]: https://mathstodon.xyz/@iblech/116769502749142438

