CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Threaded View

  1. #1
    Join Date
    Mar 2003
    Posts
    2

    storing passwords

    hi,
    i have to store some passwords that my application uses to login database servers. since i need the real password, i cannot use a hash.
    i've currently tested 3-DES and RC4, and now i can encrypt and decrypt the passwords.
    the problem i see is that the master key i use is hard-coded in my application. maybe that is not safe enough.
    is there a better way to do this?? i am mostly worried about how to store the master key.

    thanks.

    Sorry , i made a mistake and posted this twice.
    Last edited by nestochi; March 7th, 2003 at 03:41 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured