[dba-SQLServer] Re: Security & encryption

Elam, Debbie DElam at jenkens.com
Tue May 10 13:56:33 CDT 2005


Easy on my system.  Most of my passwords do this because of my encryption
method.  It has actually caused problems with programs that forbid special
characters in the password.

Debbie

-----Original Message-----
From: Jim Lawrence [mailto:accessd at shaw.ca] 
Sent: Tuesday, May 10, 2005 1:52 PM
To: dba-sqlserver at databaseadvisors.com
Subject: RE: [dba-SQLServer] Re: Security & encryption


The government has a stated policy for all passwords and it goes like this:

1. A minimum of 6 characters.
2. Must have mixed Upper and Lower case letters.
3. Must have numbers and letters
4. Must have at least one special character.

Jim

-----Original Message-----
From: dba-sqlserver-bounces at databaseadvisors.com
[mailto:dba-sqlserver-bounces at databaseadvisors.com] On Behalf Of Elam,
Debbie
Sent: Tuesday, May 10, 2005 11:03 AM
To: 'dba-sqlserver at databaseadvisors.com'
Subject: RE: [dba-SQLServer] Re: Security & encryption

I use something like this myself.  The password is probably secure enough,
but I started using tricks with the keyboard layout to "encrypt" it many
years ago and even the most obvious passwords are not.

Debbie

-----Original Message-----
From: Arthur Fuller [mailto:artful at rogers.com] 
Sent: Tuesday, May 10, 2005 12:55 PM
To: dba-sqlserver at databaseadvisors.com
Cc: SQL Server 2k List
Subject: Re: [dba-SQLServer] Re: Security & encryption


I have been giving this subject some thought of late, since despite my 
cautions, I found passwords written and hidden beneath the keyboard, and 
even worse, sticky-notes attached to the side of the monitor!

My admittedly tentative plan is this:
1. Devise an algorithm which every user can follow without error.
2. Make every element of said algorithm unique to the person in 
question, yet also deducible from known facts.

Let's take a simple example.
Take your mother's birthdate and write it down in yyyymmdd format.
For each "1", substitute "@".... i.e. "a" is the first letter of the 
alphabet but let's disguise it too.
For each "0", substitute "O".
Prefix all this with the initial of the given name of your kids (if 
any), in order of their birthdates.

For practice, write it down 10 times. That ought to be enough to 
memorize it, but even if not, there is no need to write down the 
password. Remember the rules and you can deduce your password anytime.

The proposed algorithm may be too simple or perhaps too complex. The 
salient points are that it should be deducible from knowledge unique to 
the person in question. It's quite possible for a would-be penetrator to 
know one or two of these facts, but I think it unlikely that he or she 
know them all. Thus even if he/she had the formula, it might take a 
while to determine the password.

Arthur

Francisco Tapia wrote:

>So data would only be as safe as the user's memory for their Pwd. So 
>Technically the entire columns or rows could be encrypted within the sproc 
>and the user's choice of pwd but also w/o storing the pwd used. 
>
>Thinking more technically on this, the entire HR dept would need access to 
>these screens right? or a certain number of people in HR would need access,

>thus 2 or more people would possibly know the pwd, possibly writting it
down 
>in a memo pad and end up storing it under their keyboard... :|
>
>
>
>
>---------- Forwarded message ----------
>From: Gavin <gavin at cobraball.co.uk>
>Date: May 10, 2005 9:33 AM
>Subject: Re: Security & encryption
>To: SQL Server 2k List <sql2k at ls.sswug.org>
>
>You could make it so part of the encryption key was a value that only the 
>user knew and had to type in every time they used the application so even
if 
>you had the decryption code and the data in the database you'd never be
able 
>to make clear text again.
> However if they forgot their key and you had no admin user or key then 
>you'd never get your data back, in a truly secure system there's purposely 
>no way around this.
>  This system would allow you to write the front end application but still 
>not read the data it handled.
>      
>----- Original Message ----- 
>*From:* Francisco Tapia <fhtapia at gmail.com> 
>*To:* SQL Server 2k List <sql2k at ls.sswug.org> 
>*Cc:* roz.clarke at donnslaw.co.uk ; dba-sqlserver at databaseadvisors.com 
>*Sent:* Tuesday, May 10, 2005 5:25 PM
>*Subject:* Re: Security & encryption
>
>Oh, I hadn't thought of that. If it is encrypted at the Front end, as a DBA

>you'd still be able to get to the data tho...
>
>
>On 5/10/05, Gavin <gavin at cobraball.co.uk> wrote: 
>  
>
>>It could very easily be done if the encryption is handled purely in the 
>>front end application.
>> While possible to encrypt a whole table you'd need to ask yourself how 
>>you'd join on its columns or write your where clauses and still benefit
from 
>>the client/server model.
>> You could even encrypt everything in your SQL Server database but the 
>>overhead in network traffic and client processing would be huge.
>>     
>> ----- Original Message ----- 
>>*From:* Francisco Tapia <fhtapia at gmail.com> 
>>*To:* SQL Server 2k List <sql2k at ls.sswug.org> 
>>*Cc:* roz.clarke at donnslaw.co.uk 
>>*Sent:* Tuesday, May 10, 2005 5:14 PM 
>>*Subject:* Fwd: Security & encryption
>>
>>I'm forwarding this message on to this list because I think the author of 
>>the original post would receive a better response from this group... I am 
>>also curious how a dba could encrypt a whole table (or set of tables) and 
>>lock themselves out of it.. :|
>>
>>
>>---------- Forwarded message ----------
>>From: Roz Clarke <roz.clarke at donnslaw.co.uk>
>>Date: May 10, 2005 2:04 AM 
>>Subject: Security & encryption 
>>To: 
>>Hi all
>>
>>This may or may not be slightly OT... We have been asked by our HR
>>department whether it's possible for us to build a storage facility for
>>confidential data (such as salary information), that is encrypted and that

>>
>>neither we nor the network administrators could get into once it's gone
>>live. Ideally it would be integrated with their current application which 
>>is
>>Access 2002 FE / SQL Server 7.0 BE.
>>
>>How do I build an encrypted database that I can then lock myself out of 
>>completely?! Without locking everyone else out too (that I've done 
>>before).
>>
>>Management are willing to spend some money if necessary.
>>
>>TIA
>>
>>Roz
>>
>>
>>    
>>
>
>  
>


-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.11.8 - Release Date: 5/10/2005

_______________________________________________
dba-SQLServer mailing list
dba-SQLServer at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/dba-sqlserver
http://www.databaseadvisors.com
- JENKENS & GILCHRIST E-MAIL NOTICE - This transmission may be: (1) subject
to the Attorney-Client Privilege, (2) an attorney work product, or (3)
strictly confidential. If you are not the intended recipient of this
message, you may not disclose, print, copy or disseminate this information.
If you have received this in error, please reply and notify the sender
(only) and delete the message. Unauthorized interception of this e-mail is a
violation of federal criminal law. 
This communication does not reflect an intention by the sender or the
sender's client or principal to conduct a transaction or make any agreement
by electronic means.  Nothing contained in this message or in any attachment
shall satisfy the requirements for a writing, and nothing contained herein
shall constitute a contract or electronic signature under the Electronic
Signatures in Global and National Commerce Act, any version of the Uniform
Electronic Transactions Act or any other statute governing electronic
transactions.
_______________________________________________
dba-SQLServer mailing list
dba-SQLServer at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/dba-sqlserver
http://www.databaseadvisors.com

_______________________________________________
dba-SQLServer mailing list
dba-SQLServer at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/dba-sqlserver
http://www.databaseadvisors.com
- JENKENS & GILCHRIST E-MAIL NOTICE - This transmission may be: (1) subject
to the Attorney-Client Privilege, (2) an attorney work product, or (3)
strictly confidential. If you are not the intended recipient of this
message, you may not disclose, print, copy or disseminate this information.
If you have received this in error, please reply and notify the sender
(only) and delete the message. Unauthorized interception of this e-mail is a
violation of federal criminal law. 
This communication does not reflect an intention by the sender or the
sender's client or principal to conduct a transaction or make any agreement
by electronic means.  Nothing contained in this message or in any attachment
shall satisfy the requirements for a writing, and nothing contained herein
shall constitute a contract or electronic signature under the Electronic
Signatures in Global and National Commerce Act, any version of the Uniform
Electronic Transactions Act or any other statute governing electronic
transactions.



More information about the dba-SQLServer mailing list