Showing posts with label password. Show all posts
Showing posts with label password. Show all posts

Wednesday, August 1, 2012

Know the password stored in your browser

How safe are the username and password you have stored in your browser?



With WebBrowserPassView, you can get a username and password are stored in Internet Explorer, Chrome, Firefox, and Opera. You can export all the information in text or HTML.

If misused, anyone can use this software to break into your account if you leave the computer vulnerable without a password. So remember, always make sure your computer is awake, or use other software such as 1Password to fill in passwords, KeePass, or LastPass.

Sunday, July 29, 2012

Buat Folder Password Sendiri

Assalamualaikum..


COPPY:-

cls
@ECHO OFF
title Folder Personal
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Personal goto MDLOCKER
:CONFIRM
echo Are you sure u want to lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Personal "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set /p "pass=>"
if NOT %pass%==youtube goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Personal
echo Folder unlocked successfully
goto End
:FAIL
echo Invalid password
goto UNLOCK2
:FAIL2
echo Invalid password
goto end
:MDLOCKER
md Personal
echo Folder created successfully
goto End
:UNLOCK2
echo Last chance to enter correct password to unlock folder
set /p "pass=>"
if not %pass%==youtube goto FAIL2
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"



1.Mule2 Copy yg di atas dan paste kat Notepad
2.Pada perkataan youtube(warne merah tu) Bleh tukar pada yg lain sbab perkataan2 yg akn menjadi password.
3.dh beres save as/ tukar fail kpd password.bat.
4.Lepas siap save, pegi kat Password.bat dan klik, kmudian akn ade sebuah folder brname Personal.
5.simpan sgale mcm fail kat folder personal tu, dan untuk lock balik Folder personal tu klik kat Password.bat dan akan kuar arahan want to lock your folder? Y/N ?
6.Y- yes N- no.


selamat mencuba.