Jump to content

Flash Bellekteki Veriyi Gizleme


hafeK
 Share

Recommended Posts

cls
@ECHO OFF
title Folder Kilitli
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Kilitli goto MDKilitli
:CONFIRM
echo Klasor kilitlensin mi?(e/h)
set/p "cho=>"
if %cho%==e goto LOCK
if %cho%==E goto LOCK
if %cho%==h goto END
if %cho%==H goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Kilitli "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Sifreyi giriniz:
set/p "pass=>"
if NOT %pass%== 00000000 goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Kilitli
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDKilitli
md Kilitli
echo Locker created successfully
goto End
:End

Arkadaşlar bu kodu metin belgesine kopyalıyoruz daha sonra kodun içindeki kırmızı renkle ''buraya şifre yazılacak'' olan yere istediğimiz kodu yazıyoruz

daha sonra ise metin belgesini farklı kaydet dioruz şifre koyacağımız dosyanın içine girip oraya kaydedicez ama kaydetmeden önce metin belgesinin ismini örnek: ''wimaxforum.bat'' olarak kaydediceğiz

sonra ise kaydetdiğimiz bat dosyasına tıklıyoruz ,tıkladığımız zaman kendiliğinden ''kilitli'' adında klasör oluşur
bu klasöre saklayacağımız dosyaları koyacağız
dosyalarımızı koyduktan sonra tekrar bat dosyasına tıklayacağız ve klavyeden
'' e '' tuşuna basıp enter'liyotuz

daha sonra kilitli klasörü gizlenecek yani görünmeyecek bu kilitli dosyası gizli dosyaları göster bölümündende görünmemektedir

bu kilitli dosyasını geri getirmek için ise kaydetdiğimiz bat dosyasına tıklıyoruz
şifremizi yazıyoruz enter'liyoruz ve klasörümüz geri geliyor

ewt bu kadar kolay arkadaşlar
yapamayanlar bildirsinler

Link to comment
Share on other sites

[font="Tahoma"][color="#000080"]Başınada eklediğim satırı ilave edin mavi renk,boyutu ile biraz daha görsel olsun[/color][/font] [img]http://www.tnctr.com/public/style_emoticons/default/smile.gif[/img]
[font="Tahoma"][color="#000080"]1234 yazan yerede istediğiniz şifreyi koyabilirsiniz arkadaşlar.[/color][/font]
[font="Tahoma"] [/font]
[font="Tahoma"][color="#ff0000"][u][b]Örnek:[/b][/u][/color]
[/font][spoiler]@echo off & color 1f & MODE CON: COLS=40 LINES=20
cls
@ECHO OFF
title Folder Kilitli
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Kilitli goto MDKilitli
:CONFIRM
echo Klasor kilitlensin mi?(e/h)
set/p "cho=>"
if %cho%==e goto LOCK
if %cho%==E goto LOCK
if %cho%==h goto END
if %cho%==H goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Kilitli "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Sifreyi giriniz:
set/p "pass=>"
if NOT %pass%== 1234 goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Kilitli
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDKilitli
md Kilitli
echo Locker created successfully
goto End
:End[/spoiler]

Link to comment
Share on other sites

[quote name='hafeK' date='30 April 2012 - 14:32 ' timestamp='1335789147' post='1194481']
Bu programlar veriyi geri getirmek için kullanılan progrmlar değil mi ? eğer veriyi gizlemek içinsede nasıl olduğunu anlatırmısın ? :unsure:
[/quote]

[b]Mesajlara bakınca sorunun tam anlaşılmıyor ki :) 1.de gizlemek demişsin 2.de veri kurtarmak...[/b]

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...