Madza91 Posted August 5, 2008 Posted August 5, 2008 (edited) Hello everybody!I maded this password manager long time ago and don't have time to finish it...Script is uploaded, if someone wants to finish it... Added entries are Encrypted with password for your Username, that means you may be hacked only if hacker knows your password SnM have simple search for text in entry name...Go to website on click on icon, copy username or password... see informations in traytip about selected entry Enjoy ;DHere is Screen Shots:EXE Download (in zip):SnM.zipEXE Download for Vista users (with #RequireAdmin):SnM_Vista.zipAU3 Download:SnM.au3 Edited August 6, 2008 by n3nE [quote name='dbzfanatic' post='609696' date='Nov 26 2008, 08:46 AM']This is a help forum not a "write this for me" forum.[/quote](Sorry for bad English) :)
TehWhale Posted August 5, 2008 Posted August 5, 2008 For us Vista users, especially me which I don't have a admin account. I cannot read/write to the registry so this program doesn't work. Please inlcude: #RequireAdmin at the top of your script.
Szhlopp Posted August 5, 2008 Posted August 5, 2008 (edited) Very cool Idea! I'm taking this idea and reverse-engineering it! I'll be posting up the completed version asap=) Thanks for posting it! Error checking in the login/password fields... Active search: Encrypted file with all the data in it uses username password and the compiler only password ($EncryptionPassword) The save location/name is also a variable! Change the location and name of the file before compiling the script! Global $EncryptionPassword = "{11B264C8-240D-4A0D-8A8A-660CFFEAE83B}" ; Change this BEFORE compiling this script! Global $INIFileLocation = @ScriptDir & '\PassMan.ini' ; Where to place the file. ; I've used this INIlocation string in my whole script. Don't worry about renaming the file or directory. Change it to anything you want! ; IE: @tempdir & '\PM.pmf' =D I've only started on this Any advice would be greatly appreciated! Edited August 5, 2008 by Szhlopp RegEx/RegExRep Tester!Nerd Olympics - Community App!Login UDFMemory UDF - "Game.exe+753EC" - CE pointer to AU3Password Manager W/ SourceDataFiler - Include files in your au3!--- Was I helpful? Click the little green '+'
Madza91 Posted August 5, 2008 Author Posted August 5, 2008 If you need help... pm me or add in msn... [quote name='dbzfanatic' post='609696' date='Nov 26 2008, 08:46 AM']This is a help forum not a "write this for me" forum.[/quote](Sorry for bad English) :)
TehWhale Posted August 5, 2008 Posted August 5, 2008 If you need help... pm me or add in msn... So obvisously you took my post into no consideration?
Madza91 Posted August 6, 2008 Author Posted August 6, 2008 ... i added script in first post for Vista users Btw, script is uploaded, you can add it by yourself [quote name='dbzfanatic' post='609696' date='Nov 26 2008, 08:46 AM']This is a help forum not a "write this for me" forum.[/quote](Sorry for bad English) :)
etfaker Posted February 1, 2009 Posted February 1, 2009 so does this programm already encrypt the passwords? And can i change this encryption somehow ? And btw where will my passwords be saved? and all the settings? thx
Madza91 Posted March 10, 2009 Author Posted March 10, 2009 In that version isn't possible to edit that in options, but I'm working at new version with many more options, and it will be very easy-to-use... [quote name='dbzfanatic' post='609696' date='Nov 26 2008, 08:46 AM']This is a help forum not a "write this for me" forum.[/quote](Sorry for bad English) :)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now