How to decrypt passwords
If you're going through this tutorial is because you don't know how to decrypt passwords to download keylogger, rats, etc.
Okay my intentions of doing this tutorial are for noobs that doesn’t know how to decrypt passwords and they keep posting how I can decrypt the password.
First there are many ways that the people crypt password, examples:
U-ASCII Encode,
T-ASCII Encode,
F-ASCII Encode,
AER-256 Encrypt,
ARMON-64 Encrypt,
ATOM-128 Encrypt,
BASE-64 Encrypt,
ESAB-46 Encrypt,
EZIP-64 Encrypt,
FERON-74 Encrypt,
GILA7 Encrypt,
HAZZ-15 Encrypt,
MEGAN-35 Encrypt,
OKTO3 Encrypt,
TIGO-3FX Encrypt,
TRIPO-5 Encrypt,
ZARA-128 Encrypt,
ZONG22 Encrypt.
All these types of encryptions are found HERE.
Now let's say the password is:
S0Q5WGZoS3FUbWhmS3kwZw==
And he says encrypted method [TRIPO-5 -> ATOM-128 -> BASE-64].
You need to copy the password as exactly as it is, if you miss a letter or number it won't be the same password.
Start decrypting it from backwards since it was encrypted this way [TRIPO-5 -> ATOM-128 -> BASE-64] you need to decrypt it this way [BASE-64->ATOM-128->TRIPO-5].
If he says decryption method is [TRIPO-5 -> ATOM-128 -> BASE-64] you just decrypt it like it says.
When people say in their encryption method HEX you need to decrypt it with HEX TO ASCII an example:
The password is:
NTQgNzUgNzQgNmYgNzIgNjkgNjEgNmM=
Encryption method was [HEX -> BASE-64] you need to decrypt it this way [BASE-64 -> HEX TO ASCII ].
HEX TO ASCII decrypting method can be found HERE
There are other ways of encryptions such as Backwards also called Reverser/(ed), this is found HERE, lets say another example:
The password is:
BbaMCzGFsRA4
Encryption method was [BACKWARDS -> FERON-74] you need to decrypt it this way [FERON-74 -> BACKWARDS ]
I've seen people that have also tried to confuse people by adding to the encryption method NORMAL TEXT, in this case you don't need to do anything an example:
The password is:
BbaMCzGFsRA4
Encryption method was [NORMAL TEXT -> BACKWARDS -> FERON-74] you need to decrypt it this way [FERON-74 -> BACKWARDS] only, they add NORMAL TEXT to confuse noobs but really you just skip that way.
A lot of people are asking what to do for binary look here:
For binary you just decrypt it Binary to ACSII and for Hex you decrypt it Hex to ASCII too, in example:
Code:
30 31 30 31 30 31 30 30 20 30 31 31 31 30 31 30 31 20 30 31 31 31 30 31 30 30 20 30 31 31 30 31 31 31 31 20 30 31 31 31 30 30 31 30 20 30 31 31 30 31 30 30 31 20 30 31 31 30 30 30 30 31 20 30 31 31 30 31 31 30 30
Encryped method:[ Binary -> Hex ]
To decrypt copy the code and GO HERE you select first the option Hex to ACSII then you copy the result, and then select the option Binary to ASCII
No comments:
Post a Comment