Skip to content

issues Search Results · repo:rustysec/fuzzyhash-rs language:Rust

Filter by

9 results
 (68 ms)

9 results

inrustysec/fuzzyhash-rs (press backspace or delete to remove)

most hasher crates (eg. sha2) make their hashers also implement Write when the std feature is enabled, so you can just io::copy from a file to the hasher. the impl would be very simple, just forwarding ...
  • lolbinarycat
  • Opened 
    on Jun 5
  • #13

Hi, Is it possible to make the error module public? In my program, I want to match Error::IncompatibleBlockSizes and skip it to ignore this match Something like this: for hash in hash_file.lines() { ...
  • bitcapybara
  • 3
  • Opened 
    on Mar 13, 2023
  • #12

Thank you for this crate. This file is missing the last character of the hash when using this crate vs. what I see on VirusTotal and ssdeep tool SSDEEP 1536:HyXPjVrTWBvsVUSdD6QJJHC428FwAM43kxRMgvlOuPM:SXPjVrTsuUS/DHs/MgdI ...
  • theflakes
  • 1
  • Opened 
    on Jun 28, 2022
  • #11

Good afternoon! I recently started using your library in my project feroxbuster, thank you for creating it! @HenryHoggard filed a bug report on feroxbuster letting me know that compilation fails on arm. ...
  • epi052
  • 3
  • Opened 
    on Jan 4, 2021
  • #9

Need to be able to hash data via stream without loading the entire data set into memory (large file support, etc).
  • rustysec
  • Opened 
    on Apr 26, 2017
  • #6

compare two strings generated by the library for likeness
  • rustysec
  • Opened 
    on Apr 21, 2017
  • #3

not to truncate the second part to SPAMSUM_LENGTH/2
  • rustysec
  • Opened 
    on Apr 21, 2017
  • #2

eliminate repeating characters from hash
  • rustysec
  • Opened 
    on Apr 21, 2017
  • #1
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub