搜索资源列表

  1. 四种加密解密算法的源代码

    0下载:
  2. 四种加密解密算法的源代码:移位密码、仿射密码、维吉尼亚密码以及置换密码。-four encryption and decryption algorithm source code : shift password, affine passwords, Virginia passwords and password replacement.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1793
    • 提供者:发就
  1. Acipher

    0下载:
  2. 自己编写的古典加密算法:仿射加密算法,大家一起交流-their preparation classical encryption algorithm : affine encryption algorithm, everyone exchanges
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1813
    • 提供者:王王
  1. pcked

    0下载:
  2. 四种加密解密算法的源代码:移位密码、仿射密码、维吉尼亚密码以及置换密码。-four encryption and decryption algorithm source code : shift password, affine passwords, Virginia passwords and password replacement.
  3. 所属分类:加密解密

    • 发布日期:2024-06-10
    • 文件大小:1024
    • 提供者:唐莹
  1. 四种加密解密算法的源代码

    0下载:
  2. 四种加密解密算法的源代码:移位密码、仿射密码、维吉尼亚密码以及置换密码。-four encryption and decryption algorithm source code : shift password, affine passwords, Virginia passwords and password replacement.
  3. 所属分类:加密解密

    • 发布日期:2024-06-10
    • 文件大小:1024
    • 提供者:发就
  1. Acipher

    0下载:
  2. 自己编写的古典加密算法:仿射加密算法,大家一起交流-their preparation classical encryption algorithm : affine encryption algorithm, everyone exchanges
  3. 所属分类:加密解密

    • 发布日期:2024-06-10
    • 文件大小:2048
    • 提供者:王王
  1. fangshemiyao

    0下载:
  2. 压缩包内论文只是通过对一个简单的密码体制:仿射密码(Affine Cipher)的分析、设计和实现来说明简单的加密思想,从这个思想我们可以研究更复杂的加密算法。最后,我以软件的形式将其实现,通过测试,发现使用效率还可以;但是,这只是个实验性的设计,要想不被人破译,还需要更复杂的密钥空间和更难的算法。-compressed within the papers only through a simple password system :
  3. 所属分类:加密解密

    • 发布日期:2024-06-10
    • 文件大小:5120
    • 提供者:
  1. sizhongjiamijiemi

    0下载:
  2. 移位密码,仿射密码,维吉利亚密码,置换密码 四种C加密解密算法-shift password, affine password Weijilie password, password replacement of four C encryption and decryption algorithm
  3. 所属分类:加密解密

    • 发布日期:2024-06-10
    • 文件大小:4096
    • 提供者:刘武器
  1. FourEncodeArithmeticInCommonUse

    0下载:
  2. 常用的四种加密解密算法。移位密码、仿射密码、维吉尼亚密码以及置换密码,用纯C语言编写。-four commonly used encryption and decryption algorithms. Shift password, affine password, Virginia and password replacement passwords, using pure C language.
  3. 所属分类:加密解密

    • 发布日期:2024-06-10
    • 文件大小:2048
    • 提供者:Kary Lu
  1. xixianquan

    0下载:
  2. JAVA环境下的四种古典加密算法,移位,仿射,维吉尼亚,置换 详细的WORD设计文档,里面包含源码和运行程序截图-Java environment of the four classical encryption algorithm, displacement, affine, Virginia, WORD replacement detailed design document, which contains the source
  3. 所属分类:加密解密

    • 发布日期:2024-06-10
    • 文件大小:103424
    • 提供者:sp
  1. fangshemimajiami

    0下载:
  2. 这是关于用扩展欧几里德算法求乘法逆元然后用仿射密码加密解密的两个算法/-This is on the use of extended Euclidean algorithm for multiplicative inverse affine password and then use the encryption and decryption of the two algorithms /
  3. 所属分类:加密解密

    • 发布日期:2024-06-10
    • 文件大小:1024
    • 提供者:肖俊琴
  1. gudianmima

    1下载:
  2. 古典密码中,主要的思想为移位算法及置换算法。 1.移位密码 密钥K为整数,且取值空间为0到25;加密函数:x = x + k (mod 26);解密函数:x = x - k (mod 26)。当K=3时,为凯撒密码。 2.仿射密码 密钥对由a、b组成,整数a满足 gcd(a, 26) = 1,整数b的取值空间为0到25;加密函数:x = ax + b(mod 26);解密函数:x = a*y - a*b (mo
  3. 所属分类:加密解密

    • 发布日期:2024-06-10
    • 文件大小:4096
    • 提供者:徐凯波
  1. Encrypt

    0下载:
  2. 基于VC++基础上仿射加密\RSA加密\DES加密的文件加密系统-Based on VC++ based on the affine encryption \ RSA encryption \ DES encryption file encryption system
  3. 所属分类:CA认证

    • 发布日期:2024-06-10
    • 文件大小:1164288
    • 提供者:yuchao
  1. affine

    0下载:
  2. 仿射加密,能对这样的任何密码进行处理,功能十分强大-Affine Encryption
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-10
    • 文件大小:1024
    • 提供者:fuwuheng
  1. Desktop

    0下载:
  2. 求两个数的最大公约数gcd()和仿射加密解密的c++算法- Asks two numbers the greatest common divisor gcd() c++ algorithm
  3. 所属分类:其他小程序

    • 发布日期:2024-06-10
    • 文件大小:1024
    • 提供者:刘文杰
  1. affine

    0下载:
  2. 仿射加密的简单实现,并可以对文本中的英文字母出现的频率进行图形化显示。-Affine simple implementation of encryption, and can the text in the frequency of English alphabets and graphical display.
  3. 所属分类:加密解密

    • 发布日期:2024-06-10
    • 文件大小:58368
    • 提供者:葛瑞海
  1. cipher

    0下载:
  2. 用于实现各种古典加密法,包括凯撒,置换,列置换,仿射加密法,vigenere加密法和现代加密法中的DH密钥交换,RSA,DES加密法等等操作-Used to implement a variety of classical cryptography, including Julius Caesar, replacement, column permutation, affine cipher, vigenere encryption m
  3. 所属分类:加密解密

    • 发布日期:2024-06-10
    • 文件大小:5458944
    • 提供者:于鑫
  1. fangshe

    0下载:
  2. 图像置乱中的仿射变换,优点是加密和解密的不需要周期迭代,图像置乱效果好-it is good for image scrambling becaus of low compute complexity
  3. 所属分类:matlab例程

    • 发布日期:2024-06-10
    • 文件大小:1024
    • 提供者:kongbing
  1. 仿射加密

    0下载:
  2. 对仿射密码进行加密和解密,有选择加密或解密的操作(The operation of encrypting and deciphering affine passwords with an option to encrypt or decrypt)
  3. 所属分类:加密解密

    • 发布日期:2024-06-10
    • 文件大小:46080
    • 提供者:Choo
  1. 仿射密码加密,解密

    0下载:
  2. C++实现仿射密码加密解密以及仿射密码的爆破(C++ implementation of affine cipher encryption and decryption)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-10
    • 文件大小:1024
    • 提供者:fhnfhnfhn
  1. csy

    0下载:
  2. 利用仿射密码对明文进行加密,再将密文进行解密。(The plaintext is encrypted, and the ciphertext is decrypted.)
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-06-10
    • 文件大小:5120
    • 提供者:心素如简11
« 12 3 4 »

源码中国 www.ymcn.org