Giter Site home page Giter Site logo

Multithread suggestion about psudohash HOT 2 CLOSED

t3l3machus avatar t3l3machus commented on May 30, 2024
Multithread suggestion

from psudohash.

Comments (2)

t3l3machus avatar t3l3machus commented on May 30, 2024

Hey, thanks a lot! It's tricky to program this tool in a multi-threaded fashion. In order for the output to include all combinations of character case AND leet substitution variations (as well as just char-case variations without leet), some of the pattern generation functions need to finish before others get to run. For example, if you run ./psudohash.py -w spacex -cpa, for the results to include e.g., "sP4C3x!@#", which includes char-case, leet, and common padding values after, the char case generator needs to run first, then the leet substitution on the output of char-case variations, then the output of both as input in the common-paddings-after generator and so on. Hope this makes sense. I guess this could be programmed in a more efficient-threaded manner, but that would require a better brain than mine ¯_(ツ)_/¯

from psudohash.

FLX-0x00 avatar FLX-0x00 commented on May 30, 2024

hehe, nice thanks for the clarification. Seems like this might be a more complicated task than I thought.

from psudohash.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.