Sai Pyae Htet Aung Posted October 25, 2013 Posted October 25, 2013 (edited) 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, 2013 by Sai Pyae Htet Aung
GIV Posted November 1, 2013 Posted November 1, 2013 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....
Teddy Rogers Posted November 1, 2013 Posted November 1, 2013 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 November 1, 2013 Author Posted November 1, 2013 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now