Re: Example code Help!
From: Dan Guzman (danguzman_at_nospam-earthlink.net)
Date: 03/17/04
- Next message: Jose Corral: "SP3a"
- Previous message: Ashish Kanoongo: "How to know which tables is updated ?"
- In reply to: Chip: "Example code Help!"
- Next in thread: Chip: "Re: Example code Help!"
- Reply: Chip: "Re: Example code Help!"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 17 Mar 2004 06:14:06 -0600
To add to the other responses, I strongly suggest you reconsider using this
undocumented functionality in production code. The algorithms may change
between SQL Server versions/service packs and break your application.
There are third-party tools available to do this or you can roll your own.
-- Hope this helps. Dan Guzman SQL Server MVP "Chip" <chipsin007@yahoo.nospam.com> wrote in message news:e99201c40c0c$ca210900$a301280a@phx.gbl... > Dear folks, > > I am searching for example codes for encryption and > decryption of a value for a column in SQL Server 2000. > Last week Roji P Thomas suggested me the Undocumented > functions PWDENCRYPT and PWDCOMAPRE but I dint find any > example code in Google search on how to use them. I badly > need some examples as I already have 30 thousand Password > values in clear text and soon they increase in lakhs. Here > is a scenario at present. > > The user will register for a web based service and his > username and passcode details are stored in clear text :-( > > I need some guidance on how to encrypt for a given clear > text input and store in DB table and decrypt the same when > needed. > > Thanks for all the help > > sincerely > > Chip >
- Next message: Jose Corral: "SP3a"
- Previous message: Ashish Kanoongo: "How to know which tables is updated ?"
- In reply to: Chip: "Example code Help!"
- Next in thread: Chip: "Re: Example code Help!"
- Reply: Chip: "Re: Example code Help!"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|