nvm here: https://pastebin.com/f3mZHDbx |
==> |
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 |
==> |
"hello" |
==> |
But it's literally just changing jz to jnz dawg |
==> |
uedf1uefeqcfdofodcsdoweoqey4857498549fneuncqpn |
==> |