60
you are viewing a single comment's thread
view the rest of the comments
[-] interolivary@beehaw.org 4 points 1 year ago

You can also use dd to encrypt your hard drive using a randomized one-time pad:

dd if=/dev/random of=$(df / | tail -1 | awk '{print $1}') bs=64k
this post was submitted on 17 Jun 2023
60 points (98.4% liked)

Programmer Humor

19544 readers
514 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS