View Poll Results: How would you rate this thread?

Voters
2. You may not vote on this poll
  • Excellent

    1 50.00%
  • Good

    1 50.00%
  • Not So Good

    0 0%
  • Poor

    0 0%
Results 1 to 4 of 4

Thread: VB 2008 - Password Management & Data Encryption (MS Access)

Threaded View

  1. #1

    Thread Starter
    Addicted Member mouse88's Avatar
    Join Date
    Mar 2009
    Location
    South Wales, United Kingdom
    Posts
    225

    Post VB 2008 - Password Management & Data Encryption (MS Access)

    Password Management Application

    Here is a password management application that i have created which is designed to manage passwords for other applications. I am a beginner at VB and this is the first app i have developed without following a tutorial. I have added it as it may be of use to other beginners and demonstrates good knowledge of the following:

    Forms:

    Windows Forms
    Splash Screens


    Dialogs:

    User Dialogs
    Open File Dialogs
    Message Boxes
    Input Boxes


    Form Controls:

    Buttons
    Textboxes
    Labels
    Panels
    Comboboxes
    Timers


    Database Objects:

    OleDbConnection
    OleDbConnectionStringBuilder
    OleDbDataAdapter
    OleDbCommandBuilder

    Variables:

    Integer
    String
    Boolean


    Loops:

    For loops


    Data Encryption:

    Triple DES Encryption


    Data Validaton:

    Username Validation
    Password Validation


    Others:

    Exception Handling
    Data Sets
    Basic SQL Statement
    Modules - Calling Public Sub Routines
    If/Else If Statements


    Please feel free to modify the code in anyway you want as i created it purely for learning. All code is
    commented to explain what is being done. You will need the following details to use the application:

    Application Username: Administrator
    Application Password: Admin2000
    Database Password: Admin2000
    Database Table Name: Table1

    The database is included with the project file attached.

    If you come across any bugs in the program please post a message and i will be happy to look in to it.

    If you do find this helpful please leave some feedback.

    Unfortunately i had two zip application into two seperate files so you will need to unzip them both and put all files in one folder.
    Attached Files Attached Files
    Last edited by Hack; Apr 24th, 2009 at 05:39 AM. Reason: Removed Compile Code From Attachments

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width