Click here to Skip to main content
15,867,594 members
Articles / Programming Languages / C#

Password Safe Database Reader Library in C# for .NET

Rate me:
Please Sign up or sign in to vote.
4.57/5 (8 votes)
16 Oct 2007GPL32 min read 60.5K   918   29  
An independent library implementation to read Password Safe Password Manager V3 database files
<?xml version="1.0" encoding="utf-8"?>
<VisualState xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ShowCheckBoxes="false">
  <TopNode>[0-1000]C:\Users\Svante\Documents\Visual Studio 2005\Projects\Axantum.PasswordSafe\Axantum.PasswordSafe.Test\Axantum.PasswordSafe.Test.nunit</TopNode>
  <SelectedNode>[0-1000]C:\Users\Svante\Documents\Visual Studio 2005\Projects\Axantum.PasswordSafe\Axantum.PasswordSafe.Test\Axantum.PasswordSafe.Test.nunit</SelectedNode>
  <ExcludeCategories>false</ExcludeCategories>
  <Nodes>
    <Node UniqueName="[0-1000]C:\Users\Svante\Documents\Visual Studio 2005\Projects\Axantum.PasswordSafe\Axantum.PasswordSafe.Test\Axantum.PasswordSafe.Test.nunit" Expanded="true">
      <Nodes>
        <Node UniqueName="[0-1003]C:\Users\Svante\Documents\Visual Studio 2005\Projects\Axantum.PasswordSafe\Axantum.PasswordSafe.Test\bin\Debug\Axantum.PasswordSafe.Test.dll" Expanded="true">
          <Nodes>
            <Node UniqueName="[0-1004]Axantum" Expanded="true">
              <Nodes>
                <Node UniqueName="[0-1005]Axantum.PasswordSafe" Expanded="true">
                  <Nodes>
                    <Node UniqueName="[0-1006]Axantum.PasswordSafe.Test" Expanded="true">
                      <Nodes>
                        <Node UniqueName="[0-1001]Axantum.PasswordSafe.Test.TestPasswordSafeReader" Expanded="true">
                          <Nodes>
                            <Node UniqueName="[0-1002]Axantum.PasswordSafe.Test.TestPasswordSafeReader.TestIt" />
                          </Nodes>
                        </Node>
                      </Nodes>
                    </Node>
                  </Nodes>
                </Node>
              </Nodes>
            </Node>
          </Nodes>
        </Node>
      </Nodes>
    </Node>
  </Nodes>
</VisualState>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The GNU General Public License (GPLv3)


Written By
Web Developer Axantum Software AB
Sweden Sweden
I've been working with all aspects of software development since 1979 - from compiler construction to management. Currently I'm an independent consultant mostly specializing in computer security. Please see my homepage for contact details.

I speak C like a native, and have a pretty good grasp of C++. The most recent five years C# has been the main development language. Traditionally Unix has been the dominating environment, but currently the scales have tipped over to Windows, due to market demands but I'm equally at home developing in both environments.

When I'm not coding I'm usually sitting on one of my 4 bikes, indoors or outdoors, on the road or in the woods.

Comments and Discussions