Encryption in W7 Ultimate or Enterprise

JimSF

New member
Local time
2:08 AM
Messages
8
I'm using W7 ultimate and was wondering how this default option/possibility of encryption works.

I've heard that data on an external drive(s) can also automatically be encrypted using the same strong encryption as the one on the main OS partition/drive.

I mean that if the data on an the external connected drive is encrypted, and the drive is removed and connected to another system the data on it is PW protected and can't be read by another OS system without the right PW.

But here comes the tricky question: after you put in the right password does some decryption method starts for the whole drive ?? Because when this drive is connected to another system that could take over a few hours, if for example a 1TB drive is being used.

And for the decryption of the encrypted original drive on my W7 ultimate, do I have to put in my PW each time I log in ? I mean the decryption PW. Is it safe ? What happens if the file that contains the encryption PW gets corrupt ?? Will I still be able to access my files/OS ?
 

My Computer

Computer type
Laptop
OS
W7 Ult x64
Everybody on Easter holiday ?
 

My Computer

Computer type
Laptop
OS
W7 Ult x64
I suppose you're talking about the built-in BitLocker encryption system, but really all full-disk encryption programs (and OSs, for the matter) work more or less the same.
In those systems, encryption/decryption is totally transparent and on demand, that is, only performed when a program request to read some data, or then when it ask to save it.


But here comes the tricky question: after you put in the right password does some decryption method starts for the whole drive ?? Because when this drive is connected to another system that could take over a few hours, if for example a 1TB drive is being used.

No. No way that can be practically done.
Not only that would be terribly slow, but also you need to store all the decrypted data somewhere. That means you would need to have another TB worth of free disk space to spare, or 1TB of RAM :p Impractical, if you ask me. In addition, doing so would defeat the purpose of encryption in the first place. The whole plain text data would be available for anything to read.

What actually happens is that, once the right password is entered, the encryption key is cached in memory, nothing more. Then the encrypted volume is mounted into the file system for any program to use. When something wants to read from the encrypted drive, the encryption driver then decrypts the requested data (only that chunk, not the whole thing) and hands it to the requesting program. When it saves data back, the driver re-encrypts it before storage, so the plain text never touches the disk. All happens under the hood and totally transparent for everything else.
The relevant part for the question is that this process is done on demand, only on the affected data portions. That is, when you open the drive in Windows Explorer for example, only the list of files in the root directory is decrypted (and not the their contents or anything else).


And for the decryption of the encrypted original drive on my W7 ultimate, do I have to put in my PW each time I log in ? I mean the decryption PW. Is it safe ?

Yes, you need to enter the encryption key every time (if not, it would be incredibly easy to bypass the whole thing). What do you mean by "is it safe"? It's just like any other password, just used in another way.


What happens if the file that contains the encryption PW gets corrupt ?? Will I still be able to access my files/OS ?

There is no such file, the password is not stored anywhere, in any form. Once you enter it, the OS will attempt to decrypt the volume using the supplied password, and if the result "makes sense", that is, the cryptographic process ended without consistency errors, it's assumed that the password was the right one.
What you're likely referring to is to the "volume header", which contains much of the data needed to decrypt the whole thing. If that gets damaged, then yes, you're toast :p That's pretty much the same as a normal disk, with the added complexity of encryption. In any case, a backup is a must, just in case.
 

My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
Toshiba Sattelite A665-S6092
OS
Windows 7 Ultimate x64
CPU
Intel Core i7-740QM
Memory
8 GB DDR3
Graphics Card(s)
NVIDIA GeForce 330GT
Screen Resolution
1366x768
Hard Drives
Samsung 840 SSD 500GB
1TB USB3 external HD
Cooling
Coolermaster Notepal U3 notebook cooling pad
Internet Speed
3mbps ASDL
Antivirus
ClamWin 0.98.7
Browser
Opera 12.17 x86 (main), Firefox 38 (sec), IE11 (last resort)
Do not encrypt any of your drives, you will regret it and there is no reason to do it.
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Skylake Special #666
OS
Windows 10 Pro x64
CPU
Intel Core i7 6700K
Motherboard
Asus Sabertooth Z170 Mark 1
Memory
GSkill TridentZ RGB 16GB 3600 16-16-16-36
Graphics Card(s)
EVGA GTX 980 Ti SC x2
Sound Card
Realtek High Definition
Monitor(s) Displays
AOC G2460PG
Screen Resolution
1920 x 1080 144Hz
Hard Drives
Samsung 860 Pro 256GB, Seagate Barracuda 4TB x2
PSU
EVGA 1000 P2, EVGA White Custom Braided Cables
Case
Corsair Vengeance C70 Gunmetal Black
Cooling
Corsair H100i v2, Corsair ML120 x2, Thermal Grizzly Kryonaut
Keyboard
Logitech G910 Orion Spectrum
Mouse
Logitech G700s
Internet Speed
Verizon Fios Quantum Gateway 75/75
Antivirus
Windows Defender, Malwarebytes Free 3.8.3
Browser
Chrome
Other Info
Corsair SP120 x4, LG Blu-ray Drive, Durabrand HT-395 100 Watt Dolby Digital Amp, Corsair H2100 Wireless 7.1 Headset
@Alejandro85

Thank you, that was more or less the answer I was waiting for. If I need more specific details I'll ask for it here
 

My Computer

Computer type
Laptop
OS
W7 Ult x64
Do not encrypt any of your drives, you will regret it and there is no reason to do it.
You mean like I'm bound to get some issues ? I was talking about the Bitlocker encryption of MS.

Say that I loose an external drive. The problem is that I could have sensitive data all over the drive. I don't always put it rightaway in some protected folder/area or so. Or a PW program for that matter .

Just encrypting a whole external drive with Bitlocker would be the easiest way, and since according to Alejandro the needed data on the external drive would be as quickly available with or without an encryption ...

Am I perhaps missing something ?
 

My Computer

Computer type
Laptop
OS
W7 Ult x64
Back
Top