Password Management

Free Password Management Software
A very simple password management software. It encrypts your password using blowfish. You can create as many account as you want encrypted in the database. For personal use only. This will keep track all your username and password.
I created this because it's very hard to remember different account from various website.
Account information:
username: admin
password: admin
Download Password Manger v1.0 Installer here
Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.
Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.
FOR YOUR OWN SAFETY, PLEASE:
1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
Comments
charlie
Sun, 08/21/2011 - 13:36
Permalink
HELP
hi.. i have problem from this code..
Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hWnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long
Private Sub cmdSave_Click()
Dim password As String
Dim EncryptString As String
'Dim DecryptString As String
'Dim rstblstudent As New ADODB.Recordset
Dim rstblstudent As New ADODB.Recordset
rstblstudent.Open "SELECT * FROM tblstudent where stdnumber= 'stdnumber'", cons, adOpenStatic, adLockOptimistic
With rstblstudent
If txtoldpass.Text = Enc.DecryptString(.Fields("stdpassword").Value) Then
If txtnewpass.Text = txtverifypass.Text Then
.Fields("stdpassword").Value = txtnewpass.Text
.Update
MsgBox "New password changed successfully.", vbInformation
Unload Me
Else
MsgBox "Password does not match.", vbExclamation
End If
Else
MsgBox "Please enter correct password.", vbExclamation
End If
End With
rstblstudent.Close
End Sub
--- the error is: EITHER BOF OR EOF IS TRUE, OR CURRENT RECORD HAS BEEN DELETED, REQUESTED OPERATION REQUIRES CURRENT RECORD.
the i choose is current. theres a password. i have using VB6.0 with MYSQL connection..
could you help me for this code.
Anonymous (not verified)
Fri, 03/18/2011 - 09:40
Permalink
KidProgrammer
its just for vb6
Anonymous (not verified)
Sun, 03/13/2011 - 00:27
Permalink
I have unzipped the folder
I have unzipped the folder but theres no .VB files?
admin
Sun, 03/13/2011 - 08:19
Permalink
This is a VB 6.0 version so
This is a VB 6.0 version so there's no .vb file here.
Anonymous (not verified)
Mon, 01/31/2011 - 08:52
Permalink
Problem
Class not register sir
Anonymous (not verified)
Mon, 01/31/2011 - 08:44
Permalink
Running time problem
CN.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & App.Path & "D:\Data\Data.mdb;Persist Security Info=False ;Jet OLEDB:Database Password=jaypee"
there's a problem about this statement sir, i cant fix it, hope you can help me
thank you
Anonymous (not verified)
Wed, 01/05/2011 - 16:17
Permalink
THNX MAN
THNX MAN
Anonymous (not verified)
Wed, 12/01/2010 - 20:49
Permalink
it is a excelent software for
it is a excelent software for beginers.
Anonymous (not verified)
Wed, 07/21/2010 - 18:50
Permalink
Username and Password in vb to connect in MS Access
Hi..i have a problem with regards to program in connecting to MS access 2003 to visual basic 6.0 would you help me? Thanks
Anonymous (not verified)
Tue, 07/06/2010 - 02:32
Permalink
sir the password management
sir the password management is not been executing i don't know y but can u tell me any solution its been coming MSCOMCTL.OCX is not registered
Anonymous (not verified)
Sat, 06/05/2010 - 17:07
Permalink
Thanks
Thank you verymuch sir
Anonymous (not verified)
Fri, 11/20/2009 - 21:29
Permalink
How 2 get itz Login id and
How 2 get itz Login id and Password ??
Anonymous (not verified)
Mon, 11/16/2009 - 13:34
Permalink
its gereat softwar sir can u
its gereat softwar sir
can u giv me database password
Anonymous (not verified)
Thu, 10/08/2009 - 12:46
Permalink
update new password in vb
For changing Login User Name and password, you will have to modify data.mdb, which is encrypted.
it's urgent
Anonymous (not verified)
Sun, 06/28/2009 - 01:13
Permalink
details
hello sir.
i hav even dwnloaeded thsi project cn u porvide me the login id and pass word
nasir.shillong
Wed, 06/24/2009 - 19:44
Permalink
How to create installer.exe
Hello fren,
I am very new to VB. I downloaded your most of codes and its helpful. Can you please tell me how to create Installer.exe not the set up file. I can create the setup file using Package development but i dont know how to create self extracting installer.exe file as you created in Password Management Software.
Most of the programs are having crystal report so it is not open. It says missing ActiveX Crystal Report like....
how to add the missing file or .dll. If you have please send at my e-mail address [email protected]
Thanks a lot
Nasir
admin
Thu, 06/25/2009 - 08:58
Permalink
re: How to create installer.exe
I created another FAQ for this question. Please visit FAQ section particularly on "How to create installation file".
You can also found answer on crystal reports problem there.
Anonymous (not verified)
Thu, 06/17/2010 - 04:18
Permalink
ih download it but it dnt
ih download it but it dnt work
Anonymous (not verified)
Tue, 06/16/2009 - 19:48
Permalink
thank u very much sir
ur great sir i hope u will continue helping newbie like me who seek ur help.......thx a lot....
Anonymous (not verified)
Sun, 06/14/2009 - 19:11
Permalink
ellow sir
can u pls help me sir how to make my password like this "******" instead of word like this "burloy"...i hope u eply this comment as soon as u read this thx...
admin
Mon, 06/15/2009 - 17:36
Permalink
re: ellow sir
In the textbox properties located at the right side bar of VB Editor add a value "*" in PasswordChar.
monkakkidi
Wed, 04/29/2009 - 21:29
Permalink
can you give data base
can you give data base passwod
nasir.shillong
Wed, 06/24/2009 - 19:46
Permalink
Database password
password=jaypee. You can find it at the path of the Database where database is opened at Form Load event.
shemul007
Wed, 04/29/2009 - 17:15
Permalink
what is data base passworld
what is data base passworld
admin
Wed, 04/29/2009 - 17:43
Permalink
re: what is data base password
Read the FAQ.
Anonymous (not verified)
Tue, 04/14/2009 - 14:18
Permalink
hi
the password doesnt work for the data.mdb what is the password
[email protected]
admin
Tue, 04/14/2009 - 16:36
Permalink
re: hi
May be you are experiencing a problem with encoding. Try to change the regional settings under the control panel to something like english language. Or try to discover it yourself on what language that works for you.
Anonymous (not verified)
Mon, 03/02/2009 - 19:43
Permalink
user Name and password
Nice code. Very useful. But how to change the LogIn User Name and password
Anonymous (not verified)
Wed, 03/25/2009 - 16:20
Permalink
user Name and password
For changing Login User Name and password, you will have to modify data.mdb, which is encrypted.
[email protected]
admin
Tue, 03/03/2009 - 08:46
Permalink
re: user Name and password
Come back sooner this week and I'll provide a place to change the username/password for this program.
Anonymous (not verified)
Wed, 02/11/2009 - 16:39
Permalink
Thanks
Fine..,
Anonymous (not verified)
Tue, 02/03/2009 - 18:49
Permalink
school
very nice
Anonymous (not verified)
Thu, 01/29/2009 - 21:25
Permalink
thx
thx for the codes, you save me lol
Add new comment