CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - 密码明文

搜索资源列表

  1. RSA

    0下载:
  2. RSA算法是最著名的公开密码体制。基于大数分解的难度。其公开密钥和私人密钥是一对大素数的函数,从一个公开密钥和密文中恢复出明文的难度等价于分解两个大素数之积。算法过程:首先是设计密钥,然后是对消息加密,最后是对密文解密。-RSA algorithm is the most famous public cryptosystem. Based on the difficulty of large integer. Its public key and private key is a functio
  3. 所属分类:Crack_Hack

    • 发布日期:2017-05-07
    • 文件大小:1891908
    • 提供者:古狸
  1. RSA

    0下载:
  2. RSA算法是最著名的公开密码体制。基于大数分解的难度。其公开密钥和私人密钥是一对大素数的函数,从一个公开密钥和密文中恢复出明文的难度等价于分解两个大素数之积。算法过程:首先是设计密钥,然后是对消息加密,最后是对密文解密。-RSA algorithm is the most famous public cryptosystem. Based on the difficulty of large integer. Its public key and private key is a functio
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-12
    • 文件大小:2835912
    • 提供者:古狸
  1. xkjs

    0下载:
  2. 输入星空极速3.3的明文密码,可以显示出与之对应的密文密码。-Enter the Speed ​ ​ Star 3.3 of the password, you can display the corresponding ciphertext password.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-17
    • 文件大小:4765706
    • 提供者:123
  1. zhihuanjiami

    0下载:
  2. 置换密码亦称换位密码。置换只不过是一个简单的换位。每个置换都可以用一个置换矩阵 来表示。每个置换都有一个与之对应的逆置换 。置换密码的特点是仅有一个发送方和接收方知道的加密置换(用于加密)和对应的逆置换(用于解密)。它是对明文 长字母组中的字母位置进行重新排列,而每个字母本身并不改变。-Password replacement, also known as transposition cipher. Replacement is just a simple transposition. Each
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:840
    • 提供者:张华
  1. zhihuanmima

    0下载:
  2. 置换密码算法的原理是不改变明文字符,只将字符在明文中的排列顺序改变,从而实现明文信息的加密。置换密码也叫换位密码。-cryptography
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:755
    • 提供者:stoien
  1. Encode-and-Decode

    1下载:
  2. 对指定文件进行加密和解密的程序,密码和文件名由用户输入.加密方法:以二进制打开文件,将密码中每个字符的ASCII码值与文件的每个字节进行异或运算,然后写回原文件原位置即可。这种加密方法是可逆的,即对明文进行加密到密文,用相同的密码对密文进行加密就得到明文。此方法适合各种类型的文件加密解密。-Encoding and decoding for all kind of files.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:798
    • 提供者:徐伟恒
  1. Vigenere

    0下载:
  2. 古典密码算法中的维吉尼亚密码算法 是一种简单的置换密码 输入密钥 为英文字符串 以密钥的阿斯克码与明文相加得密文-Classical cryptographic algorithms in Virginia cryptographic algorithm is a simple replacement for the English string password key to key usk code was added to the ciphertext and plaintext
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:281404
    • 提供者:
  1. fangshe

    0下载:
  2. 古典密码中的放射密码 选择密钥(a,b)且a 与模互素 通过y=a*x+b 将明文转化成密文-Classical radiation password password selection key (a, b) and a prime with mold by y = a* x+ b plaintext into ciphertext
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:242053
    • 提供者:
  1. Vigenere

    0下载:
  2. 实现维吉尼亚密码,用键盘接收明文和密钥,屏幕打印密文和解密后的明文。 可以实现:大小写敏感,明文小写则密文大写,明文大写则密文小写输出,注意输入的健壮性控制,明文字符超出字符集后保留原文-Virginia to achieve the password, use the keyboard to receive the plaintext and the key, the screen printing ciphertext and the decrypted plaintext. Can
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:1194
    • 提供者:曾建
  1. clear-and--confuse

    0下载:
  2. 加密解密功能 类似凯撒密码 代码中的几个字符串就表明了明文和密文的对应关系-Caesar password encryption and decryption functions like a few strings in the code as shown by the corresponding plaintext and ciphertext relationship
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-22
    • 文件大小:535
    • 提供者:Cheng Wang
  1. caesar

    0下载:
  2. 凯撒密码,通过明文移位实现加解密.解密时要注意当密钥太大时,可能引起数组下标为负导致程序错误。-Caesar passwords, encryption and decryption through the clear shift to achieve. Decrypt should pay attention when the key is too large, may cause negative array index errors cause the program.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:945
    • 提供者:路过
  1. DES

    0下载:
  2. DES是一个迭代分组密码,它使用56比特长度密钥加密64比特长度明文获得64比特长度的密文。它的轮函数使用的是Feistel结构,迭代的轮数为16轮。-DES is an iterated block cipher, it uses 56 bits encryption key 64 bits 64 bit length plaintext ciphertext. Its round function is using the Feistel structure, iterative round
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:225093
    • 提供者:林海鹏
  1. DES_CPP

    0下载:
  2. DES( Data Encryption Standard)算法,于1977年得到美国政府的正式许可,是一种用56位密钥来加密64位数据的方法。虽然56位密钥的DES算法已经风光不在,而且常有用Des加密的明文被破译的报道,但是了解一下昔日美国的标准加密算法总是有益的,而且目前DES算法得到了广泛的应用,在某些场合,她仍然发挥着余热.(如:UNIX的密码算法就是以DES算法为基础的)。将其修改为三重DES也能抵抗破解。-DES (Data Encryption Standard) algorit
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:624289
    • 提供者:唐一峰
  1. DES

    0下载:
  2. DES算法为密码体制中的对称密码体制,又被成为美国数据加密标准,是1972年美国IBM公司研制的对称密码体制加密算法。 明文按64位进行分组, 密钥长64位,密钥事实上是56位参与DES运算(第8、16、24、32、40、48、56、64位是校验位, 使得每个密钥都有奇数个1)分组后的明文组和56位的密钥按位替代或交换的方法形成密文组的加密方法。 -DES algorithm for the key system of symmetrical cipher system, also know
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:13185
    • 提供者:yangyifan
  1. DES

    0下载:
  2. 对称密码算法 DES 1、DES的加密、解密算法流程框图    2、DES加密系统关键模块的实现(加必要代码注释)    3、DES加密前后的明文与密文-Symmetric cryptographic algorithm DES In 1, DES encryption, decryption algorithm flow diagram you you2, DES encryption system key modules (add the neces
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:11179
    • 提供者:zlg
  1. des-daima

    0下载:
  2. DES( Data Encryption Standard)算法,于1977年得到美国政府的正式许可,是一种用56位密钥来加密64位数据的方法。虽然56位密钥的DES算法已经风光不在,而且常有用Des加密的明文被破译的报道,但是了解一下昔日美国的标准加密算法总是有益的,而且目前DES算法得到了广泛的应用,在某些场合,她仍然发挥着余热.(如:UNIX的密码算法就是以DES算法为基础的)。将其修改为三重DES也能抵抗破解。下面是关于如何实现DES算法的语言性描述:-DES ( Data Encryp
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:47770
    • 提供者:yhg
  1. Caesar-code

    0下载:
  2. 凯撒密码作为一种最为古老的对称加密体制,在古罗马的时候都已经很流行,他的基本思想是:通过把字母移动一定的位数来实现加密和解密。例如,如果密匙是把明文字母的位数向后移动三位,那么明文字母B就变成了密文的E,依次类推,X将变成A,Y变成B,Z变成C,由此可见,位数就是凯撒密码加密和解密的密钥。个人原创。-Caesar password as one of the most ancient symmetric encryption system in ancient Rome have been ve
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:538
    • 提供者:zhubei
  1. passwordwatching

    0下载:
  2. 打开一个已经输入了星号密码的程序对话框,在执行本破解程序。在用 鼠标在星号密码的身上随意点一下,看看星号密码是不是已经以 数字和字母组合的明文方式显示了,-program password watching
  3. 所属分类:Crack_Hack

    • 发布日期:2017-03-30
    • 文件大小:3732
    • 提供者:杨宇
  1. DES-ECB

    0下载:
  2. DES 工作的基本原理是,其入口参数有三个:key、data、mode。 key为加密解密使用的密钥,data为加密解密的数据,mode为其工作模式.当模式为加密模式时,明文按照64位进行分组,形成明文组,key用于对数据加密,当模式为解密模式时,key用于对数据解密.DES的过程是:加密前,先将明文分成64位的分组,然后将64位二进制码输入到密码器中.密码器对输入的64位码首先进行初始置换,然后在64位主密钥产生的16个子密钥控制下进行16轮乘积变换,接着再进行末置换,即可得到64位已加密的密
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-23
    • 文件大小:318611
    • 提供者:joe
  1. Password

    0下载:
  2. 一个将密码框显示为明文的小程序,程序不到10行,非常简单-A password box is displayed as plain text applet
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:6038
    • 提供者:yaweq
« 1 2 3 45 6 »
搜珍网 www.dssz.com