Slashdot Mirror


User: mliesenf

mliesenf's activity in the archive.

Stories
0
Comments
11
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 11

  1. The proper way to encrypt an entire disk. on Distinguishing Encrypted Data From Random Data? · · Score: 1

    LUKS can be easily detected.
    The specifications for the on-disk format are published online.
    http://code.google.com/p/cryptsetup/wiki/Specification.

    What I would recommend and personally employ... First, fill the disk with a random background:
    # cryptsetup --cipher=aes-xts-essiv:sha256 -s 256 --key-file=/dev/random create mapper1 /dev/sdz
    # cryptsetup --cipher=twofish-xts-essiv:sha256 -s 256 --key-file=/dev/random create mapper2 /dev/mapper/mapper1
    # dd if=/dev/zero of=/dev/mapper/mapper2 bs=512

    Don't bother creating a partition table or anything else. Leave the entire disk full of this background data.
    Then create an encrypted volume using a hash for key material and offset and skip sector counts from the hash string:
    # echo "secret_password@drive_serial_number" | sha512sum
    4839 eeac 06 a 2045 d 60 6dbf519ba5e9[...]e312009896441a5
    # cryptsetup --cipher=twofish-xts-essiv:sha256 -s 256 -o 483906 -p 204560 create encrypted /dev/sdz
    Password:
    # pvcreate /dev/mapper/encrypted
    # vgcreate
    # lvcreate

    If questioned I would respond with nothing, no words, and just chill there.

  2. A solution? on Foam Gluing Flaw Killed Columbia Astronauts · · Score: 3, Interesting

    For all of you /.'ers out there there's an interesting new technology out there to detect these types of flaws. I'm a nuclear student at UF and some in our department are working on lateral migration radiography. It's a rather cool process, shoot x-rays into the foam and get an image of what's inside and find out where delimanation or debonding has occured. http://www.nre.ufl.edu/facilities/backscat.php

  3. THE truth about Icarus. on More on the University of Florida · · Score: 1

    For any of you /.'ers that would actually like to learn the truth ICARUS, go directly from the source. Division of Housing Network Services: http://www.dhnet.ufl.edu/dhnet.php DHnet Discussion forums: http://www.dhnet.ufl.edu/forums/index.php -- mliesenf DHnet resident DHnet forum moderator

  4. Re:How would they do the scan?? on Schools to Avoid: University of Florida · · Score: 1

    I'm a user of DHnet and I use Gentoo Linux with a vanilla 2.4.22-ac4 kernel. They under no circumstances exploit a users computer to examine the file system or processes. If you have a server or a worm that inappropriately uses the network then they will isolate and restrict you.

  5. Re:An Inside Perspective on Schools to Avoid: University of Florida · · Score: 2, Informative

    "Yeah, it's all true. As part of the ICARUS package we are going to provide our VB application development suite for Unix. Open source!

    Or not." -wills, DHnet Administrator

    http://www.dhnet.ufl.edu/forums/viewtopic.php?t= 17 5
    (ps. they all use bsd)

  6. Re:Anti-Intellectual Environment on Schools to Avoid: University of Florida · · Score: 1

    The University of Florida has an I2 OC-12 at 622Mbit, an OC-3 at 155Mbit and a T3 at 55Mbit. http://net-services.ufl.edu

  7. Re:An Inside Perspective on Schools to Avoid: University of Florida · · Score: 1

    I am also a sophomore at the University of Florida. I am a knowledgeable user of the DHnet and an active member of their forums. If you have any questions that you would like to be answered by a reilable source just visit the DHnet forums at www.dhnet.ufl.edu/forums and ask one of the administrators. They are the same people who administer the network. nuff' said.

  8. Re:glorified port scanner? on Schools to Avoid: University of Florida · · Score: 1

    I live on the DHnet. www.dhnet.ufl.edu They can enforce all of their rules. Most of their systems are passive. Their Active systems are used to just find servers. They find all of the P2P from server-less clients. -- it's true.

  9. Re:Icarus on Schools to Avoid: University of Florida · · Score: 1

    FreeBSD.

  10. Re:E-mail? on Schools to Avoid: University of Florida · · Score: 1

    Their connection does not get hosed. I'm a user of DHnet. They get put into a restricted vlan that has access to only ufl.edu sites. http://www.dhnet.ufl.edu/ Read up, become informed.

  11. Re:Who named that sucker? on Schools to Avoid: University of Florida · · Score: 1

    Are you just asking to get Own3d? You do not know who he is and what he can do. I'd watch my tounge.