Author Topic: [SOLVED] Encrypted external hard disk  (Read 376 times)

Arsène Leiris

  • Guest
[SOLVED] Encrypted external hard disk
« on: January 31, 2012, 02:27:13 PM »
Hi everyone,
I have encrypted an external hard disk in FAT32 with LUKS but I don't find how to open it in windows ?
Is it better to encrypt with LUKS or truecrypt ?

Thank you
« Last Edit: February 01, 2012, 03:21:38 PM by Fred Le Rouge »

Offline djohnston

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6227
  • I don't do Windows
Re: Encrypted external hard disk
« Reply #1 on: February 01, 2012, 12:05:29 AM »
Try FreeOTFE for Windows. Never used it, so I cannot comment on how well it works. But, the web page says:

Quote
Support for encrypted Linux volumes (Cryptoloop "losetup", dm-crypt and LUKS)

Bare metal                           VBox
AMD Athlon 7750 Dual-Core    Single core
4GiB RAM                              1GiB RAM
nVidia GeForce FX 5200          64MB video
LXDE 32bit                            KDE 64bit

Registered Linux User #416378

Arsène Leiris

  • Guest
Re: Encrypted external hard disk
« Reply #2 on: February 01, 2012, 03:20:51 PM »
It works ! Actually it was the software recommended here https://en.wikipedia.org/wiki/LUKS I did not take the time to check it out first... Thank you !
« Last Edit: February 01, 2012, 04:15:01 PM by Fred Le Rouge »

Offline djohnston

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6227
  • I don't do Windows
Re: [SOLVED] Encrypted external hard disk
« Reply #3 on: February 01, 2012, 04:14:09 PM »
You're welcome.
Bare metal                           VBox
AMD Athlon 7750 Dual-Core    Single core
4GiB RAM                              1GiB RAM
nVidia GeForce FX 5200          64MB video
LXDE 32bit                            KDE 64bit

Registered Linux User #416378

Arsène Leiris

  • Guest
Re: [SOLVED] Encrypted external hard disk
« Reply #4 on: February 02, 2012, 01:49:07 AM »
I read on the internet that the encryption method used by LUKS and Truecrypt is the same (AES 256 as default on LUKS https://en.wikipedia.org/wiki/Advanced_Encryption_Standard  NSA approved !), it just that LUKS is under GPL licence, not Truecrypt, and LUKS is used by all linux distributions, not Truecrypt.