搜索资源列表
dess.zip
- Fast DES kit - Phil Karn, KA9Q September 2, 1994 This archive includes optimized DES code in portable C, Borland inline assembler for the 386, and GNU 'as' format assembler for the 386. Contents: readme - this file readme.des - details on
1DESKEYBOARD
- 单DES密码小键盘Windows系统下的驱动,用c语言编制,并附带说明-Single DES password small keyboard driver under the Windows system, using c language, together with an indication of
DesKey
- des encryption code
Cipher
- 集合加解密和签名验证的java程序 注意运行之前要先在当前目录建立 AESKEY、DESKEY、RSAKEY三个文件夹-Set encryption and decryption and signature verification of java programs to run before the first note in the current directory to establish AESKEY, DESKEY, RSAKEY three folders
NewCamdLoginTester_source
- NewCamd server login tester for Administrators to check if login data is valid when connecting to NewCamD server. Can read input data from file with or from manual input. Note: DesKey is hardcoded at the moment.
RSADES
- DES和RSA混合加密DES密码体制主要由3方面组成:密钥生成、加密函数以及解密函数。该算法在VC6.0的平台下以C++来实现。子函数说明- Void SetKey(const char* Key, int len) { Memset(deskey,0,16) Memcpy(deskey,key,len>16?16:len) SetSubKey(&SubKey[0],&deskey[0]) Is3DES = len