<?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>Security Archives - Andrew Dixon</title>
	<atom:link href="https://www.andrewdixon.co.uk/tag/security/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.andrewdixon.co.uk/tag/security/</link>
	<description>CFML, AWS, WordPress and more...</description>
	<lastBuildDate>Mon, 26 Jun 2023 19:39:36 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>Using Argon2 in Lucee CFML</title>
		<link>https://www.andrewdixon.co.uk/2020/09/19/using-argon2-in-lucee-cfml/</link>
					<comments>https://www.andrewdixon.co.uk/2020/09/19/using-argon2-in-lucee-cfml/#comments</comments>
		
		<dc:creator><![CDATA[Andrew Dixon]]></dc:creator>
		<pubDate>Sat, 19 Sep 2020 13:25:27 +0000</pubDate>
				<category><![CDATA[CFML]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Lucee]]></category>
		<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Security]]></category>
		<guid isPermaLink="false">https://www.andrewdixon.co.uk/?p=289</guid>

					<description><![CDATA[<p>A couple of months ago I wrote about password hashing in CFML (if you haven&#8217;t read that, I would suggest reading it before reading this) and in the post, I mentioned that Argon2 as being the currently recommended algorithm for password hashing but that, at the time of writing, neither Adobe ColdFusion or Lucee natively &#8230;</p>
<p>The post <a href="https://www.andrewdixon.co.uk/2020/09/19/using-argon2-in-lucee-cfml/">Using Argon2 in Lucee CFML</a> appeared first on <a href="https://www.andrewdixon.co.uk">Andrew Dixon</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.andrewdixon.co.uk/2020/09/19/using-argon2-in-lucee-cfml/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>Password Hashing in CFML</title>
		<link>https://www.andrewdixon.co.uk/2020/05/12/password-hashing-in-cfml/</link>
					<comments>https://www.andrewdixon.co.uk/2020/05/12/password-hashing-in-cfml/#comments</comments>
		
		<dc:creator><![CDATA[Andrew Dixon]]></dc:creator>
		<pubDate>Tue, 12 May 2020 19:45:13 +0000</pubDate>
				<category><![CDATA[CFML]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Lucee]]></category>
		<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Security]]></category>
		<guid isPermaLink="false">https://www.andrewdixon.co.uk/?p=267</guid>

					<description><![CDATA[<p>As we all know, or at least should know, if you are storing passwords in a database, they should only ever be stored as hashes and NEVER as plain text or using reversible encryption. What is hashing? By hashing the password, you are not storing the original password, only a calculated representation of the password, &#8230;</p>
<p>The post <a href="https://www.andrewdixon.co.uk/2020/05/12/password-hashing-in-cfml/">Password Hashing in CFML</a> appeared first on <a href="https://www.andrewdixon.co.uk">Andrew Dixon</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.andrewdixon.co.uk/2020/05/12/password-hashing-in-cfml/feed/</wfw:commentRss>
			<slash:comments>7</slash:comments>
		
		
			</item>
	</channel>
</rss>
