Author Topic: Securing my disk  (Read 6157 times)

0 Members and 1 Guest are viewing this topic.

Offline lucid

  • #Underground
  • Titan
  • **
  • Posts: 2683
  • Cookies: 243
  • psychonaut
    • View Profile
Securing my disk
« on: December 06, 2012, 05:25:11 am »
Perhaps there is another section for this, if that is so then feel free to move it.

Ok, so I have a few questions. Linux answers only please.

1 - Is there a good way to perform full system encryption without formatting the whole damn computer, or reinstalling?

2 - If no, is there a way to encrypt directories such as:

/tmp
/var/tmp
/var/logs
/var/cache/apt

without damaging them or damaging my system?

3 - If no, is there a way to mount them as tmpfs or something. I edited my /etc/fstab and mounted all of these as tmpfs and when I rebooted my system wouldn't start up. How do I avoid this?

4 - Is there any other directories where temporary/partial/sensitive info would be stored besides the aforementioned directories?

Thanks a bunch.
"Hacking is at least as much about ideas as about computers and technology. We use our skills to open doors that should never have been shut. We open these doors not only for our own benefit but for the benefit of others, too." - Brian the Hacker

Quote
15:04  @Phage : I'm bored of Python

Offline ande

  • Owner
  • Titan
  • *
  • Posts: 2664
  • Cookies: 256
    • View Profile
Re: Securing my disk
« Reply #1 on: December 06, 2012, 06:22:21 am »
One word my friend. TrueCrypt. http://www.truecrypt.org/

You can either make an encrypted container and put all your stuff in there or you can encrypt the entire drive WITHOUT re-installing anything. You can even add hidden OS's n shit depending ont he password you enter at bootup :)
if($statement) { unless(!$statement) { // Very sure } }
https://evilzone.org/?hack=true

Offline lucid

  • #Underground
  • Titan
  • **
  • Posts: 2683
  • Cookies: 243
  • psychonaut
    • View Profile
Re: Securing my disk
« Reply #2 on: December 06, 2012, 08:22:10 am »
Are you sure you can encrypt the entire drive in truecrypt? I think you can only do that in windows. I've tried to encrypt the entire drive and it said that it doesn't support encrypting system... well, here's the error:

Code: [Select]
Error: You are trying to encrypt a system partition.

TrueCrypt can encrypt system partitions only under Windows.

Plus, how do you get it to encrypt say /tmp without formatting the directory?
Also, thanks for the fast response.  ;D
"Hacking is at least as much about ideas as about computers and technology. We use our skills to open doors that should never have been shut. We open these doors not only for our own benefit but for the benefit of others, too." - Brian the Hacker

Quote
15:04  @Phage : I'm bored of Python

Offline ande

  • Owner
  • Titan
  • *
  • Posts: 2664
  • Cookies: 256
    • View Profile
Re: Securing my disk
« Reply #3 on: December 06, 2012, 12:32:36 pm »
Are you sure you can encrypt the entire drive in truecrypt? I think you can only do that in windows. I've tried to encrypt the entire drive and it said that it doesn't support encrypting system... well, here's the error:

Code: [Select]
Error: You are trying to encrypt a system partition.

TrueCrypt can encrypt system partitions only under Windows.

Plus, how do you get it to encrypt say /tmp without formatting the directory?
Also, thanks for the fast response.  ;D

Hmm, that's odd. Sucks..

TrueCrypt dosent encrypt folders, you make a "container" and mount it as a folder. Then that mounted folder is encrypted.
if($statement) { unless(!$statement) { // Very sure } }
https://evilzone.org/?hack=true

Offline SoftwareDeveloper

  • NULL
  • Posts: 1
  • Cookies: 0
    • View Profile
Re: Securing my disk
« Reply #4 on: December 16, 2012, 01:28:59 pm »
I use Fedora, it has RealCrypt (TrueCrypt) and it is works! -RPMFusion needed to add to source-
I do not know it is available to your OS or no but i think why not.
Fedora contains LUKS what encrypts the partitions and when you want to mount you have to give your LUKS password.  You can be configure this when you installing the OS.
-LUKS also available to version 14 and up-
Did I help you?