mirror of
https://github.com/chrisgit2004/AbsoluteSolver.git
synced 2026-06-19 13:32:42 +02:00
Update README.md
This commit is contained in:
@@ -1,2 +1,9 @@
|
|||||||
# AbsoluteSolver
|
# AbsoluteSolver
|
||||||
a Python3 Crypto-based iteration trier for the Absolute Solver web-ARG problems 1, 2, and 3.
|
a Python3 Crypto-based decriptor for the Absolute Solver web-ARG problems 1, 2, and 3, in which use a PBKDF2-AES system.
|
||||||
|
|
||||||
|
Why did i make this? well, i got so close to the finale for the end of the website trail, and so i coded up this decriptor for the final 3 questions, all of which use 2.1 million iterations to complete with PBKDF2-AES, and are so hard to manually crack or use tools online that can only do this at a fraction of what some people might be able to accomplish.
|
||||||
|
to use: 1. install pip packages using added "pre-use.sh" (bash only)
|
||||||
|
2. nano the solver.py and add your own piece's, both in 2 nibble/byte hexadecimal, and in plain text that can be toggled using a true/false before the piece's.
|
||||||
|
3. run solver.py and wait for verfication, and if at least one of them passes, then it will start running iterations, at around 0.5 to 1.5 seconds/iteration or 5-8 seconds per iteration (depends on system specs)
|
||||||
|
|
||||||
|
THE ABSOLUTE SOLVER SHALL NEVER FAIL, AS IT'S CULTISTS SHALL HELP REVEAL IT'S HIDDEN TRUTH.
|
||||||
|
|||||||
Reference in New Issue
Block a user