Sensitive Data In Memory

前端 未结 4 409
猫巷女王i
猫巷女王i 2020-12-17 09:26

I\'m working on a Java password manager and I currently have all of the user\'s data, after being decrypted from a file, sitting around in memory at all times and stored pla

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-17 09:59

    It is worth noting that the OS might decide to swap memory to disk, where it might remain for quite a while. Of course, reading the swap file requires strong priviledges, but who knows? The user's laptop might get stolen ...

提交回复
热议问题