Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Disable memory dumps in your program.

Wiki MarkupMemory 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]\]:

...

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.

...