资源列表

« 1 2 ... .79 .80 .81 .82 .83 584.85 .86 .87 .88 .89 ... 1665 »

[加密解密Hill

说明:Hill加密算法的基本思想是将l个明文字母通过线性变换将它们转换为k个密文字母。脱密只要做一次逆变换就可以了。密钥就是变换矩阵本身。即 M=m1m2……ml Ek(M)=c1c2……cl 其中 c1=k11m1+k12m2+……+k1lml c2=k21m1+k22m2+……+k2lml …… cl=kl1m1+kl2m2+……+kllml 通常对于字母加解密,使用mod 26的方法。 以上线性方程可
<wildkaede> 在 2025-03-05 上传 | 大小:140kb | 下载:0

[加密解密DES

说明:Des算法是一种标准的对称加密算法,其精华就是明文经过一系列的复杂变化后,一般在不知密码的情况下要把它的恢复很难。 算法可以由四个部分描述: 1.获取16个子密钥 2.初始置换置换函数ip 3.加密函数f 4.末置换函数 -Des Algorithm is a standard symmetric encryption algorithm, and its essence is clear
<wildkaede> 在 2025-03-05 上传 | 大小:176kb | 下载:0

[加密解密SHA512

说明: 本算法的输入时最大长度小于2128比特的消息串,输出是512比特的消息摘要,输入消息以1024比特的分组为单位进行处理。真实地模拟了SHA512散列函数发生器-The algorithm input is less than the maximum length of 2128-bit message string, the output is 512-bit message digest, enter the message t
<wildkaede> 在 2025-03-05 上传 | 大小:67kb | 下载:0

[加密解密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^(
<wildkaede> 在 2025-03-05 上传 | 大小:133kb | 下载:0

[加密解密69491726Vigenere(TC)

说明:学习一个加密程序,大家自己完善功能,仅供学习-An encrypted learning process, everyone improve their function, only to learn
<张没> 在 2025-03-05 上传 | 大小:17kb | 下载:0

[加密解密lsb

说明:基于LSB的信息隐藏,前一部分是加密,会把信息隐藏到图片中,后一部分是解密。-LSB-based information hiding, the former part is encrypted, the information will be hidden to the picture in the latter part is decrypted.
<xzy> 在 2025-03-05 上传 | 大小:1kb | 下载:0

[加密解密MyImageWork

说明:将信息隐藏到图像中。 AppWizard has created this MyImageWork application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your appli
<xzy> 在 2025-03-05 上传 | 大小:2.28mb | 下载:0

[加密解密SSL3.0

说明:SSL3.0协议中文资料.翻译的还算可以.建议最好对照原版读.-Chinese information SSL3.0 agreement. Translation still can. Suggest the best reading of the original control.
<baobao> 在 2025-03-05 上传 | 大小:55kb | 下载:0

[加密解密AES

说明:C#AES加密解密的 实现-C# AES encryption and decryption of realize
<wanghai> 在 2025-03-05 上传 | 大小:68kb | 下载:0

[加密解密ECC

说明:主要针对现有的椭圆曲线密码体制密码域算数算法在实现上强度不易扩展的问题设计适用于不同椭圆曲线密码强度的域算术算法-Mainly for the existing password Elliptic Curve Cryptography algorithm domain counts difficult to realize the intensity of the issue of expansion of the design app
<> 在 2025-03-05 上传 | 大小:3.36mb | 下载:0

[加密解密AVI_WMV_key

说明:代码很简单:就是通过改变媒体文件的开头标识以达到阻止文件播放的目的-Code very simple: by changing the logo at the beginning of media files in order to achieve the purpose of preventing file player
<姚映旭> 在 2025-03-05 上传 | 大小:162kb | 下载:0

[加密解密main

说明:用C++简单实现RSA算法对字符串的加解密,简单易懂-With C++ Simple RSA algorithm to realize string encryption and decryption, easy-to-read
<孙秋英> 在 2025-03-05 上传 | 大小:213kb | 下载:0
« 1 2 ... .79 .80 .81 .82 .83 584.85 .86 .87 .88 .89 ... 1665 »

源码中国 www.ymcn.org