搜索资源列表
Delphi_JiaMi_JieMi
- 用Delphi写的一个简单的加密解密算法,具体为:输入一行字符串,从第n个字符开始,没间隔k个字符取出来,然后把剩下的字符加到取出来的后面,形成密文,然后再解密-with Delphi write a simple encryption and decryption algorithms, in particular : input string, n from the characters, not characters interval k taken out and then added
加解密函数(123算法)
- 一个简单实用的加解密算法,附件是一个完整的源程序包含测试程序。-a simple and practical encryption and decryption algorithms, the annex is a complete source code contains the test.
DES-encryption-algorithm
- DES算法加解密全套程序,可运行,实现对txt(文本)文件内容的加解密。用vc6.0编写,内涵源代码,以及详细注释,程序非常简单,经过下载后可以对其源代码修改,加解密器,同时代码非常简单,可以通过读代码学到很多vc的知识啊,比看书学的快多了。另在解密文件夹中还有一个测时间的函数,精确到毫秒,可以计算出程序运行的时间,该代码移植性较强,可以用在别的程序中。-DES encryption algorithm for a full set of procedures, operations, impl
Caesar
- 用C++6.0写得一个加解密算法,非常简单,但是对于初学者来说,是一个很经典的算法问题,尤其是对文件读取操作很有益-Written using C++6.0 of a decryption algorithm, is very simple, but for beginners, is a classical algorithm, in particular the file read operation is very useful
Aesdll
- 采用delphi开发的加解密函数dll,采用AES加密算法的一个简单dll例子-With the development of encryption and decryption function delphi dll, AES encryption algorithm using a simple dll example
jiami
- 一个简单的加密解密算法,运用的是字符串加解密技术-A simple encryption and decryption algorithms, the use of encryption technology is a string
how-to-create-J2EE-license
- 1. 如何制作比较安全完整的J2EE软件的license 或者说License机制。 目前想到的办法是用公钥私玥进行生成一个license,算法是IDEA算法。在每次启动的时候加载读取License信息。进行验证。 但问题是: 1.java的容易被反编译。自己写class loader进行解密难度又不较大。 2. 要进行限制客户端的数量。现在的weblogic有这种功能或者API么 3. 那种算法相对安全,MD5都被破解了。。。。 第一个问题,正如大家说的
Encryption_Yz
- 一个简单是加解密演示程序,可视化的MFC程序,提供了两种加解密算法,一个是RSA,一个是异或算法。-A simple encryption and decryption of the demo program, visualization of the MFC program offers two encryption and decryption algorithm, RSA, an XOR algorithm.
DisplayHDid
- 采用DES算法对磁盘cpu号进行加密解密,有界面。一个简单的加解密程序-Using the DES algorithm to CPU, disk encryption, decryption, interface. A simple encryption program
AES
- aes算法,实现了一个简单的基于aes算法的加密程序,提高了加解密速率-aes algorithm to achieve a simple algorithm based aes encryption program to improve the speed of encryption and decryption
AES
- 这是我在学习加密解密算法时编写的一个较为基础和简单的AES加解密算法,内容非常经典,希望共享给大家-This is my study of encryption and decryption algorithm to prepare a more basic and simple AES encryption and decryption algorithm, the content is very classic, I hope to share with you
wjjmym
- 文件加密器是一个静默卸载手机上已经安装的app的小例子,翻了下菜单看了有文件加密、文件解密、报文鉴别、编辑文件、删除文件等功能,加密有des、desede、aes三种算法,因为小编不了解加密解密这一块所以就不妄加评论技术细节了,了解这一块的朋友自己下载研究一下吧,默认编译版本4.2.2编码GBK源码有简单注释。-File encryption device is already installed on a silent uninstall mobile app small example, t
des加解密算法delphi10.1编译通过
- des加密算法,delphi10.1编译通过,就两个函数,一个加密一个解密,操作简单(DES encryption algorithm, delphi10.1 compiler through, on the two functions, an encryption, a decryption, simple operation)
four
- RSA的密钥生成,加密,解密.RSA算法基于一个十分简单的数论事实:将两个大质数相乘十分容易,但是想要对其乘积进行因式分解却极其困难,因此可以将乘积公开作为加密密钥。(RSA's key generation, encryption, decryption)