Results 1 to 16 of 16

Thread: what method is secure to insert and update into database ?

Threaded View

  1. #12
    PowerPoster
    Join Date
    Jun 2015
    Posts
    2,229

    Re: what method is secure to insert and update into database ?

    storing a hashed password is vulnerable to a rainbow attack.

    you need a salt, and you store both.

    see post#4 and the links to understand the process.

    edit:if you are using .NET, then use Rfc2898DeriveBytes to manage password and salt.
    Last edited by DEXWERX; Sep 14th, 2017 at 06:59 AM.

Tags for this Thread

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