Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Linuxシステムでは、プログラム(C / C ++ / Python / Javaなど)をどのように構成して、データの一部が揮発性メモリに残り、ディスクやスワップにキャッシュされないようにしますか?
私は特に、手動で入力したパスワードまたは暗号化キーを忘れて、システムの電源が切れた瞬間に回復できないようにしたいセキュリティアプリケーションに関心がありますが、それ以外の場合はアクセス可能なままです。
mlock(2)/ munlock(2)を見てください