php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "salt"

Are there best practices for generating and storing new passwords in PHP applications, especially when using MD5 encryption?

When generating and storing new passwords in PHP applications, especially when using MD5 encryption, it is important to follow best practices to ensur...

What is the recommended method for encrypting passwords in MySQL using PHP?

Storing passwords in plain text in a database is a major security risk. To enhance security, passwords should be encrypted before storing them in the...

What are the best practices for hashing passwords in PHP to enhance security?

When storing passwords in a database, it is crucial to hash them securely to enhance security. One common and recommended method is to use the passwor...

What are the advantages of using hash functions like SHA1 to store passwords in a PHP application?

Hash functions like SHA1 are commonly used to securely store passwords in PHP applications because they convert the password into a fixed-length strin...

What are the potential security risks of storing login hashes in a database for a PHP login system?

Storing login hashes in a database for a PHP login system can pose a security risk if the hashes are not properly secured. If an attacker gains access...

Showing 226 to 230 of 233 results

‹ 1 2 ... 38 39 40 41 42 43 44 45 46 47 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.