About 2,930,000 results
Open links in new tab
  1. Storing passwords in a secure way in a SQL Server database

    Sep 29, 2015 · In this tip, we look at how to safely store passwords securely in SQL Server using unique salts for passwords.

  2. SQL Server. DataType for password hash (sha 512) - Stack Overflow

    Mar 20, 2021 · Wondering which data type to select for my SQL Server to store the sha512 password hash. (hashed value will always have fixed length) always returns length of 130. …

  3. [Sql-Server]what data type to use for password salt and hash …

    May 19, 2010 · ASPNET_DB says this - can't go wrong. Password nvarchar(128) NOT NULL, PasswordSalt nvarchar(128) NOT NULL, while 128 may seem like a lot, various types of …

  4. What data type to use for hashed password field and what length?

    Oct 29, 2008 · A password hashing algorithm uses a salt, which is unique (not used for any other user or in anybody else's database). The salt is necessary so that attackers can't just pre …

  5. Data types (Transact-SQL) - SQL Server | Microsoft Learn

    Nov 6, 2024 · In the SQL Server Database Engine, each column, local variable, expression, and parameter has a related data type. A data type is an attribute that specifies the type of data …

  6. PWDENCRYPT (Transact-SQL) - SQL Server | Microsoft Learn

    Sep 3, 2024 · Returns the SQL Server password hash of the input value that uses the current version of the password hashing algorithm. PWDENCRYPT is an older function and might not …

  7. SQL SERVER – Best Practices for Securely Storing Passwords

    Oct 20, 2023 · A database compromised by weak password practices leaves the entire organization vulnerable. This post will explore industry-standard techniques to securely store …

  8. Strong Passwords - SQL Server | Microsoft Learn

    Nov 22, 2024 · Microsoft SQL Server passwords can contain up to 128 characters, including letters, symbols, and digits. Because logins, user names, roles, and passwords are frequently …

  9. Hash Algorithms – How does SQL Server store Passwords?

    Jun 30, 2014 · How does SQL Server store its own passwords? Discover which hashing algorithm is used and how you can calculate your own password hash value in T-SQL.

  10. How to really store a password in a database - Born SQL

    Aug 14, 2019 · That means SQL Server database developers don’t need to worry about the maximum length of a password, and can even save two bytes per column, by making the data …

  11. Some results have been removed
Refresh