PC Review


Reply
Thread Tools Rate Thread

Can ability to Encrypt files be turned off

 
 
Anthony Fontana
Guest
Posts: n/a
 
      17th Dec 2009
We have Win XP SP 3 workstations running under a Win Server 2003 domain. We
do not use the Encrypting capabilities of NTFS. I am curious if that
capability can be turned off.

I'm concerned about hackers encrypting our files and wanting cash to
decrypt them.
 
Reply With Quote
 
 
 
 
Leonard Grey
Guest
Posts: n/a
 
      17th Dec 2009
No problem...I'll just encrypt your users' files with my own encryption
utility...or maybe I'll zip your users' files and encrypt the
archive...or maybe...

Are you seeing my point? A hacker won't be impressed by efforts.

---
Leonard "The Hacker" Grey
Errare humanum est

On 12/17/2009 12:26 PM, Anthony Fontana wrote:
> We have Win XP SP 3 workstations running under a Win Server 2003 domain. We
> do not use the Encrypting capabilities of NTFS. I am curious if that
> capability can be turned off.
>
> I'm concerned about hackers encrypting our files and wanting cash to
> decrypt them.

 
Reply With Quote
 
Tim Meddick
Guest
Posts: n/a
 
      17th Dec 2009
Yes, on a NTFS formatted drive - Window's Encrypted File System [EFS] can be
disabled - set the following registry value and reboot :

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\EFS]
"EfsConfiguration"=dword:00000001

If the value is not present - under the above key (between the square brackets)
create a new "Dword" value using the "Edit" menu, and give it a value of "1"

You must then reboot for the setting to take effect.

==

Cheers, Tim Meddick, Peckham, London. :-)




"Anthony Fontana" <(E-Mail Removed)> wrote in message
news:7843481A-A287-494C-B235-(E-Mail Removed)...
> We have Win XP SP 3 workstations running under a Win Server 2003 domain. We
> do not use the Encrypting capabilities of NTFS. I am curious if that
> capability can be turned off.
>
> I'm concerned about hackers encrypting our files and wanting cash to
> decrypt them.


 
Reply With Quote
 
Anthony Fontana
Guest
Posts: n/a
 
      17th Dec 2009
Thanks, I'll try this out!



"Tim Meddick" wrote:

> Yes, on a NTFS formatted drive - Window's Encrypted File System [EFS] can be
> disabled - set the following registry value and reboot :
>
> [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\EFS]
> "EfsConfiguration"=dword:00000001
>
> If the value is not present - under the above key (between the square brackets)
> create a new "Dword" value using the "Edit" menu, and give it a value of "1"
>
> You must then reboot for the setting to take effect.
>
> ==
>
> Cheers, Tim Meddick, Peckham, London. :-)
>
>
>
>
> "Anthony Fontana" <(E-Mail Removed)> wrote in message
> news:7843481A-A287-494C-B235-(E-Mail Removed)...
> > We have Win XP SP 3 workstations running under a Win Server 2003 domain. We
> > do not use the Encrypting capabilities of NTFS. I am curious if that
> > capability can be turned off.
> >
> > I'm concerned about hackers encrypting our files and wanting cash to
> > decrypt them.

>
> .
>

 
Reply With Quote
 
Anthony Fontana
Guest
Posts: n/a
 
      17th Dec 2009
Great point. Thanks for pointing this out. It's probably better though to
at least try and stop the encryption. Make them do more work.



"Leonard Grey" wrote:

> No problem...I'll just encrypt your users' files with my own encryption
> utility...or maybe I'll zip your users' files and encrypt the
> archive...or maybe...
>
> Are you seeing my point? A hacker won't be impressed by efforts.
>
> ---
> Leonard "The Hacker" Grey
> Errare humanum est
>
> On 12/17/2009 12:26 PM, Anthony Fontana wrote:
> > We have Win XP SP 3 workstations running under a Win Server 2003 domain. We
> > do not use the Encrypting capabilities of NTFS. I am curious if that
> > capability can be turned off.
> >
> > I'm concerned about hackers encrypting our files and wanting cash to
> > decrypt them.

> .
>

 
Reply With Quote
 
Tim Meddick
Guest
Posts: n/a
 
      17th Dec 2009
As far as "tampering" goes - I think you will find that only the current user has
rights to use encryption on files and folders.

The current user has an identification number associated with it (e.g.
S-1-5-21-1957994488-1004336348-682003330-1003) and it is this numbered ID that has
access to encrypted files granted to it (via an encryption key).

Therefore - no other user - local OR remote - can access encrypted files.

==

Cheers, Tim Meddick, Peckham, London. :-)




"Anthony Fontana" <(E-Mail Removed)> wrote in message
news:E9AD4217-96D2-4701-B7DD-(E-Mail Removed)...
> Thanks, I'll try this out!
>
>
>
> "Tim Meddick" wrote:
>
>> Yes, on a NTFS formatted drive - Window's Encrypted File System [EFS] can be
>> disabled - set the following registry value and reboot :
>>
>> [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\EFS]
>> "EfsConfiguration"=dword:00000001
>>
>> If the value is not present - under the above key (between the square brackets)
>> create a new "Dword" value using the "Edit" menu, and give it a value of "1"
>>
>> You must then reboot for the setting to take effect.
>>
>> ==
>>
>> Cheers, Tim Meddick, Peckham, London. :-)
>>
>>
>>
>>
>> "Anthony Fontana" <(E-Mail Removed)> wrote in message
>> news:7843481A-A287-494C-B235-(E-Mail Removed)...
>> > We have Win XP SP 3 workstations running under a Win Server 2003 domain. We
>> > do not use the Encrypting capabilities of NTFS. I am curious if that
>> > capability can be turned off.
>> >
>> > I'm concerned about hackers encrypting our files and wanting cash to
>> > decrypt them.

>>
>> .
>>


 
Reply With Quote
 
John John - MVP
Guest
Posts: n/a
 
      17th Dec 2009
Tim Meddick wrote:
> Yes, on a NTFS formatted drive - Window's Encrypted File System [EFS]
> can be disabled - set the following registry value and reboot :
>
> [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\EFS]
> "EfsConfiguration"=dword:00000001
>
> If the value is not present - under the above key (between the square
> brackets) create a new "Dword" value using the "Edit" menu, and give it
> a value of "1"
>
> You must then reboot for the setting to take effect.


Nice. The following documentation might useful:

http://search.yahoo.com/search?n=10&...=microsoft.com
EfsConfiguration - site:microsoft.com

John
 
Reply With Quote
 
Anthony Fontana
Guest
Posts: n/a
 
      17th Dec 2009
Thanks. I've bookmarked it and will look at it too.


"John John - MVP" wrote:

> Tim Meddick wrote:
> > Yes, on a NTFS formatted drive - Window's Encrypted File System [EFS]
> > can be disabled - set the following registry value and reboot :
> >
> > [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\EFS]
> > "EfsConfiguration"=dword:00000001
> >
> > If the value is not present - under the above key (between the square
> > brackets) create a new "Dword" value using the "Edit" menu, and give it
> > a value of "1"
> >
> > You must then reboot for the setting to take effect.

>
> Nice. The following documentation might useful:
>
> http://search.yahoo.com/search?n=10&...=microsoft.com
> EfsConfiguration - site:microsoft.com
>
> John
> .
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not 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 Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Encrypt Files A.N. Onymous Esq Windows Vista General Discussion 2 20th Dec 2007 06:30 AM
Cannot Encrypt Files martin Windows XP Security 3 14th Jun 2006 09:42 PM
Need to un-encrypt files =?Utf-8?B?SmFzb24=?= Microsoft Excel Misc 3 28th Dec 2005 12:13 AM
Can't encrypt files =?Utf-8?B?Q2FwdGFpbiBLZW51Y2s=?= Windows XP General 3 11th Apr 2005 05:25 PM
Remove domain user ability to encrypt files Ryan Nordman Windows XP Security 4 30th Aug 2004 06:21 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:02 PM.