<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WordPress Craftsman &#187; nonce</title>
	<atom:link href="https://www.wpcraftsman.com/tag/nonce/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.wpcraftsman.com</link>
	<description>WordPress developer offering code snippets, tips and expert advice</description>
	<lastBuildDate>Sun, 01 Dec 2024 22:08:29 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.7.33</generator>
	<item>
		<title>Improving Nonce Security</title>
		<link>https://www.wpcraftsman.com/improving-nonce-security/</link>
		<comments>https://www.wpcraftsman.com/improving-nonce-security/#comments</comments>
		<pubDate>Thu, 15 Jan 2015 22:36:10 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Snippets]]></category>
		<category><![CDATA[nonce]]></category>

		<guid isPermaLink="false">http://www.wpcraftsman.com/?p=164</guid>
		<description><![CDATA[WordPress nonces are pretty good at ensuring your ajax calls and form submissions are legit. A nonce is a coded string generated by incorporating the (logged-in) user ID, the $action string, and a timestamp-based &#8220;tick&#8221; value. The &#8220;tick&#8221; changes (globally) every 48 hours by default. The nonce key is unique for each logged-in user. However, [&#8230;]]]></description>
		<wfw:commentRss>https://www.wpcraftsman.com/improving-nonce-security/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
