كيف أن يفحص ودقّقت [ش1] و [مد5] مع مبرد [شكسوم] نزاهة مدققة ([كب841290] [فسف])

المبرد [شكسوم] نزاهة مدققة ([فسف]) منفعة حرّة [كمّند-برومبت] من مكروسوفت أنّ يحسب ويدقّق شفريّة مزيج قيم المبارد مع دعم ل [مد5] أو [ش-1] شفريّة مزيج قيم. ال [مد5] و [ش-1] [شكسوم] قيم يولد ب [فسف] يستطيع كنت عرضت على الشاشة أن يقارن ضدّ يعرف قيمة جيّدة أو أنقذت في [إكسمل] مبرد قاعدة معطيات لمتأخّرة إستعمال وتدقيق.

سمات من مبرد [شكسوم] نزاهة مدققة ([فسف]):

  • دعامات [مد5] أو [ش1] مزيج خوارزميات (تقصير [مد5]).
  • يستطيع أنتجت مزيج قيم إلى الوحدة طرفيّة للتحكّم أو خزّنت المزيج قيمة و [فيل-نم] في [إكسمل] مبرد.
  • يلد علبة [ركرسفلي] مزيج قيم لكلّ مبارد في دليل وفي كلّ [سوبديركتوري] (مثلا, [فسف.إكس] c:\\ - [ر]).
  • يزوّد استثناء قائمة ميلان إلى جانب أن يعيّن مبارد أو أدلة أن يفرم.
  • يستطيع خزّنت مزيج قيم في قاعدة معطيات لمبرد مع أو دون ال يشبع ممر من المبرد.
  • [فسف] يستطيع قارنت مزيج قيم أن يتأكّد أنّ غيّرت المبارد يتلقّى لم يكن.
  • يستطيع ركضت تدقيق من ال [فيل سستم] مبارد ضدّ ال [إكسمل] قاعدة معطيات أن يحدث الذي مبارد يتلقّى يكون عددت.
  • [فسف] يركض منفعة على [ميكروسفت ويندووس] 2000, [ويندووس] [إكسب], [ويندووس] [فيستا], [ويندووس] 7, [ويندووس] نادلة 2003, [ويندووس] نادلة 2008 و [ويندووس] نادلة 2008 [ر2].

لمستعملة الذي همّ إلى إستعمالات مبرد [شكسوم] نزاهة مدققة يستطيع جلبت ال [فسف] تركيب مركبة ([كب841290]) من مكروسوفت [دوونلوأد] مركز مع مباشرة [دوونلوأد] خطوة: [ويندووس-كب841290-إكس86-نو.إكس]

أنّ الذي يفضّل [غي] [أوسر ينترفس], هناك عدّة أخرى مبرد مزيج [شكسوم] حاسبات أو أدوات يتوفّر.

بعد يجلب ويركّب [فسف], سيحتاج مستعملة أن يضيف ممر مرجع إلى الدليل عندما [فسف] ركّبت [س ثت] [فسف] يستطيع كنت دعات من [أنوهر لس]. استعملت ال "يثبت ممر" أمر أن يضيف ملف جديدة إلى الممر بيئة متغير. مثلا, إن [فسف] يكون ركّبت في C:\\FCIV ملف, نوع مجموعة [بثبث]; c:\\fciv أن يضيف هو إلى النظامة ممر في أمر قشرة قذيفة. ركّبت بالتّعاقب, فقط [فسف] إلى [سستمدريف] \ [ويندووس] \ [سستم32] ملف. الممر بيئة متغير يستطيع أيضا كنت ثبتت في [كنترول بنل]. ذهبت إلى نظامة خاصية, وبعد ذلك متقدّمة [تب.]. طقطقت فوق [إنفيرونمنت فريبل] button, and the path system variable can be edited to include the path to folder where File Checksum Integrity Verifier is installed. If user doesn’t specify the path to FCIV in environment variable, then the full path to fciv.exe has to be typed each time the command is run.

To use FCIV to calculate and generate MD5 or SHA-1 hash is easy. To display the MD5 hash of a file, type the following command at a command prompt:

fciv.exe path.to/filename

To display the SHA-1 hash of a file, use the folling command:

fciv.exe -sha1 path.to/filename

Generally, fciv.exe has the following syntax:

fciv.exe [Commands] <Options>

Commands supported by FCIV

  • -add file | dir: Compute the hash and send it to an output device (default screen). The dir parameter has the following options:
    • -r: Recursive.
    • -type: Specify file type. For example, -type *.exe.
    • -exc file: Do not compute these directories.
    • -wp: Do not store the full path name. (By default, FCIV stores the full path name.)
    • -bp: Remove the base path from the path name of each entry.
  • -list: List entries in the database.
  • -v: Verify hashes. The -v option has the following option:
    • -bp: Remove the base path from the path name of each entry.
  • -?, -h, or -help: Open extended help.

Options supported by FCIV

  • -md5, -sha1, or -both: Specify hash type. (By default, MCIV uses -md5.)
  • -xml db: Specify database format and name.

As FCIV supports storing of hashes of various files in database in XML format, thus it can be used to verify the integrity of files over time. Here’s a few commands that can be used to verify the hash values for the files in the Windows directory and in all sub-directories. To verify personal sensitivve files, just change the path to the folder accordingly.

Create the database and to save it to the C:\Temp directory with the following command:

fciv.exe -add %systemroot% -r -XML c:\temp\windows-hashes.XML

List the contents of the database to the console with the following command:

fciv.exe -list -XML c:\temp\windows-hashes.XML

Verify the contents of the XML database against the current file system files with the following command:

fciv -v -XML c:\temp\windows-hashes.XML

When verifying and comparing the checksum of files against the hash values stored in database, FCIV will send a return error code to indicate whether a hash is verified. A zero (0) indicates success, and a 1 indicates failure. For more information and example usage of File Checksum Integrity Verifier, visit KB841290.

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.


2 Responses to “How to Check and Verify SHA1 and MD5 with File Checksum Integrity Verifier (KB841290 FCIV)”

  1. Ulli
    September 10th, 2009 20:08
    2

    CRC Verification Utility, Version 3.05

    CRC can operate
    on ordinary files (filename), or
    on floppy and CD-ROM media in sector-mode (x:).

    Usage: CRC { filename | x: } [options]

    example:
    1. crc305.exe w7ultimate.iso
    2. crc305.exe x: (newly burned dvd in drive x:)

  2. Hash Calculator to Get, Compute and Calculate MD5 and SHA1 File Checksum or Hash Value » My Digital Life
    July 31st, 2009 00:34
    1

    [...] commands, options and instruction to use plus syntax of FCIV (KB841290) is [...]

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>

Subscribe to comments feature has been disabled. To receive notification of latest comments posted, subscribe to My Digital Life Comments RSS feed or register to receive new comments in daily email digest.
Custom Search

New Articles

Incoming Search Terms for the Article

sha1 check - sha1 checker - SHA1 hash checker - check sha1 - how to check sha1 - how to check md5 - check md5 - sha1 verify - sha1 checksum - sha1 verifier - verify sha1 - fciv - how to check checksum - sha-1 check - fciv.exe - fciv gui - fciv vista - how to check md5 checksum - check sha - md5 check - how to check SHA - how to check SHA-1 - sha-1 checker - crc305.exe - md5 sha1 checker - File Checksum Integrity Verifier - all - check sha-1 - how to verify sha1 - md5 verify - how to check sha1 checksum - check sha1 hash - fciv examples - FCIV windows 7 - verify md5 - how to use fciv - sha1 file checker - sha1 - verify sha1 hash - vérifier sha1 - how to check sha1 hash - determine sha1 - using fciv - sha1 file check - md5 - sha1 hash check - sha1 md5 checker - sha1 checksum checker - checksum - verify sha1 windows -