FYI, the some of the keys being generated include a single quote character, which closes the string prematurely, thus causing an error if used. I saw the same issue while helping people upgrade to WordPress 2.5 when using https://www.grc.com/passwords.htm to generate a key as suggested in the wp-config.php comments.
douglsmith 12:55 am on April 25, 2008 Permalink |
FYI, the some of the keys being generated include a single quote character, which closes the string prematurely, thus causing an error if used. I saw the same issue while helping people upgrade to WordPress 2.5 when using https://www.grc.com/passwords.htm to generate a key as suggested in the wp-config.php comments.
Robert Wetzlmayr 7:28 pm on April 25, 2008 Permalink |
So well, this turns out quite complicated, doesn’t it?
Here’ my take on an automagical generation tool for a grain a salt adding to WordPress’s security pleasure: Enjoy!
Jacob Santos 9:17 pm on April 30, 2008 Permalink |
How about actually putting it in the core of WordPress?