搜索资源列表

  1. mimaxue-test1

    0下载:
  2. 密码学作业-古典密码体制的实践与分析,包括仿射密码,维吉尼亚密码,希尔密码和维吉尼亚和行置换的乘积密码体制 -Cryptography operations- the practice of classical cryptography and analysis, including affine password Virginia password, password, and Virginia Hill and replacemen
  3. 所属分类:加密解密

    • 发布日期:2024-05-19
    • 文件大小:17408
    • 提供者:yangfeng
  1. Affine

    0下载:
  2. 本程序是仿射密码的加密与解密,用C语言编写的,谢谢参考!-Affine password encryption and decryption。by C
  3. 所属分类:加密解密

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:夏雄飞
  1. Affine

    0下载:
  2. 本程序是仿射密码的加密与解密,用C语言编写的,经测试没有问题-This procedure is affine password encryption and decryption, written in C, tested no problem
  3. 所属分类:加密解密

    • 发布日期:2024-05-19
    • 文件大小:32768
    • 提供者:夏雄飞
  1. e927a8cc7333

    0下载:
  2. 四种加解密源代码,移位密码,维吉尼亚密码,仿射密码以及置换密码-Four encryption and decryption source code, shift cipher, Virginia, password, the affine password and replacement password
  3. 所属分类:加密解密

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:zhaoxuehua
  1. cryptography-algorithm

    0下载:
  2. 这是几个密码学的基本算法,包含了仿射密码,移位密码,替换密码,维吉尼亚秘密。-This is a cryptography algorithm includes an affine cipher, shift cipher, substitution cipher, Virginia secrets.
  3. 所属分类:加密解密

    • 发布日期:2024-05-19
    • 文件大小:1581056
    • 提供者:
  1. Affinepasswordchange

    0下载:
  2. 古典密码学——仿射密码变换,通过仿射密码算法实现明文的加密与密文的解密-Affine password change
  3. 所属分类:加密解密

    • 发布日期:2024-05-19
    • 文件大小:1345536
    • 提供者:冯伟桓
  1. Code

    0下载:
  2. 仿射密码加解密算法,这是古典密码的一种,对于现代密码而言,有着一定的学习基础,对于初学者而言,妙不可言-Affine password encryption and decryption algorithm, which is a classical cryptography, modern cryptography, learning the basis of, for starters, the fantastic
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-19
    • 文件大小:27648
    • 提供者:xiaoxiao
  1. fangshejiamijiemi

    0下载:
  2. 仿射密码的加密和解密.使用c++编写,适合初学者-Affine password encryption and decryption. C++, written for beginners
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:2055168
    • 提供者:char
  1. Classical-cryptography

    0下载:
  2. 一个古典加密系统,可实现仿射密码,PlayFair密码,Hill密码和Vigener密码加解密-A classical encryption system, affine password, the PlayFair password, Hill passwords and Vigener password encryption and decryption
  3. 所属分类:加密解密

    • 发布日期:2024-05-19
    • 文件大小:10240
    • 提供者:lqqshadow
  1. Affine-Cipher

    0下载:
  2. 仿射密码,当k1=0为加法密码~k2=0为乘法密码-Affine Cipher
  3. 所属分类:系统编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:qq
  1. Affine-cipher

    0下载:
  2. 仿射密码是由加法密码和乘法密码结合就构成。此软件实现了仿射密码的加密和解密算法,通过网络传递加解密的数据。-Affine cipher is composed of multiplication and addition passwords combination is. This software has realized the affine password encryption and decryption algorithm,
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-19
    • 文件大小:735232
    • 提供者:YT
  1. fangshe

    0下载:
  2. java实现仿射密码的加解密以及统计各字母出现的频率并分析-Affine password encryption and decryption and analysis of the frequency of occurrence of letters
  3. 所属分类:加密解密

    • 发布日期:2024-05-19
    • 文件大小:15360
    • 提供者:王晓明
  1. 4-ERA

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

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:li
  1. EkDk

    0下载:
  2. 这是一个仿射密码程序,输入的字母会被加密后输出对应的ASCII,同时,它可以把解密后的ASCII输出-This procedure is an affine password, enter the letters will be encrypted output corresponding ASCII, at the same time, it can be decrypted ASCII output
  3. 所属分类:加密解密

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:朱垚
  1. Affine-cPP

    0下载:
  2. 一个完整的古典密码学的仿射密码的C++源代码,在VS2010上验证通过 -Affine c++ program in classical cryptology
  3. 所属分类:加密解密

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:程序员
  1. AssinePassword

    0下载:
  2. 利用C语言实现的仿射密码加密解密的源码,是信息安全中的算法之一-Use C language affine password encryption and decryption of the source, it is one of Information Security Algorithm
  3. 所属分类:CA认证

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:静波
  1. affine-cipher

    0下载:
  2. 仿射密码算法,标准C实现,大学本科密码学课程实践-affine cipher , standard C
  3. 所属分类:加密解密

    • 发布日期:2024-05-19
    • 文件大小:216064
    • 提供者:YangPudn
  1. affine-cipher-ciph-text-only-attack

    0下载:
  2. 仿射密码惟密文攻击,标准C实现,大学本科密码学课程实践-affine cipher ciph-text only attack, standard C
  3. 所属分类:加密解密

    • 发布日期:2024-05-19
    • 文件大小:206848
    • 提供者:YangPudn
  1. affinecipher

    0下载:
  2. 仿射密码对文件的加密解密 输入密文 获得密钥 输出明文 输入明文 利用密钥 输出密文-Affine cipher encrypt decode file
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:3652608
    • 提供者:wyf
  1. FS-PASSWD

    0下载:
  2. 仿射密码研究的相关程序,可以对密码进行解密和反解密,来了解加密机制-fangshe password is a access for password create or
  3. 所属分类:通讯编程

    • 发布日期:2024-05-19
    • 文件大小:59392
    • 提供者:xxx
« 1 2 34 »

源码中国 www.ymcn.org