Passwords Plus CS Registry Entries
I set up a new system for someone who had been using the
Dataviz
Passwords Plus
program to manage passwords. She had been using the 1.006 version of the
software on the prior system. I installed the latest version which was
Passwords Plus CS version 2.001. The software is free for Windows systems,
but the cost is $9.99 USD for the version that runs on iPhones. Passwords
can be synchronnized between Microsoft Windows PCs and iPhones using the
new version. I had to make a few changes to the Windows registry in order
for the program on the new system to access shared password database
files on another system.
[
More Info ]
[/os/windows/software/security/password/PasswordsPlusCS]
permanent link
Passwords Plus Registry Keys for Databases
When a password database is created in
Passwords
Plus from
DataViz, it creates
the following registry key:
HKEY_CURRENT_USER\Software\DataViz\PasswordsPlus
The key will have a DaggerFolder
value.
Value name: | DaggerFolder |
Value data: | C:\Users\Jane\Documents\Passwords Plus |
The directory listed will be the location where Passwords Plus creates
its user folders where it will store individual password
databases
Passwords Plus allows a user to have multiple databases specified
by user. For instance, Jane Smith could create one with
a username of Jane
for her personal passwords and another one
JSmith
for her work-related passwords.
If she did, beneath the
HKEY_CURRENT_USER\Software\DataViz\PasswordsPlus
registry
entry, you would find the following:
HKEY_CURRENT_USER\Software\DataViz\PasswordsPlus\Users\Jane
And the following value would be found within that key:
Value name: | DBPath |
Value data: |
C:\Users\Jane\Documents\Passwords Plus\Jane\PassPlusDB.PDB |
The value would specify exactly where the Passwords Plus database
would be located.
If Jane created another user within Passwords Plus, named JSmith,
the following would also be found within a
HKEY_CURRENT_USER\Software\DataViz\PasswordsPlus\Users\JSmith
key:
Value name: | DBPath |
Value data: |
C:\Users\Jane\Documents\Passwords Plus\JSmith\PassPlusDB.PDB |
If you want to have multiple systems share the same databases, which
will be accessible through a shared folder on a server, you could change
the DaggerFolder
and DBPath
values. E.g.,
suppose there is a folder shared from MyServer
with a share
name of Shared
and underneath that shared folder is a
directory named Passwords
with holds the various usernames
created for Passwords Plus. Then you could have the following value
for DaggerFolder
Value name: | DaggerFolder |
Value data: | \\MyServer\Shared\Passwords |
And you could use the following for a Passwords Plus username of
Jane:
Value name: | DBPath |
Value data: |
\\MyServer\Shared\Passwords\Jane\PassPlusDB.PDB |
If you wanted to copy these settings from one system to
another, so that you don't have to manually edit the registry
values on the second system, you can run regedit
and navigate to HKEY_CURRENT_USER\Software\DataViz
,
click on it to select it, then select File and
Export the registry settings to a file,
say Passwords-Plus-Users.reg
. You can then
take that registry file to another system and double-click
on it to enter the same values into the registry on that
system.
Note: these notes were written for Passwords Plus for Windows 1.006
and 1.007 and may or may not apply to other versions.
[/os/windows/software/security/password]
permanent link
Fixing Passwords Plus Entry Display Problem
The
Dataviz Passwords Plus program
may sometimes not display any of the entries in a category in the left-hand
pane of its window. To get the entries to reappear, you can edit the
HKEY_CURRENT_USER\Software\DataViz\PasswordsPlus\List View Info
registry key.
[ More Info ]
[/os/windows/software/security/password]
permanent link