| Switching crackme |
It took me a little to figure it out, great challenge and an introduction to making a keygen for an algorithm.
1049972 is one of the many possible answers |
2025-01-24 13:24 |
| License KeyGen By 999 |
nvm here: https://pastebin.com/f3mZHDbx |
2024-09-17 06:38 |
| License KeyGen By 999 |
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 |
2024-09-17 06:37 |
| LEVEL-C |
"hello" |
2024-09-17 06:26 |
| LunaLynx |
But it's literally just changing jz to jnz dawg |
2024-09-11 15:27 |
| Level One crackme for beginners |
uedf1uefeqcfdofodcsdoweoqey4857498549fneuncqpn |
2024-09-11 03:58 |