• 您可能知道这个, 也可能不知道, 但事实是 Windows 保存了您在 Windows 上使用的先前密码的散列 。 这几乎发生在每次你决定更改登录密码时.

    但是,你在哪里,尤其是如何找到这种信息? 你可能会问。 软件的应用是专门用来完成这项任务的

    请继续 软件所做的是解密CREDHIST文件,它存储了之前密码的散列. 有了一点帮助,CREDHIST文件可以帮助您看到之前用于登录到Windows的密码的散列.

    解密 CREDHIST 文件的结果是披露了最新登录密码的所有散列代码. 软件将所有散列显示为有条不紊的表格,包含关于加密算法,记录索引和用户SID的信息.

    与这个开发者所创建的所有其他应用程序一样,Software允许您将数据导出为HTML报告. 您可以导出整个表格, 也可以只导出您选择的某些列 。

    为方便您的工作,Software会带一些选项来标记行并选择要打印的列.

    如果你是正常的计算机用户,那么软件应用程序可能对你没有帮助. 然而,如果你需要看到软件的内容,并用代码,密码和散列来玩耍,这就是前进的方向.

    .

  • आप इस बारे में जागरूक हो सकते हैं या आप नहीं हो सकते, लेकिन तथ्य यह है कि विंडोज विंडोज पर आपके द्वारा उपयोग किए जाने वाले पिछले पासवर्ड के हैश को बचाता है। यह व्यावहारिक रूप से तब होता है जब आप लॉगिन पासवर्ड बदलने का फैसला करते हैं।

    लेकिन विशेष रूप से आप ऐसी जानकारी कैसे पा सकते हैं? आप पूछ सकते हैं। ठीक है, सॉफ्टवेयर अनुप्रयोग विशेष रूप से उस कार्य के लिए कट जाता है।

    कृपया ध्यान रखें क्या सॉफ्टवेयर CREDHIST फ़ाइल को धोखा देता है, जो पिछले पासवर्ड के हैश स्टोर करता है। थोड़ी मदद के साथ, CREDHIST फ़ाइल आपको विंडोज पर लॉगिन करने के लिए उपयोग किए जाने वाले पिछले पासवर्ड के हैश देखने में मदद कर सकती है।

    CREDHIST फ़ाइल को डिक्रिप्ट करने से नवीनतम लॉगिन पासवर्ड के सभी हैश कोड का खुलासा होता है। सॉफ्टवेयर एन्क्रिप्शन एल्गोरिथ्म, रिकॉर्ड सूचकांक और उपयोगकर्ता SID के बारे में जानकारी के साथ, सभी हैश को एक व्यवस्थित तालिका में दिखाता है।

    इस डेवलपर द्वारा बनाए गए सभी अन्य अनुप्रयोगों की तरह, सॉफ्टवेयर आपको HTML रिपोर्ट में डेटा निर्यात करने की अनुमति देता है। आप या तो पूरी तालिका निर्यात कर सकते हैं, या सिर्फ कुछ कॉलम जो आप चुनते हैं।

    अपने काम को कम करने के लिए, सॉफ्टवेयर पंक्तियों को चिह्नित करने और प्रिंट करने के लिए कॉलम चुनने के विकल्प के साथ आता है।

    यदि आप एक नियमित कंप्यूटर उपयोगकर्ता हैं, तो सॉफ्टवेयर एप्लिकेशन आपके लिए सेवा का नहीं हो सकता है। हालांकि, यदि आपको सॉफ़्टवेयर की सामग्री को देखने की आवश्यकता है और कोड, पासवर्ड और हैश के साथ खेलते हैं, तो यह जाने का तरीका है।

    .

  • You might be aware of this or you might not, but the fact is that Windows does save the hashes of the previous password you use on Windows. This practically happens every time you decide to change the login password.

    But where and especially how can you find such information? you might ask. Well, the CredHistView application is specifically cut out for that task.

    Please keep What CredHistView does is decryt the CREDHIST file, which stores the hashes of the previous passwords. With a bit of help, the CREDHIST file can help you see the hashes of previous passwords that were used to login to Windows.

    Decrypting the CREDHIST file results in revealing all the hash codes of the latest login passwords. CredHistView shows all the hashes into an organized table, with information about the encryption algorithm, the record index and the user SID.

    Like all the other applications created by this developer, CredHistView allows you to export the data into a HTML report. You can either export the entire table, or just certain columns that you choose.

    To ease your work, CredHistView comes with options to mark rows and choose the columns to print.

    If you are a regular computer user, then the CredHistView application might not be of service to you. However, if you need to see the contents of the CredHistView and play around with codes, password and hashes, this is the way to go.