为了保护自己的产品,防止产品被非法复制,通常的做法是根据机器码生成注册码。机器码是一台机器的标识,应根据硬件信息生成,比如硬盘物理序列号、CPU序列号、网卡MAC地址等等。 要获得机器的硬件信息,需要底层调用才能实现。在JAVA中,可以通过JNI调用动态库来实现。我们提供了获得硬盘物理序列号的动态库和JAVA调用示例代码,配合我们的JAVA CLASS加密保护工具使用,可以实现产品的完美保护。-To protect their products, to prevent illegal copying products, the usual approach is based on native Serial Number Generation. Native is a machine identification, according to information generation hardware, such as hard physical serial number, CPU serial number, MAC address, etc.. To access the machine hardware information, call the bottom needs can be achieved. In Java, it can be called through JNI DLL is to be achieved. We provide access to hard physical sequence, the dynamic database and Java code call examples, In line with our JAVA CLASS encryption to protect the use of tools, products can achieve the perfect protection. 下载
|