Posted October 25, 201311 yr I posting a New Topic in Cryptography / Algorithmsbut must be in KeyGenMe.Because I cannot start a new topic in KeyGenMe....KeygenMe.zip Edited October 27, 201311 yr by Sai Pyae Htet Aung
November 1, 201311 yr 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....
November 1, 201311 yr 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]
November 1, 201311 yr Author Hi GIVNo 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