搜索资源列表
calmethod
- 经典加密算法的VISUAL BASIC 源代码集合,包括RC4,MD5 ,RAS 等-classical encryption algorithm VISUAL BASIC source code sets, including RC4, MD5, RAS, etc.
encryptdll3.7final
- 共享软件加密算法库,一款针对个人、企业开发共享软件的加密工具,支持Windows平台下各类开发工具:VC、VB、Delphi、PB、VFP等,算法库集成的算法有:BlowFish、MD5、Secret16、AES、SHA、CRC32、RSA、DES、字符串加/解密、文件加/解密等多种功能强大的算法。其提供了DLL文件-Reg.dll,可以通过复用它来实现数据加密与解密。 -sharing software encryption algorithm library, one individua
thexcs_src
- Tiger Tree Hash is constructed from two parts, the Tiger Hash Algorithm and Merkle Tree. The original Tiger Hash code was taken from Tiger.Net which is written in Visual Basic. NET. Tiger Tree Hash算法的C#实现! -Tiger Tree Hash is constructed fr
kaisa
- 原创的visual basic凯撒加密、解密算法。是我在读研究生时候网络安全课程的一次作业。
分页存储管理算法VB程序演示
- 这个程序是由Visual Basic 6.0所编,它主要演示了关于分页存储管理中的随机分页的过程,程序可演示4个作业的分配,但总长度不可打于64,它可以显示作业号、页表长度、作业长度、状态(空项、已分配)。通过点击按键“我有作业要分配”来激活分配。程序共由两个表格、一个按键组成。关于不同的作业运用了不同的颜色,可以让读者看出这个页分配给了哪个作业。“空项”表示该作业还不存在,“已分配”表示该作业已分配完了,对照作业号上的颜色,可以看出哪几页是被分配给该作业的。-Visual Basic 6.04
RSA(VB)
- RSA加密算法的VB实现,带有调用的实便,拿来就可以利用的-RSA encryption algorithm of the VB implementation, with a real call it, brought on the available
vb_rsa
- vb写的rsa加密算法-vb wrote rsa encryption algorithm
VBMD5
- vb md5 算法应用 可以检测使用!! 用visualbasic 6.0 使用··· -vb md5 algorithm can detect the use of applications! ! Visualbasic 6.0 with the use of
MD5encrypt
- 提供多种MD5加密源码。以及由加密方法改进的其他算法。-Provides a wide range of MD5 encryption source code. As well as other encryption methods to improve the algorithm.
DES
- DES算法单机版,VB编程环境,经过测试,可以使用。-DES Athmetic, In Visual Basic
4534455RSAvb
- rsa算法C++实现,实现RSA算法,密码强度1024 rsa加密/解密算法实现源码与例子 -rsa algorithm for C++ to achieve, the realization of RSA algorithm, the password strength of 1024 rsa encryption/decryption algorithm and source code examples
MD5
- MD5加密算法的标准模块visual basic-MD5 Standard Bas visual basic
modCRC
- CRC 加密算法,Visual Basic的源代码-CRC encryption algorithm in the Visual Basic
jiami
- 基于AES加密的实例,就说是可靠性很高的加密解密算法。-AES based visual basic
code412
- DES加密算法,开发环境是VISUAL BASIC-DES
RSA
- RSA算法是第一个能同时用于加密和数字签名的算法,也易于理解和操作。 -RSA algorithm is the first one can be used for both encryption and digital signature algorithms, but also easy to understand and operate.
RSASourceCode
- RSA加密算法Visual Basic源码-Visual Basic source code encryption algorithm RSA
encryptionadecryption
- 1、设计或借鉴一个加密解密算法(RSA); 2、通过C++实现该加密解密算法,并使用ATL(活动模板库)封装为组件对象; 3、通过VB创建一个GUI程序,在该程序中使用加密解密组件对象。 -Design or find an public-key cryptography algorithm. Create a C++ application which implements the public-key cryptography algorithm. Compile the