[BATCH]Steganography Embed Text Into Image

What Is Steganography ?

Link : Klik Sini[1]

Hide Text In Image Source-Code :

  1. @echo off

  2. title Embed Text To Image

  3. echo You Must Have .png and .txt in same directory

  4. echo Put at Desktop

  5. echo This Called Stegay,not Stega

  6. echo Click any key

  7. pause

  8. echo Put The Image Name File(dud.png)

  9. set /p image=Image:

  10. pause

  11. echo Put The Text Name File(text.txt)

  12. set /p text=Text:

  13. pause

  14. echo Put The Image That Will Compile With Text

  15. set /p output=Image:

  16. pause

  17. cls

  18. @copy /b %image% + %text% %output%

Full Code : 

Klik Sini[2]

[3][4][5][6][7]

References

  1. ^ Klik Sini (en.wikipedia.org)
  2. ^ Klik Sini (pastebin.com)
  3. ^ (www.blogger.com)
  4. ^ (www.blogger.com)
  5. ^ (www.blogger.com)
  6. ^ (www.blogger.com)
  7. ^ (www.blogger.com)

Sumber : http://0b0xed.tor.my/




0 Response to "[BATCH]Steganography Embed Text Into Image"

Post a Comment