Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Copy encrypted password 1

Status
Not open for further replies.

AtomicWedgie

IS-IT--Management
Jul 10, 2002
227
NL
Hi,

Is it possible to just copy encrypted passwords from one table to another table? If not, is it possible at all and how.

Regards,

Atomic Wedgie
 

Are these passwords Encrypted by an application & just stored in your database.

If so then i see no reason why you cant copy the field across to another table, as long as you make sure that you define the password column in your NEW table the same as the old Table!
 
Or are you meaning copying the SQL Server LOGIN passwords?

-SQLBill
 
Hi,

I mean the passwords that are stored in the database. I think they are encypted by an application but I would have to check that. Can SQL sevrer encrypt passwords too?

Regards,

Atomic Wedgie
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top