Live data from Hacker News

Viewing profile — reedalex01

reedalex01

HN member
Joined
Mon, Apr 07, 2014, 12:04 PM UTC
HN karma
46
Public activity
6 items

About reedalex01

No profile information was provided.

Recent public activity

  1. comment
    Comment #7593816

    The original cold boot paper was released in 2008 and they only demonstrated the attack on DDR2 memory [1]. A paper published in 2013 [2] discussed cold boot on modern hardware. "T…

  2. comment
    Comment #7591159

    More info on their relationship with Debian: https://tails.boum.org/contribute/relationship_with_upstream "For various reasons Tails tries to diverge by the smallest possible amoun…

  3. comment
    Comment #7589309

    OpenVPN defaults to tunneling over UDP, but optionally supports TCP. SSH is always over TCP. Here's a bit of info from the man page [1] for anyone who's curious: " OpenVPN is desig…

  4. comment
    Comment #7583593

    You can use LVM to make the swap partition inside the encrypted container. If you don't want to use LVM, you can just use a swap file on an encrypted partition (but this isn't supp…

  5. comment
    Comment #7581782

    Speed isn't the only consideration. If you're using disk encryption, the only way to remove keys from RAM is to power off or hibernate. Preserving state between sessions with hiber…

  6. comment
    Comment #7546718

    In this case it will just prompt you for for the recipient. This command is too verbose though. You can type: gpg -e file The output will be file.gpg. It will ask you for a recipie…