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)

  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

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

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

    Thank you for your CodeBank submission.

    Per this CodeBank policy, I have edited both of your attachments and removed all compiled code.

    We welcome and appreciate all entries into our Codebank, but ask that source code only be included with anything attached.

    Thank you.

  3. #3

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

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

    Sorry forgot to include database file have attached seperatley
    Attached Files Attached Files

  4. #4
    New Member
    Join Date
    Apr 2015
    Posts
    8

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

    Note - some people using Windows 64 bit may get the error: The 'Microsoft.Jet.OLEDB4.0' provider is not registered on the local machine. That's because it is not available on a 64 bit machine. If you are using Microsoft Visual Basic 2010 you can make the application compile for an x86 32-bit machine by clicking on your program properties > Compile > Platform, and selecting the x86 cpu, but with Microsoft Visual Basic 2010 Express this is not an option.

    You can get it to work, though, by just adding 2 lines of code to your .vbproj file - see here for the full explanation: http://www.onteorasoftware.net/post/...ress-2008.aspx

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