| JD-GUI didn't decompile the jar properly, but CFR worked like a charm. Whenever you entered the valid key and are prompted to specify a path to save the file, the condition checks for file.createNewFile() which always returns false, because the file already exists. You should first create the file and then start writing to it using the FileWriter, becasue the FileWriter already creates the file on the disk. |
4:42 PM 12/05/2025 |
==> |