VS 2008 Put A Password Protection On A Program?
Apr 10, 2010how can i put a password protection on my program
View 15 Replieshow can i put a password protection on my program
View 15 RepliesI am making an program that stores most of my text files in it. So I need a secure password protection to protect my information's. I was told that MD5 will get the job done, so I used an MD5 protection to see if it'll be good. I gave the test program to a guy I know and he manage to get my password within a minute. (I am still a bit new to VB so which encryption to use...)
View 21 RepliesI'm making a login screen but i couldnt find a way to make textboxes invicebel but useable so i used labels but now the password label doesnt show password protection is there anyway i can give the label ******* pasword protection?
View 18 Repliesset password for a folder using vb.net source code
View 3 RepliesAre there any programs that I can use to add "Serial Protection" to my program?
View 2 Repliesi'm trying to create a program that enables a user log into the program using a username and password, first he/she must first create an account with some vital information incase the password is forgotten so it can be retrieved
View 2 RepliesI have already a projet and now I wanted to protect this exe as after 60 of days of installation it should ask password to unprtect the exe.
View 1 RepliesI am trying to figure out a way to implement password protection on documents that a program I am working on creates. They should remain with the document regardless of where it is copied to or sent.Here is a rough sequence of events:
1. Application Opens (no document loaded).
2. User opens document with extension registered to application.(could also be # 1 if they clicked on the document directly)
3. Application Security checks document for security and prompts if necessary.
4. If prompted, user enters password.
5. Application checks password.
6. If passed, document opens, otherwise user is notified of failure.
I'm presently creating an application which uses Access2007 as the database. No problem there. But Since most use Excel for data-entry, i've created two tables in access linked to excel source file. Any change in excel will reflect in Access database and subsequently in my Application . Until now my application only reads the database and displays records in DataGridView. These records, i then export to excel along with other formatting for direct printing as a report as I have no idea how to make report. Now i want to add data-entry capability to my app using password-protection user-access. So i can directly add new record to source file. Also need to know if There's any way of eliminating Access from the picture entirely....
View 1 RepliesI'm currently working on a CRM project in vb.net. I want the program to start with a prompt that asks for a password and if the user enters the correct password then the main form loads.Im having some problems wrapping my mind around this...
View 10 RepliesI've made a program. The program does what it's supposed to do, for a while. The program is meant to recover my password if I loose it, but when I test it, it fails. It works fine until it comes to the number of my password. Then this error shows: object reference not set to an instance of an object. And this section of code is highlighted:
HTML
WebBrowser1.Document.GetElementById("ctl03$Login$username$input").SetAttribute("value", TextBox1.Text)
Here is complete Code:
HTML
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dialog1.ShowDialog()
[Code] .....
make a password changing program?
View 3 RepliesI have the Application program but I need an authentication program and password login program in VB 2008 , before starting my program.[URL]
View 2 RepliesHow to make when the program loads to give 1 textbox to enter password: if they enter wrong password to give them message that the password is not right and to try again..if the password is right to open the corect form.can someone help me with that i have made 1 keygen program and i have insert there the keygens and to make the program to has more than 1 password inside to check
View 1 RepliesI'm trying to compare something the user sends to a listview(first column) to see if it can find a match using [code] and if it equals true the program requests a password if its false it returns the noturous "failed to login"
View 2 RepliesI am making a program that NEEDS to be password protected, so i made a textbox with a code so that when the user enters the right password it lets you in. But if the user/person enters a wrong password 2X it will kick you out. So is there a way to keep the
View 3 RepliesCould someone please help me to decrypt password from database.[code]....
View 2 RepliesI want to Design a password recovery program, but I don't know how to go about it and do the code?
View 4 Repliesi want to know how to let the user select a password for a program that i made and would like to know where the password is storedNever Fear Spartucus49 is here
View 16 RepliesI am trying to make a program that recovers lost passwords from ZIP files. I know what to do but what i don't know is how to make sure that the file is a ZIP file, and using that file a looking for the password.
View 2 RepliesI use VB 2008 express edition and i have this problem.I want to make a program that password locks any folder you want.(Using Icacls from command promt).My problem is that when i run the program
Code:
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
If My.Computer.FileSystem.DirectoryExists(TextBox1.Text) Then
[Code].....
All this is done becouse i can't save the listbox contents in My.Mysettins.If anyone would be able to show me how to do it i would be helpfull.But please don't give me 50 lines of ununderstandable content.I want something that i will be able to understand becouse there no reason if i use it without knowing what it does.
Open a pdf file with user password in vb 2008
View 6 Repliesi made a program that sends their user and password on my email and post in a site a link.But some email me using my gmail that i used in my program. How can i hide my codes on my VB program. im using VB 2010. [code]
View 1 Repliesi need string matching windows app. program.
View 1 Repliesstoring usernames and password after the program closes. I do not want them to be stored in a .txt file, as this is insecure. How do I store it?
View 2 RepliesIm trying to make a program that makes a user type in a password, then open a folder where the user can put files. but once they close out of the file browser. the program needs to save the files and remove the directory. for example think of a file cabinet being the program, and the drawer being the temp folder. when the user closes the drawer, it goes back into the cabinet, or in this case the program.
View 7 RepliesOpen a Access database (protected with a password) in my application in Visual Basic 2008. I use Oledb connection to link my Application to the database. When my Access database is not protected with password my connection goes well, but I don't know how to set my password of my database in my application. I have "googled", but I can't find something that works for me. [code]----
View 3 RepliesI need to query a web service that basic authentication, putting the username and password in the request header. My client is written in VB.NET Visual Basic Express Edition 2010. I've added the web service to the Service References. It has auto-generated the appropriate classes for me. [code]...
View 1 RepliesI am trying to develop a program that will allow a user to automatically log into a website with a username and password and click login, which works fine, However after clicking login i am trying to have the pragram click another button to submit a file. This is where the program bombs. This secondclick will work in a separate event but not in the same event as the login.
View 9 RepliesHow can I have my program use an online SQL database to check a username and password to login someone to a different part of the program?
View 3 Replies