<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Where the COOKIEHASH comes from ?]]></title><description><![CDATA[<p dir="auto">I saw in my wp-config.php a COOKIEHASH which suppose to be (<a href="https://github.com/WordPress/WordPress/blob/5.5.1/wp-includes/default-constants.php#L229" target="_blank" rel="noopener noreferrer nofollow ugc">if I understood well</a>) a md5 of siteurl</p>
<p dir="auto">the one generated in my wp-config is not a md5 valid<br />
I means it contain invalid characters such as g-z<br />
example: <code>define( 'COOKIEHASH', md5('iNhg1WZsm5nYEHY9OYsKyhFJ7yo4B53s') );</code></p>
]]></description><link>https://forum.cloudron.io/topic/3521/where-the-cookiehash-comes-from</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Jul 2026 00:55:21 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/3521.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 25 Oct 2020 03:20:06 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Where the COOKIEHASH comes from ? on Mon, 26 Oct 2020 15:51:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jodumont" aria-label="Profile: JOduMonT">@<bdi>JOduMonT</bdi></a> said in <a href="/post/17107">Where the COOKIEHASH comes from ?</a>:</p>
<blockquote>
<p dir="auto">so this code is not generated by the WordPress installation and it is a parameter Cloudron added for more security ?</p>
</blockquote>
<p dir="auto">Yes, we added it in the package. I installed a whole bunch of security plugins like WP Fence, SecuPress and what not and ran all the scans. One of the scan suggested that this be set to a more random value than the default for more security. Currently, this is only set for new installations.</p>
]]></description><link>https://forum.cloudron.io/post/17140</link><guid isPermaLink="true">https://forum.cloudron.io/post/17140</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Mon, 26 Oct 2020 15:51:12 GMT</pubDate></item><item><title><![CDATA[Reply to Where the COOKIEHASH comes from ? on Mon, 26 Oct 2020 15:55:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> That makes sense why it wasn’t in mine. I’m planning to reinstall anyway for LDAP support so I’ll let your install script add the custom COOKIEHASH for me. <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/263a.png?v=af5271e93de" class="not-responsive emoji emoji-android emoji--relaxed" style="height:23px;width:auto;vertical-align:middle" title="☺" alt="☺" />️</p>
]]></description><link>https://forum.cloudron.io/post/17143</link><guid isPermaLink="true">https://forum.cloudron.io/post/17143</guid><dc:creator><![CDATA[Lonkle]]></dc:creator><pubDate>Mon, 26 Oct 2020 15:55:39 GMT</pubDate></item><item><title><![CDATA[Reply to Where the COOKIEHASH comes from ? on Mon, 26 Oct 2020 15:51:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jodumont" aria-label="Profile: JOduMonT">@<bdi>JOduMonT</bdi></a> said in <a href="/post/17107">Where the COOKIEHASH comes from ?</a>:</p>
<blockquote>
<p dir="auto">so this code is not generated by the WordPress installation and it is a parameter Cloudron added for more security ?</p>
</blockquote>
<p dir="auto">Yes, we added it in the package. I installed a whole bunch of security plugins like WP Fence, SecuPress and what not and ran all the scans. One of the scan suggested that this be set to a more random value than the default for more security. Currently, this is only set for new installations.</p>
]]></description><link>https://forum.cloudron.io/post/17140</link><guid isPermaLink="true">https://forum.cloudron.io/post/17140</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Mon, 26 Oct 2020 15:51:12 GMT</pubDate></item><item><title><![CDATA[Reply to Where the COOKIEHASH comes from ? on Mon, 26 Oct 2020 03:31:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jodumont" aria-label="Profile: JOduMonT">@<bdi>JOduMonT</bdi></a> I have the Developer Edition and it’s not in mine?</p>
]]></description><link>https://forum.cloudron.io/post/17109</link><guid isPermaLink="true">https://forum.cloudron.io/post/17109</guid><dc:creator><![CDATA[Lonkle]]></dc:creator><pubDate>Mon, 26 Oct 2020 03:31:35 GMT</pubDate></item><item><title><![CDATA[Reply to Where the COOKIEHASH comes from ? on Mon, 26 Oct 2020 01:02:18 GMT]]></title><description><![CDATA[<p dir="auto">@Lonk thanks for the clarification<br />
so this code is not generated by the WordPress installation and it is a parameter Cloudron added for more security ?</p>
]]></description><link>https://forum.cloudron.io/post/17107</link><guid isPermaLink="true">https://forum.cloudron.io/post/17107</guid><dc:creator><![CDATA[JOduMonT]]></dc:creator><pubDate>Mon, 26 Oct 2020 01:02:18 GMT</pubDate></item><item><title><![CDATA[Reply to Where the COOKIEHASH comes from ? on Sun, 25 Oct 2020 15:52:13 GMT]]></title><description><![CDATA[<p dir="auto">There are best practices but the COOKIEHASH can be anything. I see 3 potential reasons for changing it:</p>
<p dir="auto">• Block <strong>bot attempted</strong> Logins with the custom cookie constant</p>
<p dir="auto">• Two installations can <em>potentially</em> (but unlikely) have a conflict in the login (cannot be logged into both at once in the same browser instance). This solves that!</p>
<p dir="auto">• Security through obscurity as this is one less thing to identify your site as run by Wordpress</p>
<p dir="auto">That’s all I’ve got. I never customized mine, but after writing about it I think I will. Thanks for bringing this up!</p>
]]></description><link>https://forum.cloudron.io/post/17093</link><guid isPermaLink="true">https://forum.cloudron.io/post/17093</guid><dc:creator><![CDATA[Lonkle]]></dc:creator><pubDate>Sun, 25 Oct 2020 15:52:13 GMT</pubDate></item></channel></rss>