VB代码,编译通过,生成软件注册码,原理是获取网卡MAC,再对MAC进行加密运算,最后得出一串数字作为软件的注册码,代码编译通过了可直接复制使用,注册码的值在变量 zhucema As string当中,具体见代码,要学习的同学们更不应该错过。其中对MAC字符串进行加密成数字的算法是相当值得学习的。将字符串转换成数字,再通过数学运算就可以达到加密文本的效果,反过来运算便是解密密文。这个用处太大了
using System; using System.Collections.Generic; using System.Text; using System.ComponentModel; using System.Data; using System.Drawing; using System.Windows.Forms; using System.Runtime.InteropServices; namespace DS40XXSDK { #region enum /// /// 板卡