Use locally generated salts whenever possible
swissspidy opened this issue · 1 comments
swissspidy commented
Just like in WordPress core and https://github.com/wp-cli/config-command, using the WordPress.org to get salts should be the last resort.
One should first try to generate them locally, for example with the help of random_int()
.
Here's the relevant WP-CLI code:
aaemnnosttv commented
Hi Pascal, thanks for the suggestion. I'll add this change in the future 👍