<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Password encryption]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=8917</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=8917&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Password encryption.]]></description>
		<lastBuildDate>Sat, 15 Aug 2020 02:51:43 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Password encryption]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38024#p38024</link>
			<description><![CDATA[<p>Thank you, Regards</p>]]></description>
			<author><![CDATA[null@example.com (cleal)]]></author>
			<pubDate>Sat, 15 Aug 2020 02:51:43 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38024#p38024</guid>
		</item>
		<item>
			<title><![CDATA[Re: Password encryption]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38023#p38023</link>
			<description><![CDATA[<p>That is why the password.php can be bundled into FA in the next version and make it into a separate extension for the current one. Note that the standard Charts will then be unusable until suitably modified.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sat, 15 Aug 2020 02:43:47 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38023#p38023</guid>
		</item>
		<item>
			<title><![CDATA[Re: Password encryption]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38021#p38021</link>
			<description><![CDATA[<p>I think this encryption improve FA security.</p>]]></description>
			<author><![CDATA[null@example.com (cleal)]]></author>
			<pubDate>Sat, 15 Aug 2020 02:39:18 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38021#p38021</guid>
		</item>
		<item>
			<title><![CDATA[Re: Password encryption]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38019#p38019</link>
			<description><![CDATA[<p>No wonder! PHP version 5.5.0 onwards the function password_hash has been available.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sat, 15 Aug 2020 02:35:07 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38019#p38019</guid>
		</item>
		<item>
			<title><![CDATA[Re: Password encryption]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38018#p38018</link>
			<description><![CDATA[<p>I am using FA 2.4.8 and PHP 7.4.5.</p><p>Regards.</p>]]></description>
			<author><![CDATA[null@example.com (cleal)]]></author>
			<pubDate>Sat, 15 Aug 2020 02:30:57 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38018#p38018</guid>
		</item>
		<item>
			<title><![CDATA[Re: Password encryption]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38016#p38016</link>
			<description><![CDATA[<p>Please note that this mod can only be applied in FA 2.5 as older versions of PHP do not have these encryption methods as the function <strong>password_hash</strong> uses BCRYPT.</p><p>For those who wish to use this functionality in PHP 5.3.7+ till &lt; 5.5.0, refer the backward port function at:<br />https://github.com/ircmaxell/password_compat<br />and include the file <a href="https://github.com/ircmaxell/password_compat/raw/master/lib/password.php"><strong>password.php</strong></a> before usage.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sat, 15 Aug 2020 02:19:59 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38016#p38016</guid>
		</item>
		<item>
			<title><![CDATA[Re: Password encryption]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38012#p38012</link>
			<description><![CDATA[<p>Hi, you can get code with this link.</p><p>https://www.dropbox.com/s/1nz03kcju60qdny/encrypt_password_fa.zip?dl=0</p><p>readme file included.</p>]]></description>
			<author><![CDATA[null@example.com (cleal)]]></author>
			<pubDate>Fri, 14 Aug 2020 22:39:50 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38012#p38012</guid>
		</item>
		<item>
			<title><![CDATA[Re: Password encryption]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38000#p38000</link>
			<description><![CDATA[<p>Upload changes and before and after screenshots if necessary somewhere and place link here.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Fri, 14 Aug 2020 07:18:17 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38000#p38000</guid>
		</item>
		<item>
			<title><![CDATA[Password encryption]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=37988#p37988</link>
			<description><![CDATA[<p>Hello,</p><p>In my frontaccounting system has made some changes for user password encryption, related on ISO 27000.</p><p>I like to share mi code to be included in new versions of frontaccounting system.</p><p>Can I do? if it&#039;s posible.</p><p>cleal</p>]]></description>
			<author><![CDATA[null@example.com (cleal)]]></author>
			<pubDate>Thu, 13 Aug 2020 15:35:45 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=37988#p37988</guid>
		</item>
	</channel>
</rss>
