Click here to Skip to main content
15,897,291 members
Articles / Mobile Apps

Windows Mobile Password Safe

Rate me:
Please Sign up or sign in to vote.
4.87/5 (58 votes)
12 Jan 2009CPOL16 min read 161.9K   3.1K   139  
A password safe with a touch screen UI introducing Fluid Controls.
<?xml version="1.0" encoding="utf-8" ?>
<categories>
  <category name="Passwords">
    <field name="Password" type="password"/>
    <field name="Description"/>  
  </category>
  <category name="eMail">
    <separator title="User Information"/>
    <field name="eMail" title="eMail adress"/>
    <field name="user" title="User name"/>
    <field name="Password"/>
    <separator title="Server Information"/>
    <field name="Account Type"/>
    <field name="imap" title="IMAP Server"/>
    <field name="smtp" title="SMTP Server"/>
    <separator title="Logon Information"/>
    <field name="user" title="User Name"/>
    <field name="imapport" title="IMAP Port"/>
    <field name="smtpport" title="SMTP Port"/>
    <field name="imapenc" title="IMAP Encryption Mode"/>
    <field name="smtpenc" title="SMTP Encryption Mode"/>
    <separator/>
    <field name="webaddress" title="Web Address"/>
      </category>
  <category name="Internet">
    <field name="Url"/>
    <field name="eMail"/>
    <field name="user" title="User Name"/>
    <field name="Password" type="password"/>
  </category>
  <category name="Logins">
    <field name="user" title="User Name"/>
    <field name="Password" type="password"/>
    <field name="Server"/>
    <field name="Domain"/>
  </category>
  <category name="Banking">
    <field name="Bank"/>
    <field name="account" title="Accout number"/>
    <field name="bankno" title="Bank number"/>
    <field name="phone" title="Telephone"/>
    <field name="Pin"  type="password"/>
    <separator title="Website"/>
    <field name="Password" type="password"/>
    <field name="Url"/>
    <separator title="Address"/>
    <field name="Street"/>
    <field name="Zip"/>
    <field name="Location"/>
    <field name="contactemail" title="eMail"/>
    <field name="Available"/>
    <separator title="Contacts"/>
    <field name="Contact1" title="Contact 1"/>
    <field name="Contact2" title="Contact 2"/>
    <field name="Contact3" title="Contact 3"/>
  </category>
  <category name="Pins">
    <field name="Pin" type="password"/>
    <separator/>
    <field name="Puk1" type="password"/>
    <field name="Puk2" type="password"/>
  </category>
  <category name="credit" title="Credit Cards">
    <separator title="Card Information"/>
    <field name="Number"/>
    <field name="Owner"/>
    <field name="validfrom" title="Valid From"/>
    <field name="goodthru" title="Good Thru"/>
    <field name="check" title="Check number"/>
    <separator title="Pins/Puks"/>
    <field name="Pin" type="password"/>
    <field name="Puk1" type="password"/>
    <field name="Puk2" type="password"/>
  </category>
</categories>

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 Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Germany Germany
MCPD
Enterprise Application Developer 3.5
Windows Developer 3.5
.ASP.NET Developer 3.5
.NET 2.0 Windows Developer
.NET 2.0 Web Developer
.NET 2.0 Enterprise Application Developer


MCTS
.NET 3.5 Windows Forms Applications
.NET 3.5 ASP.NET Applications
.NET 3.5, ADO.NET Application Development
.NET 3.5 WCF
.NET 3.5 WPF
.NET 3.5 WF
Microsoft SQL Server 2008, Database Development
.NET 2.0 Windows Applications
.NET 2.0 Web Applications
.NET 2.0 Distributed Applications
SQL Server 2005
Sharepoint Services 3.0 Application Development
Windows Vista Client Configuration

Comments and Discussions