#58029 closed enhancement (duplicate)
Show MySQL password as "password" and not as text in wordpress installation
Reported by: | d0tunix | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 6.3 |
Component: | Upgrade/Install | Keywords: | has-patch has-screenshots |
Focuses: | Cc: |
Description
It is better for the MySQL password to be displayed as "password" rather than in plain text during the WordPress installation process for security reasons. When a password is displayed in plain text, it becomes easier for malicious individuals to intercept and access sensitive information, potentially leading to security breaches and data theft.
Displaying the password as "password" instead of in plain text provides an extra layer of security by obscuring the actual password, making it harder for attackers to access the system. This technique is called "hashing," which involves converting the password into a unique string of characters that cannot be reversed or decrypted.
In addition, displaying the password as "password" during the installation process can also prevent mistakes caused by typos or human error. This is because users are less likely to accidentally copy and paste the wrong information if the password is already displayed for them.
Overall, obscuring the MySQL password during the WordPress installation process is a good security practice that can help protect sensitive information and prevent security breaches.
Attachments (2)
Change History (6)
This ticket was mentioned in PR #4268 on WordPress/wordpress-develop by crydotsnake.
22 months ago
#1
#2
@
22 months ago
- Keywords has-screenshots added
- Summary changed from Show password as "password" and not as text in wordpress installation to Show MySQL password as "password" and not as text in wordpress installation
- Type changed from feature request to enhancement
Trac ticket: https://core.trac.wordpress.org/ticket/58029#ticket