资源列表
rc4
- rc4经典源码,(1)你可以不用懂任何加密算法,就可以方便的使用Reg.dll对你的程序进 行高强度的算法加密。 (2)内置多种强大的对称和非对称算法,可满足各类应用需求。
PCK_CRC3_D4
- CRC校验码生存程序 校验序列码生成多项式: X16+X13+X12+X11+X10+X8+X6+X5+X2+1 输入数据为16个字节(128位),输出16bit校验序列-CRC, the survival program check sequence code generator polynomial: X16+ X13+ X12+ X11+ X10+ X8+ X6+ X5+ X2+1 input data is 16 bytes (128 bits), output 16bit
encryption
- 对文字进行加密解密,基于ASCII码对应值为素数或合数的加密算法-encryption
zhihuanmima
- 用于加密解密密码,输入明文,进行置换加密。-For encryption and decryption password, enter expressly for replacement encryption.
RSA
- 适合才接触RSA非对称加密解密的人。RSA基本加密和解密源码JAVA-JAVA program written RSA encryption and decryption basic source code, suitable only came into contact with RSA asymmetric encryption and decryption person.
DES
- des encryption code
Crypteur
- Voici ENFIN un module ULTRA clair qui montre comment crypter à partir du Clef, décrypter à partir d une Clef et créer une Clef Randomizée.
RC4
- RC4流密码的C语言实现,RC4是目前最安全的加密算法之一,大家可以放心使用! -C language implementation of the RC4 stream cipher, RC4 is one of the most secure encryption algorithm, we can rest assured to use!
Vigenere
- Vigenere加密解密
Arith
- crc calculation algorithm
gongongzixulei
- 实现在2个字符串数组中找到最长公共子序列-C++
RSA
- original rsa as given by rivest,shamir , and adleman. Its problems in decryption are optimized using rsa variants like crt rsa, multiprime rsa, rebalanced rsa and rprime rsa. U should give the no. of bits to be 1024 and check it on netbeans 6.5 or la