04-30-2024, 01:20 PM
I have sent a private message on this forum
|
Noob needs help cracking cheat code password
|
|
04-30-2024, 01:20 PM
I have sent a private message on this forum
04-30-2024, 04:10 PM
what "fastrack.txt" do i need for this to work?
04-30-2024, 05:15 PM
using https://github.com/p0dalirius/Argon2Cracker/
Code: python Argon2Cracker.py '$argon2id$v=19$m=8192,t=2,p=1$MEw0cmxLfXs5YXk2J1ZKUw$i5u5sIsMs5eITy+LzAXvKm6D9OzOVKhUqSy1mTTV/oUxJX6RPsk8OcyLbNaey9Vc6wXOhz+2+mTXILkIRzvXqA' -w ./words.txt -t 8 -v
Argon2Cracker - v1.0 - by @podalirius_
[>] Loading wordlist ... done. (466583 candidates loaded)
Version: 19
Params: m=8192,t=2,p=1
Salt: MEw0cmxLfXs5YXk2J1ZKUw
Hash: i5u5sIsMs5eITy+LzAXvKm6D9OzOVKhUqSy1mTTV/oUxJX6RPsk8OcyLbNaey9Vc6wXOhz+2+mTXILkIRzvXqA
[2024/04/30 16h07m36s] Status (466583/466583) 100.00 % | Rate 0 H/s
[!] Hash could not be cracked from this wordlist.using https://github.com/CyberKnight00/Argon2_Cracker Code: python3 crack_argon2.py -c '$argon2id$v=19$m=8192,t=2,p=1$MEw0cmxLfXs5YXk2J1ZKUw$i5u5sIsMs5eITy+LzAXvKm6D9OzOVKhUqSy1mTTV/oUxJX6RPsk8OcyLbNaey9Vc6wXOhz+2+mTXILkIRzvXqA' -w words.txt
Plain text not found !!!
Total time taken : 2549.603660106659Dictionary used: https://github.com/dwyl/english-words/bl.../words.txt Gonna try with a "fasttrack.txt" file I found online, otherwise I think I'm stuck
04-30-2024, 07:55 PM
tried with https://github.com/drtychai/wordlists/bl...ttrack.txt
same result. what do?
05-07-2024, 01:34 PM
05-08-2024, 12:26 PM
(04-30-2024, 05:15 PM)genen Wrote: using https://github.com/p0dalirius/Argon2Cracker/
05-24-2024, 12:48 PM
(This post was last modified: 05-24-2024, 12:50 PM by ccentr12212.)
Tell me, is this hash correct? Maybe it needs to be redone somehow? and is salt needed here?
Code: $argon2id$v=19$m=65536,t=2,p=1$byHvfMg1T//PaE+udzRDdw$r1tO870a08rXPrjqDGiMnGGWe4bZTOPWSq9sDcAojKg:X7xe82t5LQbanOq2L8n9Owg7SHxLDprnCdCFAEgy12HjtTxFA248z7AQdDp3MF9ctjscngR7qsFDjOqS38hr4yX5P1gWhLRZXMtGHLeXXxp22An5SHgW9Egg7ahyeTtgFh
05-26-2025, 03:48 PM
anyone have any idea how to decrypt the hash bellow, its a public key.
i really appreciate if anyone help to figure how to do it. Code: MIIBtzCCASwGByqGSM44BAEwggEfAoGBALrfiWweWx2aMzjoZv0ymd72bwT7KruJ
EYK2uwFNQE/OwHRfl8dR5urnTckeyYioV7//tn2R0p9iR4aU6+07n16286EdhZnd
WYTG9d+tFaaz/Z7fQ5lLOIO2iIDCR+IOXXar8bUxW5xQhAgo0FB3iIDuvre18M1w
YuA7O8vcLOefAhUA6E806TzXd1rabOWcmtSUJntxMe8CgYEAuml8C5mvgcLr4/Jh
hskgdoQgWgccR+zfpiUqUz5YjLu9gO1PepgyliIVPJtjcygHhwelKpLL+Olo9adB
B1Yi0M8Fem0jhrRGGq0FVTsMd6Kzf7nUX+P05cPRujvWdbnLS+N7+C0/q+w40WlA
rOAP07PlYZQIDQSS7JOfDeRWgisDgYQAAoGAR1kNGuubDHmnTY/u+XEzUm8IHnQW
Nh0vqsLqMB/eG+zZZLQTKDhsuP18kOGcytCP7xsp+zBJJLUrT/qxguXl5SHIZuvs
4hQNcZKTDi4uPAgdRCDO8aa1NUpqyQJZAeuj8uZ9MarfS2l5cP7y9ICS5FyM5MG4
sMhDQAwYgjEban8=
05-26-2025, 04:05 PM
Not the correct thread neivafit, also it's just a public key so there is no hash to decode.
Throw your base64 data in https://asn1js.eu/ and press decode and you will see the data: Code: SubjectPublicKeyInfo SEQUENCE (2 elem)
algorithm AlgorithmIdentifier SEQUENCE (2 elem)
algorithm OBJECT IDENTIFIER 1.2.840.10040.4.1 dsa (ANSI X9.57 algorithm)
parameters ANY SEQUENCE (3 elem)
INTEGER (1024 bit) 131226817155692588078900995157979364662985049777582925823220598461395…
INTEGER (160 bit) 1326252226907347077338315094389006646542265823727
INTEGER (1024 bit) 130902992499666048672843937015788331084089572167187540037533709997140…
subjectPublicKey BIT STRING (1048 bit) 000000101000000110000000010001110101100100001101000110101110101110011…
INTEGER (1023 bit) 501021684811495710575634958118714824996375351320628382719705112491879… |
|
« Next Oldest | Next Newest »
|