flcksr on 1:30 AM 08/22/2024: i wish my crackmes got their own video on eric parker's youtube channel :(
jewdev on 7:43 PM 08/27/2024: dropped file into dnspy
sees it's not obfuscated at all
write keygen
ez
example result from keygen:
CrackMe by 999 | Keygen by jewdev.xyz
Enter username: jewdev
Generated Serial Key: MFBS-816R-TL7G
code:
using System;
using System.Security.Cryptography;
using System.Text;
public class Program
{
public static void Main(string[] args)
{
Console.WriteLine("CrackMe by 999 | Keygen by jewdev.xyz");
Console.Write("Enter username: ");
string username = Console.ReadLine();
if (string.IsNullOrEmpty(username) || username.Length
jewdev on 7:45 PM 08/27/2024: if (string.IsNullOrEmpty(username) || username.Length
jewdev on 7:49 PM 08/27/2024: the comments in this website are so bad.
keygen code: https://rentry.co/7zrvzpkm
hopefully it will work fine now.
anonyninez on 2:03 PM 08/29/2024: usename: whoami
serialkey: Q7AP-YISP-TJWB
minora on 9:22 PM 09/01/2024: username:qwer
UIQZ
0GMX
G6L2
caked on 6:37 AM 09/17/2024: using System.Text;
using System.Security.Cryptography;
namespace _999_keygen
{
internal class Program
{
private static string GenerateSegment(string input)
{
using SHA256 sHA = SHA256.Create();
byte[] array = sHA.ComputeHash(Encoding.UTF8.GetBytes(input));
StringBuilder stringBuilder = new StringBuilder();
for (int i = 0; i
caked on 6:38 AM 09/17/2024: nvm here: https://pastebin.com/f3mZHDbx
StillAching on 3:25 AM 09/25/2024: Username: StillAching
License Key: JO60-G84L-KXVF
0xDDDDD on 1:46 PM 10/20/2024: https://imgur.com/a/bbXjtcr
You must me logged to submit a solution
Solution by Sir_Zed: simple keygen written in python