Tips of How to Hide Data in Notepad טיפים כיצד כדי להסתיר נתונים ב-Notepad

When you create a new file and type some data, one unnamed default stream is created to store all data written to the file. כשאתה יוצר קובץ חדש וסוג נתונים מסוימים, אחד ללא שם ברירת המחדל של זרם נוצר כדי לאחסן את כל הנתונים נכתבים על הקובץ. Since NTFS file system in Windows 2000 or above has supported Alternate Data Streams, so you are allowed to create additional streams for text file. מאז מערכת קבצי NTFS ב-Windows 2000 ומעלה תמך חלופית זרמי נתונים, אז אתה רשאי ליצור זרמים נוספים עבור קובץ טקסט. All data stored in the addition streams will be hidden and none of us will be able to read the data when opening the file. כל הנתונים מאוחסנים הוספת הזרמים יהיה מוסתר ואף אחד מאיתנו יהיה מסוגל לקרוא את הנתונים בעת פתיחת הקובץ. This may be useful when you would like to hide some sensitive info from being read by others when sharing the file to public. פעולה זו עשויה להיות שימושית כאשר אתה רוצה להסתיר מידע רגיש חלק מלהיות לקריאה על ידי אחרים, כאשר שיתוף הקבצים אל הציבור.

To create hidden data in the text file, follow below steps: כדי ליצור Hidden Data על קובץ טקסט, בצע הפעולות שלהלן:

1) Open command prompt, you may change to any directory as you like to create the text file. 1) פתח את שורת הפקודה, תוכל לשנות את כל הספריות שאתה רוצה כדי ליצור את קובץ הטקסט.
2) Type notepad MyFile.txt:StoreHiddenData then press enter. 2) הקלד notepad MyFile.txt: StoreHiddenData מכן הקש ENTER. MyFile.txt is the text file you are going to create whereas StoreHiddenData is the alternate stream name. MyFile.txt הוא קובץ טקסט שאתה הולך ליצור StoreHiddenData בעוד הוא זרם שם חלופי.
3) A message will be pop up “Cannot find the C:\MyFile.txt:StoreHiddenData.txt file”. 3) ההודעה יהיה pop up "לא ניתן למצוא את C: \ MyFile.txt: StoreHiddenData.txt הקובץ". Do you want to create a new file?”, click OK button to proceed create the new file. האם אתה רוצה ליצור קובץ חדש? ", לחץ על לחצן אישור כדי להמשיך ליצור את הקובץ החדש.
4) A notepad will be pop up. 4) א Notepad יהיה pop up. Type any data that you want to be hidden from others. סוג כל נתון שאתה רוצה להיות סמויים מן אחרים. Save the file and you are now successfully creating hidden data for this file. שמור את הקובץ שאתה עכשיו בהצלחה יצירת Hidden Data עבור קובץ זה.

The hidden data you have created will not contribute to the total file size. מוסתרים נתונים שיצרת לא לתרום את סך גודל הקובץ. Just open Explorer and look for this file, you will observe that the file size is still zero. פשוט לפתוח אקספלורר ולחפש קובץ זה, תוכלו להבחין כי גודל הקובץ הוא עדיין אפס. Now you can go ahead to type some data and saved it as usual. עכשיו אתה יכול להמשיך להקליד כמה נתונים ותשמור אותו כרגיל. Good thing is, it will not affect the hidden data that you have saved earlier. טוב העניין הוא, שזה לא ישפיע על מוסתר כי יש לך נתונים שנשמר קודם לכן. On top of that, you can display or delete all the hidden data you have saved previously. נוסף על כך, ניתן להציג או למחוק את כל הנתונים מוסתרים שמרת בעבר. However, you must download and install עם זאת, אתה חייב להוריד ולהתקין Streams זרמי application before you can do so. הבקשה לפני שתוכל לעשות זאת. To delete hidden data, go to command prompt and type more < MyFile.txt:StoreHiddenData.txt. כדי למחוק את הנתונים המוסתרים, עבור הפקודה והקלד יותר <MyFile.txt: StoreHiddenData.txt. If you want to delete all hidden data , the syntax is streams.exe –d MyFile.txt. אם אתה רוצה למחוק את כל הנתונים מוסתר, את התחביר הוא streams.exe-D MyFile.txt.

IMPORTANT : The page is machine translated and provided "as is" without warranty. חשוב: הדף הוא מכונה בתרגום ובתנאי "כמות שהוא", ללא אחריות. Machine translation may be difficult to understand. תרגום מכונה יכול להיות קשה להבין. Please refer to אנא פנה ל original English article המאמר המקורי באנגלית whenever possible. ככל שניתן.


4 Responses to “Tips of How to Hide Data in Notepad” 4 תגובות ל "טיפים כיצד כדי להסתיר נתונים ב 'פנקס רשימות"

  1. Eng_Asfour Eng_Asfour
    October 27th, 2008 19:16 27 באוקטובר, 2008 19:16
    4 4

    This is a good trick זה טריק טוב
    but while testing it i found that i could create multiple hidden files in the same file. אבל למרות זאת בדיקה מצאתי כי אני יכול ליצור מספר קבצים מוסתרים, באותו הקובץ.

    as example: בתור דוגמא:
    notepad MyFile.txt:hiddenfile1 פנקס רשימות MyFile.txt: hiddenfile1
    notepad MyFile.txt:hiddenfile2 פנקס רשימות MyFile.txt: hiddenfile2
    notepad MyFile.txt:hiddenfile3 פנקס רשימות MyFile.txt: hiddenfile3

    and you can save different data in every file. ואתה יכול לשמור נתונים שונים על כל קובץ.

    that's all זה הכל

  2. TechZ TechZ
    October 27th, 2008 13:10 27 באוקטובר, 2008 13:10
    3 3

    Here is the original tip with full details : הנה טיפ מקורי עם פרטים נוספים:

    http://megaleecher.net/Notepad_Trick_To_Create_Hidden_Text_Files http://megaleecher.net/Notepad_Trick_To_Create_Hidden_Text_Files

  3. Nobuts Nobuts
    October 27th, 2008 09:32 27 באוקטובר, 2008 09:32
    2 2

    Just retype the same strings, bro! פשוט הקלד שוב את אותה מחרוזות, אחי!

  4. Imran Imran
    October 25th, 2008 22:10 אוקטובר 25, 2008 22:10
    1 1

    Nice concept.. רעיון נחמד .. But how to view the written אבל איך להציג את הכתובה
    texts ? הטקסטים?

Leave a Reply השאירו תגובה

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> אתה יכול להשתמש בקבצי תגיות: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <דל datetime = ""> <em> <i> <q cite=""> <strike> <strong>

Subscribe to comments feature has been disabled. הצטרף כמנוי ל הערות תכונה הושבת. To receive notification of latest comments posted, subscribe to כדי לקבל הודעה על תגובות העדכנית פורסם, כדי להירשם My Digital Life Comments RSS feed החיים שלי דיגיטלי תגובות RSS Feed or או register to receive הרשמה לקבלת new comments in daily email digest. תגובות חדש ב דוא"ל תקציר יומי.
Custom Search

New Articles מאמרים חדשים

Incoming Search Terms for the Article חיפוש נכנס על תנאי סעיף

notepad tips פנקס רשימות עצות - -- notepad commands tips פנקס רשימות הפקודות עצות - -- simple website login password that read from a notepad פשוט כי האתר סיסמת ההתחברות לקרוא מתוך פנקס הרשימות - -- notepad pop up tricks פנקס רשימות pop up טריקים - -- folder hider script notepad התיקייה hider סקריפט Notepad - -- how to hide code in notepad כיצד להסתיר הקוד בפנקס הרשימות - -- creating alternate data streams notepad יצירת חלופיות זרמי נתונים Notepad - -- tips and tricks with notepad טיפים וטריקים עם פנקס הרשימות - -- notepad++ hide Notepad + + Hide - -- HOW TO HIDE A .EXE UNDER A .TXT כיצד להסתיר. Exe תחת. TXT - -- how to hide a .exe in notepad כיצד להסתיר. exe בפנקס הרשימות - -- how to hide files with notepad כיצד להסתיר קבצים עם פנקס הרשימות - --