搜索资源列表
组合加密软件包 Lock Manage 5
- Lock Manage 是一个功能比较全面的加密软件。 它具有多种加密方案:如文件口令加密,文件反拷贝加密,软硬盘加密,安装加密,文本加密,批处理加密等等。系统是由C和汇编写成,可从外部链接于主模块。可单独编译,单独调试。可执行EXE/COM程序加密模块已经过长时间的测试分析,其工作性能己十分稳定。可移植性与兼容性很好。另外,代码实现了CS,DS不换技术,使其SHELL性能难以被DEBUG识别。其内部密码采用单向不可逆变换,基本实现了不可解,原因在于四个随机密钥只能用穷举法找出。这种可靠原四密钥
operater_jiami
- 这是一个可以实现随机加密,定入解密的算法,可以个性化加密-this can be achieved is a random encryption, decryption set into the algorithm can be personalized encryption
bigint_zxf
- 一个很好用的大整数的类, 最大可支持9999990位的十进制整数, 可进行大整数的加、减、乘、除和取模运算,并带有求大整数的 最大公因数、扩展Euclidean算法、中国剩余定理算法、 Miller-Rabin素性测试算法、随机生成任意位的大整数等函数库, 这个类的动态库曾用于商业软件之中,其可靠性和速度是得到 确认的。用于商业目的可能需要注册。-a good use of the integer type, the biggest 9999990 to support th
my_LFSR
- 根据LFSR算法写的一个产生随机序列的应用程序,希望对学习LFSR的朋友有所帮助-under LFSR wrote an algorithm to produce random sequences of procedures, hope to learn LFSR help of a friend
a3a8
- SIM卡的A3A8加密算法,理解后可以通过随机碰撞来爆破SIM卡的KI。即可以复制SIM卡-SIM cards A3A8 encryption algorithm, can be understood through random after the collision to blast SIM cards KI. That can be replicated SIM cards
file
- 基于随机码数列的文件加密算法的实现 :本文提出一种基于随机码数列的文件加密算法。该算法采用按位随机码数列+异或+循环密钥的方式进行加密。与传 统的和其它加密方法相比,增加了破译难度而系统开销并不大。对提供的源代码做随机码数列的变换可生成新的加密算法 用于不同的文件。
DSA
- Digital Signature Algorithm (DSA)是Schnorr和ElGamal签名算法的变种,被美国NIST作为DSS(DigitalSignature Standard)。算法中应用了下述参数: p:L bits长的素数。L是64的倍数,范围是512到1024; q:p - 1的160bits的素因子; g:g = h^((p-1)/q) mod p,h满足h < p - 1, h^((p-1)/q) mod p > 1; x:x
logic
- 利用混沌影射的方法设计了一种多随机性的文件加密算法.分析了数据加密和Logistic混沌映射 的原理,提出了基于混沌方法的多随机性文件加密算法,采用VB完成了文件加密软件的设计.软件测试表 明:该加密算法的混沌特性和多随机特性增加了解密的难度,提高了加密数据的安全性,实现了密钥的随机 生成和加密算法的随机调用,使得加密后的文件更加安全.
RSA
- RSA加密算法,可以对任意文件进行加密解密,可以设置N、E大数,或者随机生成。-RSA encryption algorithm, you can decrypt any encrypted files, you can set the N, E large numbers, or randomly generated.
myMD5
- 利用MD5计算文件的hash值,MD5是密码学里的重要随机算法-Calculated using MD5 hash value of files, MD5 is a cryptographic key in the randomized algorithm
LFSRRC4
- 伪随机数发生器LFSR RC4加密与解密 根据算法原理,首先初始化S-BOX,产生伪随机序列密钥流,选择所加密文件与密钥流异或生成密文 -Pseudo-random number generator LFSR RC4 algorithm for encryption and decryption based on the principle, first initialize the S-BOX, pseudo-random sequence generated key stream,
RSADemo
- 基于网上流传的一版DELPHI实现的RSA算法进行了大量封装,实现了意位长的密钥生成,并支持以64进制,base64编码,16进制,10进制,和2进制流方式保存和读取密钥文件。和标准DES算法结合,实现了任意长度的明文加密解密算法(使用RSA密钥加密随机DES密钥),和MD5,SHA1 摘要算法结合,实现了带有时间戳的签名验证算法。可以直接调用其中已经做好的rsa manipulator类,使用非常方便,可作共享软件授权用!QQ 78273318-RSA MANIPULATOR
ss
- 很多密码算法都要随机选择一个大素数,这个是密码学中的MILLER-RABIN算法,判断素性。-Many cryptographic algorithm must randomly select a large prime numbers, this is Cryptography MILLER-RABIN algorithm to determine Primality.
RSA_java
- 带界面的RSA算法,软件包中含有可执行程序,功能有自动生成随机素数P、Q,公钥,密钥,对数字进行加密解密。-Interface with the RSA algorithm, packages containing executable programs, automatic generation of random functions of prime numbers P, Q, a public key, keys for encryption and decryption of digit
1024RSA
- 支持大整数的RSA算法,还可以自动生成随机大素数-Support for large integer RSA algorithm, can also automatically generate random large prime numbers
RSA
- RSA算法,实现加密、解密文字,随机生成公钥和私钥~ -RSA algorithm encryption, decryption text, randomly generated public key and private key ~
traditionalcode
- 古典密码算法中的单表代换密码算法、移位密码算法、Vigenere密码算法。算法比较简单,用命令的方式。可以随机生成明文和密钥。-Classical cryptographic algorithm in a single table substitution cipher, transposition cipher, Vigenere cipher. Algorithm is relatively simple, way to use the command. Can be randomly ge
rsa
- RSA加密和解密算法 其中的大因素q是用随机算法随机实现的 实现了更加安全的RSA的加密-RSA encryption and decryption algorithm is one of the big factors q random random algorithm to achieve a more secure implementation of RSA encryption
rsa_algorithm
- rsa加密的验证和实现以及获取密钥的随机算法(rsa encryption algorithm)
Double random phase encoding
- 基于fresnel的双随机相位编码算法,直接可以运行,很适合刚刚学习的朋友(it can run directly, it is suitable for friends who have just studied)