搜索资源列表

  1. 阿郊 Hill 密码的加密与解密

    0下载:
  2. pascal的一个可行的HILL密码。可惜不是我写的,是我同学的作品,在此小弟以期望更多的PASCAL的高手上来交流。-a viable HILL password. Unfortunately, I did not write that I students work, the younger brother to expect more of a master of PASCAL onto exchanges.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:13179
    • 提供者:携手问
  1. HILL

    0下载:
  2. 实现HILL密码的加密和解密,分三个题目详细说明。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:10399
    • 提供者:宋明阳
  1. Hill

    0下载:
  2. 我自己写的HILL加密/解密算法~~~~~[绝对原创]
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:31453
    • 提供者:mrmark
  1. hill密码体系,基本算法

    0下载:
  2. hill密码体系,基本算法!
  3. 所属分类:其它源码

    • 发布日期:2010-10-25
    • 文件大小:11178
    • 提供者:126abc@126.com
  1. 阿郊 Hill 密码的加密与解密

    0下载:
  2. pascal的一个可行的HILL密码。可惜不是我写的,是我同学的作品,在此小弟以期望更多的PASCAL的高手上来交流。-a viable HILL password. Unfortunately, I did not write that I students work, the younger brother to expect more of a master of PASCAL onto exchanges.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-01
    • 文件大小:13312
    • 提供者:携手问
  1. HILL

    0下载:
  2. 实现HILL密码的加密和解密,分三个题目详细说明。-HILL achieve password encryption and decryption, is divided into three topics in detail.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-01
    • 文件大小:10240
    • 提供者:宋明阳
  1. hill

    0下载:
  2. 希尔排序。通过C语言实现。能正常运行。但需要帐户才能下载。请见谅。-Sort Hill. Through the C language. To normal operation. However, the need to account to download. Sorry.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-01
    • 文件大小:1024
    • 提供者:李芳
  1. Hill

    0下载:
  2. Hill加密算法的基本思想是将l个明文字母通过线性变换将它们转换为k个密文字母。脱密只要做一次逆变换就可以了。密钥就是变换矩阵本身。即 M=m1m2……ml Ek(M)=c1c2……cl 其中 c1=k11m1+k12m2+……+k1lml c2=k21m1+k22m2+……+k2lml …… cl=kl1m1+kl2m2+……+kllml 通常对于字母加解密,使用mod 26的方法。 以上线性方程可
  3. 所属分类:加密解密

    • 发布日期:2024-05-01
    • 文件大小:143360
    • 提供者:wildkaede
  1. hill

    0下载:
  2. 对称密码学体制中hill密码加密解密算法实现。-Symmetric cryptography system hill password encryption and decryption algorithm.
  3. 所属分类:加密解密

    • 发布日期:2024-05-01
    • 文件大小:27648
    • 提供者:shine
  1. hill

    0下载:
  2. Hill算法原代码。为压缩包,内有3个文件。-Hill algorithm source code. For compressed packets, there are three documents.
  3. 所属分类:加密解密

    • 发布日期:2024-05-01
    • 文件大小:3072
    • 提供者:mara
  1. hill

    0下载:
  2. HILL的一个C代码,经调试过为可用的,希望与大家分享下哈-HILL, a C code that can be used by the debug-off, and I hope to share with you under the Kazakhstan
  3. 所属分类:加密解密

    • 发布日期:2024-05-01
    • 文件大小:4096
    • 提供者:kanghui
  1. Hill

    0下载:
  2. HILL密码加解密的C++实现,密码学要做的!有需要的可以下载参考!-Hill
  3. 所属分类:加密解密

    • 发布日期:2024-05-01
    • 文件大小:278528
    • 提供者:陈伟桦
  1. Hill

    0下载:
  2. java code for hill climbing
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-01
    • 文件大小:2048
    • 提供者:PP
  1. Hill

    0下载:
  2. 数学建模实验&matlab实现Hill密码体系的关键环节(加密、解密、破译) 实现通用hill密码n维密码-Mathematical modeling of experimental realization of Hill & matlab key password system (encryption, decryption, decoding) to achieve universal hill n-password p
  3. 所属分类:matlab例程

    • 发布日期:2024-05-01
    • 文件大小:11264
    • 提供者:jk
  1. hill-cipher

    0下载:
  2. hill cipher encrypt and decrypt
  3. 所属分类:CA认证

    • 发布日期:2024-05-01
    • 文件大小:1024
    • 提供者:maddy
  1. Hill

    0下载:
  2. Hill密码加密与解密C++程序实现。 其中包括Hill2、Hill4等。(Implementation of Hill encryption and decryption C++ program.)
  3. 所属分类:加密解密

    • 发布日期:2024-05-01
    • 文件大小:2048
    • 提供者:JackSkyLily
  1. HILL

    0下载:
  2. 希尔密码的编程 有需要的可以下载参考!(Hill password programming needs, can download reference!)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-01
    • 文件大小:387072
    • 提供者:凛音
  1. hill

    0下载:
  2. hill的加密解密代码,很牛的,你要相信我没错(Hill encryption and decryption code, very cattle, you have to believe I am right)
  3. 所属分类:加密解密

    • 发布日期:2024-05-01
    • 文件大小:14336
    • 提供者:654665995
  1. Hill

    0下载:
  2. hill密码加密用Java语言实现过程,很简单。(Hill password encryption using Java language to achieve the process is very simple.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-01
    • 文件大小:4096
    • 提供者:loading00
  1. hill

    0下载:
  2. hill密码的加密算法实现,其中可以改变矩阵大小(Implementation of encryption algorithm for hill cipher)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-01
    • 文件大小:172032
    • 提供者:123点
« 12 3 4 5 6 7 8 9 10 ... 46 »

源码中国 www.ymcn.org