this post was submitted on 12 Feb 2025
3 points (71.4% liked)

Privacy

33601 readers
1071 users here now

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

Related communities

much thanks to @gary_host_laptop for the logo design :)

founded 5 years ago
MODERATORS
 
Description:

RAM wiping, or clearing the contents of Random Access Memory, is an important practice for enhancing privacy and security. When applications are used or when browsing the internet, sensitive data can temporarily reside in RAM, and wiping it ensures that this information is not recoverable after the session ends, thereby reducing the risk of unauthorized access. Additionally, attackers can employ techniques to scrape memory for sensitive information like passwords and credit card numbers; regular RAM wiping mitigates this risk by removing such data before it can be exploited.

Features:
  • Small codebase
  • Runs in a loop (optional)
  • Wipes free RAM space using zeroes
  • Written in Bash

Source code: https://github.com/umutcamliyurt/WipeRAM

you are viewing a single comment's thread
view the rest of the comments
[–] Super_gamer46861 2 points 22 hours ago

Thanks for the advice. I will definitely add multiple passes with random data to the tool