搜索资源列表
PassMng
- 个人密码管理工具 使用DES加密,加密后的对象序列化的方式存取。-Personal password management tool uses DES encryption, encrypted way to access the object serialization.
blowfish
- Javascr ipt encryption module ver. 2.0 by Daniel Rench Based on existing code: Copyright (c) 2003 by Andre Mueller. Init of blowfish constants with a function (init/backup errors) Copyright (c) 2003 by Rainer Wollmann This Object is op
vigenere
- 计一个vigenere密码类,类的对象各自拥有不用的密匙。用不用对象加密相同的明文,将会获得不同的密文。加密过程如下:设密匙为K=k1k2.......kn,明文为M=m1m2.......mn,密文为C=c1c2.......cn,其中k1k2.........kn,m1m2...........mn, c1c2.........cn,每个都代表一个字母。 将字母A到Z编号,从0到25,那么它们之间有这样的对应关系:ci=(mi+ki)mod26。 例如,M=data sec
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
Complex-class
- 大学生面向对象程序设计的代码。C++实现复数类的简单计算,可以进行无符号复数的运算。-Code for college students object oriented programming. C++ to achieve a simple calculation of the complex number, can carry out the arithmetic of unsigned number.