Bỏ qua, tới nội dung chính

Hashes

Do zefr0x phát hành

Identify hashing algorithms

Mã nguồn mởGPL-3.0-only

Một số phần của trang này đang hiển thị bằng ngôn ngữ gốc, vì bản dịch chưa hoàn tất.

Điểm nổi bật

  • Reports the hashing algorithms that match a supplied hash string.
  • Returns several candidates when different algorithms share the same output form.
  • Scope is limited to identifying algorithms rather than generating or recovering hashes.
  • Available for Linux and licensed GPL-3.0-only.

Giới thiệu ứng dụng

Hashes takes a hash string and reports which hashing algorithms could have produced it. Given a value copied from a checksum file, a log, or a database dump, it compares the input against the forms known for various algorithms and lists the ones that match, so the user can decide which tool to reach for next. Its stated scope is identification of algorithms, not the computation or recovery of hash values.

The program is a Linux application published by zefr0x under the GPL-3.0-only license. Because identification rests on the shape of the string rather than on any knowledge of the original input, distinct algorithms with the same output length frequently produce the same signature. The result should therefore be read as a set of candidates ordered by plausibility rather than as a single definitive answer.

The usual context is forensics, incident response, or puzzle and competition work, where an unlabelled digest has to be classified before further processing can be planned.

Linux

Chúng tôi không lưu trữ tệp này, không quét tệp và không mở tệp ra xem. Hãy đọc những gì nguồn công bố rồi tự quyết định.