...
Disable memory dumps in your program.
Memory dumps are automatically created when your program crashes. These memory dumps can contain information stored in any part of program memory. It is advised to disable memory dumps in the program that is being shipped to the user. This might not be possible on Windows, but on linux, this can be done as follows \[[#1]\]: Wiki Markup
...
bgColor | #ccccff |
---|
...
Please refer MEM06-C. Ensure that sensitive data is not written out to disk for details.
Do not store the sensitive data for long time (beyond its use) in the program.
...