<?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>Click Studios Blog</title>
	<atom:link href="http://www.clickstudios.com.au/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.clickstudios.com.au/blog</link>
	<description>Secure Password Management</description>
	<lastBuildDate>Tue, 14 May 2013 05:43:08 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
		<item>
		<title>Backups and In-Place Upgrades</title>
		<link>http://www.clickstudios.com.au/blog/backups-and-in-place-upgrades/</link>
		<comments>http://www.clickstudios.com.au/blog/backups-and-in-place-upgrades/#comments</comments>
		<pubDate>Tue, 14 May 2013 05:43:08 +0000</pubDate>
		<dc:creator>support</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Backup Passwordstate]]></category>
		<category><![CDATA[passwordstate]]></category>
		<category><![CDATA[Upgrade Passwordstate]]></category>

		<guid isPermaLink="false">http://www.clickstudios.com.au/blog/?p=879</guid>
		<description><![CDATA[Hi Everyone, For the past couple of weeks, we&#8217;ve been working on the ability to perform backups of the Passwordstate database, and all the web files, right from within the Passwordstate application. In addition to this, and it&#8217;s been a long time coming (sorry), you can now perform in-place upgrades of Passwordstate &#8211; no longer [...]]]></description>
				<content:encoded><![CDATA[<p>Hi Everyone,</p>
<p>For the past couple of weeks, we&#8217;ve been working on the ability to perform backups of the Passwordstate database, and all the web files, right from within the Passwordstate application. In addition to this, and it&#8217;s been a long time coming (sorry), you can now perform in-place upgrades of Passwordstate &#8211; no longer do you need to uninstall and re-install Passwordstate every time there&#8217;s a new build released.</p>
<p>First we&#8217;ll start with the backups. You have the option of performing manual backups whenever you need, or you can set a regular schedule and let them run themselves. You have the following options available to you:</p>
<p><strong>Backup Settings</strong></p>
<ul>
<li><span style="line-height: 13px;" data-mce-mark="1">How many backups to keep on the file system</span></li>
<li>The path to where you would like to store the backups (ideally should be stored on a different location other than your Passwordstate web or database server)</li>
<li>Username and Password required for the backup (we&#8217;ll explain what permissions are required further below)</li>
<li>Whether you want to enable a regular set-and-forget schedule for the backups to occur</li>
<li>And finally, what time you would like the scheduled backups to begin, and how often you want a backup to occur.</li>
</ul>
<p>Couple of screenshots to show you the status of backups, and also the Settings screen:</p>
<p><a href="http://www.clickstudios.com.au/blog/backups-and-in-place-upgrades/backupupgrade1/" rel="attachment wp-att-881"><img class="size-full wp-image-881 alignnone" title="Passwordstate Backup Status" alt="" src="http://www.clickstudios.com.au/blog/wp-content/uploads/2013/05/backupupgrade1.png" width="1211" height="783" /></a></p>
<p><a style="text-align: center;" href="http://www.clickstudios.com.au/blog/backups-and-in-place-upgrades/backupupgrade5/" rel="attachment wp-att-889"><img class="size-full wp-image-889" title="Configure backup settings for Passwordstate" alt="" src="http://www.clickstudios.com.au/blog/wp-content/uploads/2013/05/backupupgrade5.png" width="958" height="631" /></a></p>
<p><strong>Backup Permissions</strong><br />
To allow backups to work through the Passwordstate web interface, you will need to specify an account (domain or Windows account), which has the following permissions:</p>
<ul>
<li>Permissions to write to the Backup path you&#8217;ve specified</li>
<li>Permissions to stop and start the Passwordstate Windows Service on the web server</li>
<li>Permissions to write to the Passwordstate folder.</li>
</ul>
<p>In addition to this, you must configure the SQL Server service to use a domain or Windows account which has permissions to also write to the Backup Path. To do this, you need to open the &#8216;SQL Server Configuration Manager&#8217; utility on your database server, click on &#8216;SQL Server Services&#8217;, and the specify and account as per the next screenshot:</p>
<p><a href="http://www.clickstudios.com.au/blog/backups-and-in-place-upgrades/backupupgrade4/" rel="attachment wp-att-884"><img class="size-full wp-image-884 alignnone" title="SQL Server Backup Settings" alt="" src="http://www.clickstudios.com.au/blog/wp-content/uploads/2013/05/backupupgrade4.png" width="699" height="570" /></a></p>
<p>&nbsp;</p>
<p><strong>In-Place Upgrades</strong><br />
A prerequisite to being able to perform in-place upgrades in version 6, is to ensure your backups are configured and working correctly. If they aren&#8217;t, you will not be able to perform in-place upgrades. There are to main processes for an upgrade:</p>
<p><strong>Upgrade Web Files</strong><br />
Prior to performing the upgrade of the database, the following occurs:</p>
<ul>
<li><span style="line-height: 13px;" data-mce-mark="1">Passwordstate Windows Service is stopped</span></li>
<li>Compresses and backup all the web files</li>
<li>Backup up the database</li>
<li>Download the latest build from the Passwordstate web site (there is an option to manually download the upgrade file, if for whatever reason Passwordstate is unable to do it itself i.e. proxy issues)</li>
<li>Extract the latest build to a temporary folder</li>
<li>Overwrite all the files, and clean up any old files</li>
<li>Restart the Passwordstate Windows Service.</li>
</ul>
<p><a href="http://www.clickstudios.com.au/blog/backups-and-in-place-upgrades/backupupgrade3/" rel="attachment wp-att-883"><img class="size-full wp-image-883 alignnone" title="In-Place upgrade screen for Passwordstate" alt="" src="http://www.clickstudios.com.au/blog/wp-content/uploads/2013/05/backupupgrade3.png" width="862" height="549" /></a></p>
<p><strong><br />
Upgrade Database</strong><br />
Once all the web files have been upgraded, you will be logged out of Passwordstate automatically, at which time you can log straight back in and finish the upgrade of the database. The reason the log out is required, is because modifying files in a IIS web site can cause sessions in IIS to be disrupted (ended).</p>
<p>We apologize it&#8217;s taken so long to come up with a better upgrade procedure, but as soon as version 6 is released, it should make upgrading to new builds a whole lot easier.</p>
<p>Regards<br />
Click Studios</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clickstudios.com.au/blog/backups-and-in-place-upgrades/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linking Password Lists to Templates</title>
		<link>http://www.clickstudios.com.au/blog/linking-password-lists-to-templates/</link>
		<comments>http://www.clickstudios.com.au/blog/linking-password-lists-to-templates/#comments</comments>
		<pubDate>Mon, 06 May 2013 03:27:25 +0000</pubDate>
		<dc:creator>support</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[centralized settings management]]></category>
		<category><![CDATA[Password List Templates]]></category>
		<category><![CDATA[Password Lists]]></category>
		<category><![CDATA[passwordstate]]></category>

		<guid isPermaLink="false">http://www.clickstudios.com.au/blog/?p=873</guid>
		<description><![CDATA[Hi Everyone, We&#8217;ve now introduced the feature in version 6 where you can link Password Lists to Templates, and control all of the settings from the Template itself. With this feature it means you can control the settings for multiple Password Lists in the one location, and easily enforce some consistency across similar Password Lists. [...]]]></description>
				<content:encoded><![CDATA[<p>Hi Everyone,</p>
<p>We&#8217;ve now introduced the feature in version 6 where you can link Password Lists to Templates, and control all of the settings from the Template itself.</p>
<p>With this feature it means you can control the settings for multiple Password Lists in the one location, and easily enforce some consistency across similar Password Lists.</p>
<p><strong>Caution:</strong> In version 6 you can now configure the &#8216;Generic Fields&#8217; to be of different field types i.e. text fields, date field, password fields, etc. If you link a Password List to a Template, and the Template has non-compatible generic field types, it will blank the data for these fields in the database. You will be prompted and reminded of this when linking Password Lists, but it&#8217;s something to be aware of.</p>
<p>When you link a Password List to a Template, it will appear on the Templates as per this screenshot (To link Password Lists to a Template, you simply select &#8216;Linked Password Lists&#8217; from the Action drop-down menu):</p>
<p><a href="http://www.clickstudios.com.au/blog/linking-password-lists-to-templates/linktemplate1/" rel="attachment wp-att-874"><img class="alignnone size-full wp-image-874" alt="Linked Templates" src="http://www.clickstudios.com.au/blog/wp-content/uploads/2013/05/LinkTemplate1.png" width="1243" height="436" /></a></p>
<p>Once linked, the majority of controls on the &#8216;Edit Password List&#8217; will be disabled, and you will be notified at the top of the screen as to which Template the Password List has been linked to:</p>
<p><a href="http://www.clickstudios.com.au/blog/linking-password-lists-to-templates/linktemplate2/" rel="attachment wp-att-875"><img class="alignnone size-full wp-image-875" alt="Linked Password List Edit Screen" src="http://www.clickstudios.com.au/blog/wp-content/uploads/2013/05/LinkTemplate2.png" width="1061" height="930" /></a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clickstudios.com.au/blog/linking-password-lists-to-templates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Clone a Folder</title>
		<link>http://www.clickstudios.com.au/blog/how-to-clone-a-folder/</link>
		<comments>http://www.clickstudios.com.au/blog/how-to-clone-a-folder/#comments</comments>
		<pubDate>Tue, 09 Apr 2013 03:21:04 +0000</pubDate>
		<dc:creator>support</dc:creator>
				<category><![CDATA[Hints & Tips]]></category>
		<category><![CDATA[cloning folders]]></category>
		<category><![CDATA[cloning Password Lists]]></category>
		<category><![CDATA[passwordstate]]></category>

		<guid isPermaLink="false">http://www.clickstudios.com.au/blog/?p=864</guid>
		<description><![CDATA[Hi Everyone, Today we released Build 5638 of Passwordstate, which includes a new feature where you can clone a Password Folder, and any Folders or Password Lists nested beneath it. This feature is very handy for keeping a consistent structure for storing all your passwords. To clone a folder, you first need to click on [...]]]></description>
				<content:encoded><![CDATA[<p>Hi Everyone,</p>
<p>Today we released Build 5638 of Passwordstate, which includes a new feature where you can clone a Password Folder, and any Folders or Password Lists nested beneath it. This feature is very handy for keeping a consistent structure for storing all your passwords.</p>
<p>To clone a folder, you first need to click on it in the Navigation Tree, then click on the &#8216;Folder Options&#8217; button at the top of the screen, and then you will see the &#8216;Clone Folder&#8217; link. From here you have the following options available to you:</p>
<ul>
<li>Specify the new name of the folder to be cloned</li>
<li>Choose whether you want to clone all Folders and Password Lists nested below the chosen folder, or just clone Folders only</li>
<li>Choose what permissions you would like to apply to the new Folders and Password Lists &#8211; either clone the current permissions, apply permissions just for yourself, or don&#8217;t apply any permissions at all</li>
</ul>
<p>When you have finished cloning the folder, it will place the structure in the root of the Navigation Tree. Standard processing occurs when cloning folders i.e. appropriate audit events are logged, and email notifications are sent informing users they have access to one or more new Password Lists. We&#8217;ve also provided a &#8216;Save &amp; Clone Again&#8217; button, so you can quickly repeat the process. Below is a screenshot from version 6 of Passwordstate, showing the options available to you.</p>
<p>Note: Cloning Password Lists will not clone any of the passwords contained within them &#8211; only settings, customisations and permissions will be cloned.</p>
<p><a href="http://www.clickstudios.com.au/blog/how-to-clone-a-folder/cloningfolders/" rel="attachment wp-att-865"><img class="alignnone size-full wp-image-865" alt="Cloning Folders in Passwordstate" src="http://www.clickstudios.com.au/blog/wp-content/uploads/2013/04/cloningfolders.png" width="730" height="530" /></a></p>
<p>We hope you like this new feature, and please leave us some comments if you like.</p>
<p>Regards<br />
Click Studios</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clickstudios.com.au/blog/how-to-clone-a-folder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Generic Field Improvements</title>
		<link>http://www.clickstudios.com.au/blog/generic-field-improvements/</link>
		<comments>http://www.clickstudios.com.au/blog/generic-field-improvements/#comments</comments>
		<pubDate>Fri, 05 Apr 2013 02:57:46 +0000</pubDate>
		<dc:creator>support</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Customized Fields]]></category>
		<category><![CDATA[Field Settings]]></category>
		<category><![CDATA[Generic Fields]]></category>
		<category><![CDATA[passwordstate]]></category>

		<guid isPermaLink="false">http://www.clickstudios.com.au/blog/?p=857</guid>
		<description><![CDATA[Hi Everyone, When version 6 is released, you will notice a few enhancements we have made to the Generic Fields you can associated with Password Lists. To start with, we have extended the number of Generic Fields from 3 to 10, and now the following Field Types are also available: Text Field &#8211; just a [...]]]></description>
				<content:encoded><![CDATA[<p>Hi Everyone,</p>
<p>When version 6 is released, you will notice a few enhancements we have made to the Generic Fields you can associated with Password Lists.</p>
<p>To start with, we have extended the number of Generic Fields from 3 to 10, and now the following Field Types are also available:</p>
<ul>
<li>Text Field &#8211; just a normal text field as you currently have in version 5 of Passwordstate</li>
<li>Free Text Field &#8211; an unlimited text field for entering larger bodies of text</li>
<li>Password &#8211; an encrypted password field, which is also salted in the database, and allows you mask the contents as per a normal Password field i.e. ******, and you can also copy to clipboard as per normal</li>
<li>Select List &#8211; allows you to specify multiple fixed values, which shows as a drop-down list</li>
<li>Radio Buttons &#8211; allows you to specify multiple fixed values, which shows as a Radio Button</li>
<li>Date Picker &#8211; similar to the Expiry Date field, this one gives you a popup calendar for specifying date values</li>
</ul>
<p>We hope you like this feature once version 6 is released, and below are a couple of screenshot for how you configure your Password Lists, and how it looks on an Edit Password screen.</p>
<p><strong>Configure Generic Field Settings for a Password List</strong></p>
<p><a href="http://www.clickstudios.com.au/blog/generic-field-improvements/genericfields1/" rel="attachment wp-att-858"><img class="alignnone size-full wp-image-858" alt="Generic Field Setting for a Password List" src="http://www.clickstudios.com.au/blog/wp-content/uploads/2013/04/genericfields1.png" width="833" height="1173" /></a></p>
<p>&nbsp;</p>
<p><strong>How the Edit Password Screen looks with Generic Fields</strong><br />
<a href="http://www.clickstudios.com.au/blog/generic-field-improvements/genericfields2/" rel="attachment wp-att-859"><img class="alignnone size-full wp-image-859" alt="Generic Fields on Edit Password Screen" src="http://www.clickstudios.com.au/blog/wp-content/uploads/2013/04/genericfields2.png" width="667" height="851" /></a></p>
<p>Regards<br />
Click Studios</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clickstudios.com.au/blog/generic-field-improvements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>User Account Policies in Passwordstate</title>
		<link>http://www.clickstudios.com.au/blog/user-account-policies-in-passwordstate/</link>
		<comments>http://www.clickstudios.com.au/blog/user-account-policies-in-passwordstate/#comments</comments>
		<pubDate>Mon, 18 Mar 2013 02:13:48 +0000</pubDate>
		<dc:creator>support</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[passwordstate]]></category>
		<category><![CDATA[User Account Policies]]></category>

		<guid isPermaLink="false">http://www.clickstudios.com.au/blog/?p=845</guid>
		<description><![CDATA[Hi Everyone, We&#8217;ve finished adding a new feature to Passwordstate 6 which is called User Account Policies. With this feature, you can specify multiple settings for User&#8217;s Preferences, their Password List Screen Options, and also their Home Page and Folder Screen Options. Following is a couple of screenshots which shows each of the settings, as [...]]]></description>
				<content:encoded><![CDATA[<p>Hi Everyone,</p>
<p>We&#8217;ve finished adding a new feature to Passwordstate 6 which is called <strong>User Account Policies</strong>. With this feature, you can specify multiple settings for User&#8217;s Preferences, their Password List Screen Options, and also their Home Page and Folder Screen Options.</p>
<p>Following is a couple of screenshots which shows each of the settings, as well as the alerts the user will see if a setting is applied &#8211; when policy settings are applied to a user&#8217;s account, the option is disabled on the screen so the user is unable to change it.</p>
<p><strong>User Account Policy Settings Screenshot</strong> (click on the screenshot for a bigger picture)<br />
<a title="Password Policy Settings" href="http://www.clickstudios.com.au/blog/wp-content/uploads/2013/03/useraccountpolicy1.png" target="_blank"><img class="alignnone size-full wp-image-846" alt="User Account Policy Settings" src="http://www.clickstudios.com.au/blog/wp-content/uploads/2013/03/useraccountpolicy1.png" width="1508" height="1113" /></a></p>
<p>&nbsp;</p>
<p><strong>User Account Policy User Alerts Screenshot</strong></p>
<p><strong><img class="alignnone size-full wp-image-847" alt="User Account Policies being applied" src="http://www.clickstudios.com.au/blog/wp-content/uploads/2013/03/useraccountpolicy2.png" width="738" height="464" /></strong></p>
<p>Because you&#8217;re able to ignore settings, is quite a flexible solution for creating different policies which can be applied to users accounts. Permissions can be applied directly to the User&#8217;s account, to members of a Security Group, or to all users of the system.</p>
<p>We&#8217;ve also added a feature called &#8216;Check for Conflicts&#8217;, and this feature will analyse and report any conflicting policies for a user&#8217;s account. Without performing this check, user&#8217;s and Security Administrator may be confused as to why certain settings have been applied to their account.</p>
<p>We hope you like this new feature once Version 6 of Passwordstate is available.</p>
<p>Regards<br />
Click Studios</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clickstudios.com.au/blog/user-account-policies-in-passwordstate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Allowed IP Ranges in Passwordstate</title>
		<link>http://www.clickstudios.com.au/blog/allowed-ip-ranges-in-passwordstate/</link>
		<comments>http://www.clickstudios.com.au/blog/allowed-ip-ranges-in-passwordstate/#comments</comments>
		<pubDate>Fri, 15 Mar 2013 00:22:27 +0000</pubDate>
		<dc:creator>support</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Allowed IP Addresses]]></category>
		<category><![CDATA[Allowed IP Ranges]]></category>
		<category><![CDATA[passwordstate]]></category>
		<category><![CDATA[Restrict IP Addresses]]></category>

		<guid isPermaLink="false">http://www.clickstudios.com.au/blog/?p=827</guid>
		<description><![CDATA[Hi Everyone, We&#8217;ve just added a small, but important feature in version 6 of Passwordstate called Allowed IP Ranges. This features allows you to restrict which IP addresses are allowed to browse to the Passwordstate web site, and can be specified in the following format: Individual IP Address &#8211; 192.168.1.50 Entire Subnets &#8211; 192.168.1.* Subnet [...]]]></description>
				<content:encoded><![CDATA[<p>Hi Everyone,</p>
<p>We&#8217;ve just added a small, but important feature in version 6 of Passwordstate called <strong>Allowed IP Ranges</strong>. This features allows you to restrict which IP addresses are allowed to browse to the Passwordstate web site, and can be specified in the following format:</p>
<p>Individual IP Address &#8211; 192.168.1.50<br />
Entire Subnets &#8211; 192.168.1.*<br />
Subnet Ranges &#8211; 192.168.1.50-192.168.1.254</p>
<p>In the event you make a mistake in specifying Allowed IP Ranges and lock yourself out of Passwordstate, you can always gain access via logging on directly to your web server, or via the Emergency Access account. Here&#8217;s a screenshot of where you can specify the settings:</p>
<p><img class="alignnone size-full wp-image-838" alt="Allowed IP Ranges in Passwordstate" src="http://www.clickstudios.com.au/blog/wp-content/uploads/2013/03/allowedipranges.png" width="1043" height="646" /></p>
<p>Regards<br />
Click Studios</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clickstudios.com.au/blog/allowed-ip-ranges-in-passwordstate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Two-Factor Authentication with RSA SecurID</title>
		<link>http://www.clickstudios.com.au/blog/two-factor-authentication-with-rsa-securid/</link>
		<comments>http://www.clickstudios.com.au/blog/two-factor-authentication-with-rsa-securid/#comments</comments>
		<pubDate>Thu, 14 Mar 2013 06:55:25 +0000</pubDate>
		<dc:creator>support</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[passwordstate]]></category>
		<category><![CDATA[RSA SecurID]]></category>
		<category><![CDATA[SecurID Authentication]]></category>

		<guid isPermaLink="false">http://www.clickstudios.com.au/blog/?p=830</guid>
		<description><![CDATA[Hi Everyone, As of today, we&#8217;ve finished implementing two-factor authentication in Passwordstate V6, using RSA&#8217;s SecurID solution. Once we have a beta of Version 6 available, we&#8217;ll be asking for testers of this functionality, as we&#8217;ve only been able to test using RSA Authentication Manager 7.1 SP4 Patch 22 &#8211; the Authentication Agent library we&#8217;re using [...]]]></description>
				<content:encoded><![CDATA[<p>Hi Everyone,</p>
<p>As of today, we&#8217;ve finished implementing two-factor authentication in Passwordstate V6, using RSA&#8217;s SecurID solution. Once we have a beta of Version 6 available, we&#8217;ll be asking for testers of this functionality, as we&#8217;ve only been able to test using RSA Authentication Manager 7.1 SP4 Patch 22 &#8211; the Authentication Agent library we&#8217;re using is meant to be compatible with Authentication Manager 6.x, 7.x and the upcoming 8.x &#8211; due for release later this month.</p>
<p>Configuring Passwordstate to use SecurID is a fairly simple process, and we&#8217;ve written up specific documentation to assist customers with the initial configuration. Once done, you will be able to choose anyone of the following options:</p>
<ul>
<li>Secure access to Passwordstate using SecurID Authentication &#8211; this is for both installs of either Active Directory authentication, or forms based authentication</li>
<li>Secure access to Passwordstate using both AD and SecurID Authentication &#8211; obviously only for AD users</li>
<li>Secure access to Password Lists using SecurID Authentication</li>
</ul>
<p>We&#8217;ve also added a new option called &#8216;If one of the SecurID Authentication options are selected, auto-populate the UserID field based on the current logged in user &#8211; domain suffix will be dropped if using Active Directory version of Passwordstate&#8217;. If your Passwordstate UserID&#8217;s are the same format as your SecurID User ID&#8217;s, then this makes it a little quicker to authenticate.</p>
<p>Now for some screenshots:</p>
<p><strong>Secure access to Passwordstate using SecurID Authentication</strong></p>
<p><img class="alignnone size-full wp-image-831" alt="SecurID Authentication" src="http://www.clickstudios.com.au/blog/wp-content/uploads/2013/03/securid1.png" width="490" height="387" /></p>
<p>&nbsp;</p>
<p><strong>Secure access to Passwordstate using both AD and SecurID Authentication</strong></p>
<p><img class="alignnone size-full wp-image-832" alt="SecurID and AD Authentication" src="http://www.clickstudios.com.au/blog/wp-content/uploads/2013/03/securid2.png" width="515" height="458" /></p>
<p>&nbsp;</p>
<p><strong>Secure access to Password Lists using SecurID Authentication<br />
</strong><img class="alignnone size-full wp-image-833" alt="SecurID Authentication for Password Lists" src="http://www.clickstudios.com.au/blog/wp-content/uploads/2013/03/securid3.png" width="528" height="402" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>We hope you like this feature when version 6 is available.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clickstudios.com.au/blog/two-factor-authentication-with-rsa-securid/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Two-Factor Authentication with Google Authenticator</title>
		<link>http://www.clickstudios.com.au/blog/two-factor-authentication-with-google-authenticator/</link>
		<comments>http://www.clickstudios.com.au/blog/two-factor-authentication-with-google-authenticator/#comments</comments>
		<pubDate>Sun, 24 Feb 2013 03:14:52 +0000</pubDate>
		<dc:creator>support</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Google Authenticator]]></category>
		<category><![CDATA[passwordstate]]></category>
		<category><![CDATA[two-factor authentication]]></category>

		<guid isPermaLink="false">http://www.clickstudios.com.au/blog/?p=757</guid>
		<description><![CDATA[Hi Everyone, We&#8217;ve finished adding two-factor authentication using Google&#8217;s Authenticator to version 6 of Passwordstate. Google Authenticator is great for smaller companies who can&#8217;t afford the investment required to internally host other two-factor authentication solutions such as RSA&#8217;s SecurID. Configuring your Passwordstate account to use Google Authenticator, is quite a simple process: First intall Google Authenticator [...]]]></description>
				<content:encoded><![CDATA[<p>Hi Everyone,</p>
<p>We&#8217;ve finished adding two-factor authentication using <a title="Google Authenticator" href="http://en.wikipedia.org/wiki/Google_Authenticator" target="_blank">Google&#8217;s Authenticator</a> to version 6 of Passwordstate. Google Authenticator is great for smaller companies who can&#8217;t afford the investment required to internally host other two-factor authentication solutions such as <a title="RSA SecurID" href="http://www.emc.com/security/rsa-securid.htm" target="_blank">RSA&#8217;s SecurID</a>.</p>
<p>Configuring your Passwordstate account to use Google Authenticator, is quite a simple process:</p>
<ul>
<li>First intall Google Authenticator on your mobile device &#8211; <a title="Google Authenticator for Android" href="https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2&amp;hl=en" target="_blank">Google Authenticator for Android</a>, and <a title="Google Authenticator for iOS" href="https://itunes.apple.com/en/app/google-authenticator/id388497605?mt=8" target="_blank">Google Authenticator for iOS</a></li>
<li>Visit the Preferences screen in Passwordstate, and click on the &#8216;Authentication Options&#8217; tab</li>
<li>Select the &#8216;Google Authenticator&#8217; option from the Authentication dropdown list</li>
<li>Generate a new barcode/secret key</li>
<li>Scan the barcode into Google Authenticator on your mobile/cell device, or manually type in the secret key</li>
<li>Click on the &#8216;Save&#8217; button to save the secret key to your Passwordstate account.</li>
</ul>
<p><img class="alignnone size-full wp-image-758" alt="Google Authenticator Settings" src="http://www.clickstudios.com.au/blog/wp-content/uploads/2013/02/googlauth1.png" width="815" height="405" /></p>
<p>Once you have successfully enabled Google Authenticator with Passwordstate and on your mobile/cell device, then you will be presented with the following login screen next time you visit Passwordstate.</p>
<p><img class="alignnone size-full wp-image-759" alt="Passwordstate Google Authenticator Login" src="http://www.clickstudios.com.au/blog/wp-content/uploads/2013/02/googleauth2.png" width="489" height="409" /></p>
<p>You will now have a maximum of 60 seconds to copy the verification code from your mobile/cell device (image below), into Passwordstate. After 60 seconds, a new verification code will appear on your device.</p>
<p><img class="alignnone size-full wp-image-760" alt="Google Authenticator for Android" src="http://www.clickstudios.com.au/blog/wp-content/uploads/2013/02/googleauth3.png" width="328" height="553" /></p>
<p>&nbsp;</p>
<p>We hope you like this new feature once version 6 of <a title="Passwordstate" href="http://www.clickstudios.com.au/passwordstate.html" target="_blank">Passwordstate</a> is released, and please leave us any comments you like regarding the feature.</p>
<p>Regards<br />
Click Studios</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clickstudios.com.au/blog/two-factor-authentication-with-google-authenticator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Menu System in Version 6.0</title>
		<link>http://www.clickstudios.com.au/blog/new-menu-system-in-version-6-0/</link>
		<comments>http://www.clickstudios.com.au/blog/new-menu-system-in-version-6-0/#comments</comments>
		<pubDate>Mon, 11 Feb 2013 05:41:26 +0000</pubDate>
		<dc:creator>support</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Passwordstate Menu System]]></category>
		<category><![CDATA[Passwordstate V6]]></category>
		<category><![CDATA[Passwordstate Version 6]]></category>

		<guid isPermaLink="false">http://www.clickstudios.com.au/blog/?p=717</guid>
		<description><![CDATA[Hi Everyone, Thought we&#8217;d share with you the new Navigation Menu System coming in Version 6 of Passwordstate, and what options are available to use with it. So the tabs on the bottom left hand side of the screen are now gone, and replaced with a horizontal menu system at the bottom of the screen. [...]]]></description>
				<content:encoded><![CDATA[<p>Hi Everyone,</p>
<p>Thought we&#8217;d share with you the new Navigation Menu System coming in Version 6 of Passwordstate, and what options are available to use with it.</p>
<p>So the tabs on the bottom left hand side of the screen are now gone, and replaced with a horizontal menu system at the bottom of the screen. By default, hovering over a menu item will cause it&#8217;s sub-menus to appear, as per the following screenshot:</p>
<p><img class="alignnone size-full wp-image-718" alt="Passwordstate Menu System" src="http://www.clickstudios.com.au/blog/wp-content/uploads/2013/02/menu1.png" width="410" height="385" /></p>
<p>If you&#8217;d prefer the sub-menu items do not appear when you hover over them, there&#8217;s a new option in the &#8216;Preferences&#8217; area where you can choose to show them instead by clicking on them.</p>
<p><img class="alignnone size-full wp-image-720" alt="Options for the menu showing" src="http://www.clickstudios.com.au/blog/wp-content/uploads/2013/02/menu3.png" width="313" height="69" /></p>
<p>As a Security Administrator of Passwordstate, you can also control who is allowed to access the various menus and sub-menus. From the screen Administration -&gt; System Settings -&gt;Miscellaneous Tab, you can specify who can have access either by individual User Accounts, or Security Groups.</p>
<p><img class="alignnone size-full wp-image-719" alt="Control who has access to the menus" src="http://www.clickstudios.com.au/blog/wp-content/uploads/2013/02/menu2.png" width="420" height="529" /></p>
<p>We hope you like this new navigation UI once version 6 is released.</p>
<p>Regards<br />
Click Studios</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clickstudios.com.au/blog/new-menu-system-in-version-6-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Display Auditing Data Graphically in Passwordstate</title>
		<link>http://www.clickstudios.com.au/blog/display-auditing-data-graphically-in-passwordstate/</link>
		<comments>http://www.clickstudios.com.au/blog/display-auditing-data-graphically-in-passwordstate/#comments</comments>
		<pubDate>Wed, 30 Jan 2013 06:07:24 +0000</pubDate>
		<dc:creator>support</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Auditing Features]]></category>
		<category><![CDATA[passwordstate]]></category>
		<category><![CDATA[PCI Compliance]]></category>

		<guid isPermaLink="false">http://www.clickstudios.com.au/blog/?p=710</guid>
		<description><![CDATA[In Version 6 of Passwordstate, we&#8217;ve added a new page called Auditing Graphs. This page will allow you to filter on any of the 58 current audit record types, by platform (web, mobile, API or Windows Service), and by various duration&#8217;s - 6 months through to 3 years. Once you&#8217;ve selected your options, hit the Refresh button [...]]]></description>
				<content:encoded><![CDATA[<p>In Version 6 of Passwordstate, we&#8217;ve added a new page called <strong>Auditing Graphs.</strong></p>
<p>This page will allow you to filter on any of the 58 current audit record types, by platform (web, mobile, API or Windows Service), and by various duration&#8217;s - 6 months through to 3 years. Once you&#8217;ve selected your options, hit the Refresh button and the graph will be redrawn.</p>
<p>We&#8217;ve also listed all the Audit Activities and the end of this post, and this list will grow as we develop more features in the API, and start to develop the mobile client.</p>
<p><img class="alignnone size-full wp-image-711" alt="View audit data graphically in Passwordstate." src="http://www.clickstudios.com.au/blog/wp-content/uploads/2013/01/auditinggraphs.png" width="1227" height="829" /></p>
<p>Access Granted<br />
Access Removed<br />
Access Updated<br />
All Passwords Exported<br />
Audit Records Purged<br />
Document Deleted<br />
Document Updated<br />
Document Uploaded<br />
Document Viewed<br />
Email Sent<br />
Email Template Enabled<br />
Email Template Disabled<br />
Email Template Updated<br />
Emergency Access Event<br />
Failed API Call<br />
Handshake Approval Requested<br />
Login Attempt Failed<br />
Login Attempt Succeeded<br />
Password Added<br />
Password Copied to Clipboard<br />
Password Deleted<br />
Password History Exported<br />
Password History Retrieved<br />
Password List Added<br />
Password List Authentication<br />
Password List Deleted<br />
Password List Retrieved<br />
Password List Updated<br />
Password Restored<br />
Password Retrieved<br />
Password Screen Opened<br />
Password Updated<br />
Password Viewed<br />
Passwords Exported<br />
Reporting<br />
Security Administrator Added<br />
Security Administrator Removed<br />
Security Administrator Role Updated<br />
Security Group Added<br />
Security Group Updated<br />
Security Group Deleted<br />
Tab Authentication<br />
Template Access Granted<br />
Template Access Removed<br />
Template Access Updated<br />
Template Added<br />
Template Deleted<br />
Template Updated<br />
User Account Added<br />
User Account Added to Security Group<br />
User Account Disabled<br />
User Account Enabled<br />
User Account Updated<br />
User Account Deleted<br />
User Accounts Exported<br />
User Removed From Security Group<br />
UserName Copied to Clipboard<br />
Windows Account Synchronization</p>
<p>Regards<br />
Click Studios</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clickstudios.com.au/blog/display-auditing-data-graphically-in-passwordstate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
