kill yourself.
no, nigger, if I were to participate in your kiddie """challenge""", then I would be a larper, like you.
kill yourself.
no, nigger, if I were to participate in your kiddie """challenge""", then I would be a larper, like you.
"Stylometric Fingerprint"
You realize that people can do stylometric analysis on your code to identify you just like they can do with writing samples. So you wouldn't want to use the same coding style for something you post on Zig Forums as for something that would go on your Github if that makes sense.
What's the point of this thread if you're just going to import a library that does the whole thing for you?
That’s pretty much what 90 percent of software development is these days fam
No wonder modern software is so shit.
Yep, software today would be far better if nobody used libraries and every single program reimplemented all of its hashing, encryption, encoding, and network functionality from scratch. That's a reasonable thought and not at all completely fucking retarded.
What is automation scripting? Take a bunch of programs that already exist. Write a script that calls programs and gets output from them. For some things like this hash cracking bullshit yeah you don't really even need a crypto libraries just a header and addtional file as with this C++ implementation. zedwood.com
If you need to reverse engineer the hashing algorithm that's another story. Godspeed.
But honestly most languages built in crypto.
Also why rewrite an library when you can just write a function or two and get the result you want.
Let's just make assumptions about file names without any reason or benefit.
It's python2. pwd is sequence of bytes. What you do here is implicitly decoding it with ascii and then encoding in utf. Which is either crash (if any byte in pwd > 0x7f) or noop - strictly worse than doing nothing.
Just useless
Break the loop after finding hash
PROTIPs:
1) learn what is actually passed in argv and how shell works.
2) learn distinction between string-of-codepoints and string-of-bytes.
...
hmmm