Sabakiraa on 9:30 PM 02/28/2024: ABCD-EFGH-IJKL-MNOP-QRST
OSG1 on 11:34 AM 02/29/2024:
for(int i = password.length() - 1; i = 0; --i) {
uncodedpassword.append(password.charAt(i));
}
if (key.equals(uncodedpassword.toString())) {
JOptionPane.showMessageDialog(this.val$mainFrame, "Valid Key!");
} else {
JOptionPane.showMessageDialog(this.val$mainFrame, "Invalid Key!");
}
answer = reverse of TSRQ-PONM-LKJI-HGFE-DCBA
MugoSquero on 5:50 PM 04/26/2024: I used procyon decompiler, amazed how it works flawlessly.
Dark_Cyber on 7:32 AM 08/17/2024: ABCD-EFGH-IJKL-MNOP-QRST
dittany_of_crete on 10:38 PM 08/23/2024: Agreed procyon-decompiler works great!
daemon369 on 9:11 PM 12/09/2024: This code could be part of a software activation system "not recommended" due to the fact that the key is stored in plain text. The idea is to generate a license key based on the reversed password and require users to enter that key to validate their access.
You must me logged to submit a solution
Solution by cnathansmith: Simple walk-through using an online de-compiler.