搜索资源列表
CADemo
- 小型CA的完整代码,可以制作key单证书-small CA's complete code can be produced key single certificate
heidaoweidunjm
- zend guard key code 5.01 有效-zend guard key code 5.01
RSA
- RSA密钥生成器,用于RSA传输过程中加密与解密,delphi 源代码。-RSA key generator and transfer process for RSA encryption and decryption, delphi source code.
des
- C++源代码,3des,加密,解密,非对称性密钥的生成、导入及导出示例 -C++ source code, 3des, encryption, decryption, VC++ asymmetric key generation, import and export example
rarkey
- rar密码破解库源码 是一个破解库的好源码-rar password cracking library source code is a good source to break the Treasury
public_key_algorithm
- this source code of public key-this is source code of public key
libcartman_2ddp3
- The source code of the implementation of a symmetric cryptographic algorithm block Cartman-2DDP3 language Pascal / Delphi. The algorithm processes the blocks of 128-bits. The default key size is 512 bits, allowed 256 and 384 bit keys. For 512 b
KanqLic.dll
- 生成对应注册码的系统信息码 可在winxp系统下进行,无须解压-Generated code corresponding to your key system information can be carried out in the winxp system, without extracting
AES
- AES algorithm implemented in JAVA. The code generates AES Key, Encrypts and Decrypts. Its a command line code
vigenia
- 在已经知道密钥的情况下,对古典密码维吉尼亚密码进行加密。-In the condition that have already known the key, encrypts passwords classical Virginia code.
Idea
- Overview: This code does the following: - print out all encryption and decryption subkeys which are used in the encryption and decryption process - encrypts plaintext message - decrypts ciphertext message - shows detailed, roun
ARMADILO-KEY
- tand-alone key generator source code for the SoftwarePassport/Armadillo Software Protection System. Copyright © 1999-2012 by Digital River. All Rights Reserved php module by Gene Warner Based on KeyMakerV420.c by Chad Nelson -tand-
jm
- 一,产生密钥(算法实现可参照文档后的<附件1>KeyGeN.asp) 与<附件1>不同的是,实际要求密钥存放在字符串接受方数据库表KeyPool中,表结构如下: 1,personalID{主码} 2,secret_key{密钥,数据类型最好用text,与实际代码密钥生成长度有关} 3,serverTime{密钥生成时间,用以检验密钥是否失效} 接受方发现密钥失效,则拒绝验证 二,字符串加密(算法实现可参照文档后的<附
kerberos
- Kerberos 是一种网络认证协议,其设计目标是通过密钥系统为客户机 / 服务器应用程序提供强大的认证服务,这个代码实现了其处理过程。 -Kerberos is a network authentication protocol, which is designed to provide strong authentication services for client/server applications by key system, the code achieved its pro
read_cert_name
- 这是一个从usbkey中读取用户证书的例子,运行后将获取usbkey中的证书名称与颁发者信息,使用usbkey封装的CSP服务实现,编译环境VC6.0。 要配合usbkey使用。根据使用的key型号修改代码中宏CSP_NAME的值。(各厂商的sdk中都会有相应的说明)-This is an example of a read user certificate the usbkey, after the operation to get the name of the certificate
Yush.java.tar
- This a new algorithm in which we encrypt on the basis of position of the character. Algorithm 1 for key generation and Algorithm 2 is for encryption Algorithm A1 Step1: Let the key be ‘k’. Step2: Multiply the index number +1 with its ASCII c
Substitution
- 无序替换加密,通过词频确定密钥,python代码。-Disorderly replace encryption by determining the key word frequency, python code.