ℹ️ This command takes a phone number and makes a mathematical example out of it
git clone https://github.com/rodukov/encryptPhoneNumber
cd encryptPhoneNumber
Edit the userphone.phonenumber
variable in the main()
function
Compile the program yourself
g++ main.cpp -o main
Run the program
chmod +x main && ./main
Or you can use a ready-made file that compiles the program from the source code. This will also run it.
chmod +x run.sh && ./run.sh
📌 For example, we have this Japanese number +54 310 54095982. After editing the variable, we get the following result:
( 13487400000 - -2702039647991 ) * 2 * 1
If you solve this mathematical expression we will get the original number