Jump to content
Tuts 4 You

[keygenme] [help]SerialGenerator(keygen) for my Key Checker..


Recommended Posts

Sai Pyae Htet Aung
Posted (edited)

I posting a New Topic in Cryptography / Algorithms


but must be in KeyGenMe.


Because I cannot start a new topic in KeyGenMe....


KeygenMe.zip

Edited by Sai Pyae Htet Aung
Posted

Private Sub button1_Click(ByVal sender As Object, ByVal e As EventArgs)

Dim text As String = Me.textBox1.Text

Try

Dim num As UInt32

Dim num2 As UInt32

Me.label1.Text = Keychecker.CheckKey([text], num, num2).ToString

Catch exception1 As Exception

MessageBox.Show("Key Format is:XXXX-XXXX-XXXX-XXXX-XXXX")

MessageBox.Show("ALPHABET is 'J','N','D','M','G','H','B','K','F','C','P','Z','R','Y','W' and 'X'.")

Me.label1.Text = "False"

End Try

End Sub

Is all Crypto stuff.

You have to take-it slow...

Shared Sub New()

Keychecker.ALPHABET = New Char() { "J"c, "N"c, "D"c, "M"c, "G"c, "H"c, "B"c, "K"c, "F"c, "C"c, "P"c, "Z"c, "R"c, "Y"c, "W"c, "X"c }

End Sub

The date is parset trough many encode/decode functions....

Posted

The [keygenme] tag has been added to your topic title.

Please remember to follow and adhere to the topic title format - thankyou!

[This is an automated reply]

Sai Pyae Htet Aung
Posted

Hi GIV


No it is not all Crypto stuff.All Crypto stuff in Keychecker class.


That Keygenme is very easy.Because it is write in .Net.so you can see all code.


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...