Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Recent Posts
Recent Posts
Popular Topics
Popular Topics
Home
Search
Members
Calendar
Who's On
Home
»
Article Discussions
»
Article Discussions by Author
»
Discuss Content Posted by Press Release
»
SQL Server 2000 Encryption Tools
SQL Server 2000 Encryption Tools
Rate Topic
Display Mode
Topic Options
Author
Message
Andy Warren
Andy Warren
Posted Saturday, March 25, 2006 10:32 AM
SSCertifiable
Group: Moderators
Last Login: Tuesday, June 11, 2013 6:34 AM
Points: 6,463,
Visits: 1,388
Comments posted to this topic are about the content posted at
http://www.sqlservercentral.com/columnists/pressrelease/sqlserver2000encryptiontools.asp
Andy
SQLShare - Learn One New Thing Each Day
SQLAndy - My Professional Blog
Connect with me on LinkedIn
Follow me on Twitter
Post #268455
tushkieeeee
tushkieeeee
Posted Tuesday, July 07, 2009 10:44 AM
SSC-Enthusiastic
Group: General Forum Members
Last Login: Thursday, June 06, 2013 6:54 AM
Points: 103,
Visits: 411
Hi,
I am working on SQL Server 2000 and I have a table containing a password field. I have to add a new column to the table and convert all the exisiting password fileds to encripted password exploiting sha256 algorithm. CAn you help me with any stored procedure or extended stored procedure.
Thanks,
Tushar
Post #748723
Elliott Whitlow
Elliott Whitlow
Posted Tuesday, July 07, 2009 11:33 AM
SSCertifiable
Group: General Forum Members
Last Login: Today @ 4:39 PM
Points: 5,861,
Visits: 4,884
First of all you cannot implement (without EXTREME PAIN) sha256 in a stored procedure..
With that said however, you can get an extended stored procedure that that can handle it, I found one for you at:
http://anmar.eu.org/projects/ctnhashproc/
As I see it, you create an additional column, hash the passwords into it and then delete the previous password column. Make sure that whatever you use in your apps to hash the entered password that it creates hashes that are the same, they may both be sha256 but you never know who might have screwed up..
Clear?
CEWII
Post #748748
« Prev Topic
|
Next Topic »
Permissions
You
cannot
post new topics.
You
cannot
post topic replies.
You
cannot
post new polls.
You
cannot
post replies to polls.
You
cannot
edit your own topics.
You
cannot
delete your own topics.
You
cannot
edit other topics.
You
cannot
delete other topics.
You
cannot
edit your own posts.
You
cannot
edit other posts.
You
cannot
delete your own posts.
You
cannot
delete other posts.
You
cannot
post events.
You
cannot
edit your own events.
You
cannot
edit other events.
You
cannot
delete your own events.
You
cannot
delete other events.
You
cannot
send private messages.
You
cannot
send emails.
You
may
read topics.
You
cannot
rate topics.
You
cannot
vote within polls.
You
cannot
upload attachments.
You
may
download attachments.
You
cannot
post HTML code.
You
cannot
edit HTML code.
You
cannot
post IFCode.
You
cannot
post JavaScript.
You
cannot
post EmotIcons.
You
cannot
post or upload images.
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.