搜索资源列表
密码生成和检测工具
- 从某软件注册参考摘取的密码生成和检测工具 每台机器运行产生不同结果 可用于注册码 请自行修改算法或内置的附加种子 当前附加种子是29t.com,区分大小写-from a certain reference to the removal of the registration software password generation and detection tools running on each machine can produce different results for the l
mimaxue_md5
- md5算法是计算机密码学里经典的算法,实用价值很高,设计的关键在于随机数的产生,本程序采用传统的利用计算机时钟采集种子的办法生成随机数种子。-md5 password algorithm is computer science Lane classic algorithms, highly practical, design is the key to the selection of random numbers, the procedure using the traditional use
rsakey
- rsa中用时间为种子生成大于0xfff的素数p和q,计算公钥,密钥。-Use time as seed to generate RSA prime p and q which are bigger than 0xfff , computing the public key, secret key.
Base16k
- (1)这是一个伪随机数发生器,周期为2 ^ 19937 - 1,可以用于加密 文件说明如下: mtrand.h包含文件,包含类的声明 mtrand.cpp的库文件包含非内联成员 mttest.cpp小程序来测试随机数发生器 mttest.out输出文件,用于比较 (2)使用 初始化:两种方式,seed(s) 或seed(array, length). 随机数生成:MTRand_int32产生的32位无符号整数。 MTRand产生均匀的双精度浮点数,在halfo
otp
- 动态口令HOTP的JAVA代码实现,通过种子和认证基数产生6个字符的动态口令-Dynamic password HOTP implementation of JAVA code, and certification through seed produced six characters cardinality dynamic password
SEED
- Seed加密体制代码,韩国的分组密码加密体制。-Seed encryption system code block cipher encryption system in Korea.
v3.0.3-Beta-^10
- 一款可以为文字进行简单的加密的软件。通过识别不同的种子,能对文字执行不同的加密方案,使得机密方式有不同的变化。加密方式:将文字转化为ASCII码,使用10^10恺撒移位得出。安全性不高,但能够有很多的不同方案,有一定的价值。-A can be a simple text encryption software. To perform different encryption schemes for different seed words by identifying such confiden
v5.0.0_Beta
- 一款为文字进行加密的软件。是上一个软件的升级版。通过识别不同的种子,能对文字执行不同的加密方案,使得密文有多种不同的变化。错误的种子不能得出正确的文字。加密方式:将文字转化为ASCII码,根据种子对数字进行加减。安全性一般,但能够有无数种的不同方案,还能把加解密后的文字放到qq上,比较方便的软件。-To encrypt a text software. Is a software upgrade. , Different encryption schemes can be performed b
Decryption
- 可以加密解密的函数,加了随机种子,纯delphi实现-Encryption and decryption functions can, plus a random seed, pure delphi achieve