Real Geek Forums  

Go Back   Real Geek Forums > Archives > Operating Systems > Windows Vista > Windows Vista Administration

Notices

Reply

Vista RTM not secure?

 

LinkBack Thread Tools Display Modes
Old 02-10-2007, 09:55 PM   #11 (permalink)
Default Re: Vista RTM not secure?



"Jimmy Brush" wrote:
Quote:
> Correct ... your files will be encrypted (garbled) and will only be able to
> be accessed from within your account.
>
> The "key" is what is used to unlock your files. It is stored inside your
> user account and can only be used while you are logged in.
>
> Anyone trying to access your files outside of your account will not be able
> to do so, since they won't have access to your key.
>
> You should backup your key so that if you forget your password or something
> terrible happens, you will have a way to access your files.
>
> Without a backup of your key, you will lose your files if you lose access to
> your account.
>
> The encryption is the best solution, as there is no way around it. You could
> also change permissions on your personal folder to remove the access that it
> gives to administrators, but there are ways around that restriction if the
> other user is an administrator.
>
> However, if the other person isn't very "technically advanced" they may not
> know how to go about bypassing the restriction, so that may be a better
> option for you, as it won't put your data in as much risk as encryption.
>
> To use this second option, perform the following steps:
>
> - Click start
> - Type: cmd
> - Right-click cmd when it appears
> - Click Run As Administrators
> - Type the following commands into the command prompt EXACTLY as shown,
> pressing enter after each line:
>
> cd %userprofile%
> icacls . /remove Administrators
>
> (The last command will take a few minutes to complete)
Thank you very much, Jimmy.

But how can the backup key let me access my account? I mean, let's say I did
forget my password. How can I use the key to access my account?

I have DVD+RW discs and an MP3 player. Both can store data. Are they
suitable for key backups?
Phil
Guest
 
Posts: n/a
Reply With Quote  
Old 02-10-2007, 10:18 PM   #12 (permalink)
Default Re: Vista RTM not secure?

You'd have to have one of your family members change your password so you
could log in, and then you would have to perform the following procedure:

http://windowshelp.microsoft.com/Win...a375a1033.mspx


--
- JB
Microsoft MVP - Windows Shell/User

Windows Vista Support Faq
http://www.jimmah.com/vista/

Jimmy Brush
Guest
 
Posts: n/a
Reply With Quote  
Old 02-10-2007, 10:25 PM   #13 (permalink)
Default Re: Vista RTM not secure?

Both those devices are OK to use for backups, as long as you can plug them
in to your computer and stick files on them.

The backup is just a file.

I would recommend your MP3 player if possible ... I doubt they would think
to look there (assuming they even know what you did) .


--
- JB
Microsoft MVP - Windows Shell/User

Windows Vista Support Faq
http://www.jimmah.com/vista/

Jimmy Brush
Guest
 
Posts: n/a
Reply With Quote  
Old 02-10-2007, 11:04 PM   #14 (permalink)
Default Re: Vista RTM not secure?

You must have at least two copies of the certificate (keys) used to encrypt
the files. It is very important to test encrypting a few files, transfer
then to another computer, transfer the certificate, and decrypt the files.
Until you can do this successfully DO NOT USE EVES. If for any reason the
keys are not available the data cannot be decrypted by anyone, anywhere.
There is no back door. If your hard drive fails you won't be able to read
the backup files. If another user changes your password for a joke you will
loose the data in the files. If your user profile gets corrupted by malware
you will loose the data in the files. Make sure you have at least two copies
of the certificate and you know how to use them.

--
Kerry Brown
Microsoft MVP - Shell/User
http://www.vistahelp.ca


"Phil" <Phil@discussions.microsoft.com> wrote in message
news:AC62A4D9-8CA7-4B46-8BD0-232A4213C740@microsoft.com...
Quote:
>
>
> "Jimmy Brush" wrote:
>
Quote:
>> Correct ... your files will be encrypted (garbled) and will only be able
>> to
>> be accessed from within your account.
>>
>> The "key" is what is used to unlock your files. It is stored inside your
>> user account and can only be used while you are logged in.
>>
>> Anyone trying to access your files outside of your account will not be
>> able
>> to do so, since they won't have access to your key.
>>
>> You should backup your key so that if you forget your password or
>> something
>> terrible happens, you will have a way to access your files.
>>
>> Without a backup of your key, you will lose your files if you lose access
>> to
>> your account.
>>
>> The encryption is the best solution, as there is no way around it. You
>> could
>> also change permissions on your personal folder to remove the access that
>> it
>> gives to administrators, but there are ways around that restriction if
>> the
>> other user is an administrator.
>>
>> However, if the other person isn't very "technically advanced" they may
>> not
>> know how to go about bypassing the restriction, so that may be a better
>> option for you, as it won't put your data in as much risk as encryption.
>>
>> To use this second option, perform the following steps:
>>
>> - Click start
>> - Type: cmd
>> - Right-click cmd when it appears
>> - Click Run As Administrators
>> - Type the following commands into the command prompt EXACTLY as shown,
>> pressing enter after each line:
>>
>> cd %userprofile%
>> icacls . /remove Administrators
>>
>> (The last command will take a few minutes to complete)
>
> Thank you very much, Jimmy.
>
> But how can the backup key let me access my account? I mean, let's say I
> did
> forget my password. How can I use the key to access my account?
>
> I have DVD+RW discs and an MP3 player. Both can store data. Are they
> suitable for key backups?
Kerry Brown
Guest
 
Posts: n/a
Reply With Quote  
Old 02-10-2007, 11:43 PM   #15 (permalink)
Default Re: Vista RTM not secure?

It is not the encryption key. It is the certificate that can be exported to
a USB key or somewhere else for safety. Anyone who has that cert can gain
access to the files, but even the owner cannot if he looses the cert. If an
admin changes your password to obtain access to your account, they can't
gain access to your encrypted files if you don't let them have the cert. If
you don't have the cert saved, after they change your password, you will
loose your files.

"Jimmy Brush" <JimmyBrush@discussions.microsoft.com> wrote in message
news:062947AB-17CF-4370-9C93-2A8B26DE67C9@microsoft.com...
Quote:
> Correct ... your files will be encrypted (garbled) and will only be able
> to be accessed from within your account.
>
> The "key" is what is used to unlock your files. It is stored inside your
> user account and can only be used while you are logged in.
>
> Anyone trying to access your files outside of your account will not be
> able to do so, since they won't have access to your key.
>
> You should backup your key so that if you forget your password or
> something terrible happens, you will have a way to access your files.
>
> Without a backup of your key, you will lose your files if you lose access
> to your account.
>
> The encryption is the best solution, as there is no way around it. You
> could also change permissions on your personal folder to remove the access
> that it gives to administrators, but there are ways around that
> restriction if the other user is an administrator.
>
> However, if the other person isn't very "technically advanced" they may
> not know how to go about bypassing the restriction, so that may be a
> better option for you, as it won't put your data in as much risk as
> encryption.
>
> To use this second option, perform the following steps:
>
> - Click start
> - Type: cmd
> - Right-click cmd when it appears
> - Click Run As Administrators
> - Type the following commands into the command prompt EXACTLY as shown,
> pressing enter after each line:
>
> cd %userprofile%
> icacls . /remove Administrators
>
> (The last command will take a few minutes to complete)
>
> --
> - JB
> Microsoft MVP - Windows Shell/User
>
> Windows Vista Support Faq
> http://www.jimmah.com/vista/

David J. Craig
Guest
 
Posts: n/a
Reply With Quote  
Old 02-11-2007, 12:11 AM   #16 (permalink)
Default Re: Vista RTM not secure?

Thank you all for that. Will try encrypting and see what happens.

If I run into problems, please help me...again!

Cheers all!
Phil
Guest
 
Posts: n/a
Reply With Quote  
Old 02-11-2007, 12:16 AM   #17 (permalink)
Default Re: Vista RTM not secure?

Darn spell checker. Should be "Until you can do this DO NOT USE EFS."

--
Kerry Brown
Microsoft MVP - Shell/User
http://www.vistahelp.ca


"Kerry Brown" <kerry@kdbNOSPAMsys-tems.c*a*m> wrote in message
news:e4PuvAXTHHA.5060@TK2MSFTNGP06.phx.gbl...
Quote:
> You must have at least two copies of the certificate (keys) used to
> encrypt the files. It is very important to test encrypting a few files,
> transfer then to another computer, transfer the certificate, and decrypt
> the files. Until you can do this successfully DO NOT USE EVES. If for any
> reason the keys are not available the data cannot be decrypted by anyone,
> anywhere. There is no back door. If your hard drive fails you won't be
> able to read the backup files. If another user changes your password for a
> joke you will loose the data in the files. If your user profile gets
> corrupted by malware you will loose the data in the files. Make sure you
> have at least two copies of the certificate and you know how to use them.
>
> --
> Kerry Brown
> Microsoft MVP - Shell/User
> http://www.vistahelp.ca
>
>
> "Phil" <Phil@discussions.microsoft.com> wrote in message
> news:AC62A4D9-8CA7-4B46-8BD0-232A4213C740@microsoft.com...
Quote:
>>
>>
>> "Jimmy Brush" wrote:
>>
Quote:
>>> Correct ... your files will be encrypted (garbled) and will only be able
>>> to
>>> be accessed from within your account.
>>>
>>> The "key" is what is used to unlock your files. It is stored inside your
>>> user account and can only be used while you are logged in.
>>>
>>> Anyone trying to access your files outside of your account will not be
>>> able
>>> to do so, since they won't have access to your key.
>>>
>>> You should backup your key so that if you forget your password or
>>> something
>>> terrible happens, you will have a way to access your files.
>>>
>>> Without a backup of your key, you will lose your files if you lose
>>> access to
>>> your account.
>>>
>>> The encryption is the best solution, as there is no way around it. You
>>> could
>>> also change permissions on your personal folder to remove the access
>>> that it
>>> gives to administrators, but there are ways around that restriction if
>>> the
>>> other user is an administrator.
>>>
>>> However, if the other person isn't very "technically advanced" they may
>>> not
>>> know how to go about bypassing the restriction, so that may be a better
>>> option for you, as it won't put your data in as much risk as encryption.
>>>
>>> To use this second option, perform the following steps:
>>>
>>> - Click start
>>> - Type: cmd
>>> - Right-click cmd when it appears
>>> - Click Run As Administrators
>>> - Type the following commands into the command prompt EXACTLY as shown,
>>> pressing enter after each line:
>>>
>>> cd %userprofile%
>>> icacls . /remove Administrators
>>>
>>> (The last command will take a few minutes to complete)
>>
>> Thank you very much, Jimmy.
>>
>> But how can the backup key let me access my account? I mean, let's say I
>> did
>> forget my password. How can I use the key to access my account?
>>
>> I have DVD+RW discs and an MP3 player. Both can store data. Are they
>> suitable for key backups?
>
Kerry Brown
Guest
 
Posts: n/a
Reply With Quote  
Old 02-11-2007, 12:18 AM   #18 (permalink)
Default Re: Vista RTM not secure?

Wait....so if I needed to reformat my hard drive, and I backed up all my
files on a DVD, I can't access the backed up files on the DVD if I don't have
the certificate/key?
Phil
Guest
 
Posts: n/a
Reply With Quote  
Old 02-11-2007, 12:18 AM   #19 (permalink)
Default Re: Vista RTM not secure?

I can't say this strongly enough. Make sure you understand how EFS works and
test it before using it. You will loose data otherwise.

--
Kerry Brown
Microsoft MVP - Shell/User
http://www.vistahelp.ca


"Phil" <Phil@discussions.microsoft.com> wrote in message
news:764EB022-B183-4457-AB96-8524A38D7722@microsoft.com...
Quote:
> Thank you all for that. Will try encrypting and see what happens.
>
> If I run into problems, please help me...again!
>
> Cheers all!
Kerry Brown
Guest
 
Posts: n/a
Reply With Quote  
Old 02-11-2007, 01:14 AM   #20 (permalink)
Default Re: Vista RTM not secure?

It depends upon how the backup was made. If it backed up the encrypted data
and not the plaintext, then kiss it goodbye. Just using the same user ID
and password will not generate the same certificate two times in a row or
the encryption would be broken.

"Phil" <Phil@discussions.microsoft.com> wrote in message
news:F67040D9-29C8-444B-A6BB-7E056D77548E@microsoft.com...
Quote:
> Wait....so if I needed to reformat my hard drive, and I backed up all my
> files on a DVD, I can't access the backed up files on the DVD if I don't
> have
> the certificate/key?

David J. Craig
Guest
 
Posts: n/a
Reply With Quote  
Reply

Tags
None

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
Can't not access to secure web sites from Vista R.T Windows Vista Networking & Sharing 2 05-08-2007 06:32 PM
Vista-2-Vista Remote Desktop using a secure Windows Internet Computer name Sooner Al [MVP] Windows Vista Networking & Sharing 4 04-12-2007 09:59 AM
Vista won't connect to secure wireless network Bill Windows Vista Networking & Sharing 5 02-03-2007 01:18 AM
Vista Secure Shell (SSH) server setup... Sooner Al [MVP] Windows Vista Networking & Sharing 0 12-18-2006 06:35 PM
Vista less secure in europe ? KL Windows Vista Security 8 10-23-2006 09:33 PM


All times are GMT. The time now is 03:22 PM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright © 2005 - 2007 RealGeek.com. All rights reserved.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90