Show DevBest [BAT] Password securer [BAT]

SlopeQ

New Member
Mar 20, 2014
22
2
Hi, so I found a very old code of a really bad password securer. Well, it works as it should but aint secure if your friend steal your computer for a second. Maybe I will code a register system if you found this useful. It pretty much keep all your password that you register so you don't forgot them. Feel free to edit the code, but please keep my copyrights, when I was young I spend so much time doing this little "machine" :p

Reason why this is in batch? Everyone in my class was like, omg batch suck so much so I wanted to show them that it's not that bad. You can do some cool stuffs with it. Not the most advanced but, anyway. They got shocked :p

Code snippet:
Code:
Echo PASSWORD
Echo:
set /p input1=Username:
set /p input=Password:
Echo Username: %input1% Password: %input% Was registered at: %date% >>setup.exe
Echo The registration was finished at: %time%
goto password
Echo:

Download:
Version 1.0
Version 2.0


Dont belive? Don't download :)
 
Last edited:

Syrup

Freelance Developer
Oct 4, 2014
37
5
Thank you ;) I will upload a new version with register today. Glad you like it even if it's not the best language and not that advanced. :)
All good :) I started out with Batch, if you ever wanna joint code just pm me :D
 

Users who are viewing this thread

Top