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

搜索资源列表

  1. MD5

    0下载:
  2. PB使用MD5加密,可以有效解决PB开发中登录密码使用明文的问题-PB using MD5 encryption, can effectively resolve the PB Password development issue of the use of explicit
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:18388
    • 提供者:wucheng
  1. dataencrypt

    0下载:
  2. 简单的汇编语言数据加密算法,能将数据通过加密后变成密文,输入密码变成明文。-Simple assembly language data encryption algorithm, data can be encrypted into ciphertext, enter a password make it explicit.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:642
    • 提供者:woaini
  1. mima

    0下载:
  2. 试用维吉利亚密码的方法,以ART(不区分大小写)为密钥对任意给定的字母进行加密。(加密方法:将字母a,b,c…z 对应数字0,1,2……25。明文字母m,密文c,密钥k,c=m+ki mod 26 (I=1,2,3)。例如:m="data security"对应数字"3,0,19,0,18,......,19,24";k="best" 对应数字为"1,4,18,19"密钥长度为4。c="eeltt ……r")其中c1=m1 + k1 mod 26 = 4 (e),c5=m5+k1 mod 26=
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-24
    • 文件大小:236164
    • 提供者:梁毅
  1. WebSafe

    0下载:
  2. 实现移位密码,密码表为8位二进制,因此明文必须为成对的16进制字符组成的字符串-Achieve translocation password, the password table for the 8-bit binary, it must be expressly pairs consisting of 16 hexadecimal characters in the string
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:46372
    • 提供者:余俊仡
  1. RSAcode

    0下载:
  2. 利用公开密钥密码算法,加密和解密使用不同的密钥。 (1)使用密钥PK对明文加密后,在用解密密钥SK解密,可得到明文, DSK(EPK(X))=X (2)加密密钥不能用来解密,DPK(EPK(X))!=X在计算机上可以容易的产生 成对的PK,SK,从已知的PK实际上不可能推导SK (3)加密和解密的密钥可以对调,即EPK(DSK(K))=X (4)从PK到SK的推导过程是几乎不可能的-The use of public key cryptographic al
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:1578
    • 提供者:谢雨
  1. des_code

    0下载:
  2. des算法源码 DES算法为密码体制中的对称密码体制,又被成为美国数据加密标准,是1972年美国IBM公司研制的对称密码体制加密算法。   其密钥长度为56位,明文按64位进行分组,将分组后的明文组和56位的密钥按位替代或交换的方法形成密文组的加密方法。   DES加密算法特点:分组比较短、密钥太短、密码生命周期短、运算速度较慢。-des algorithm source code for DES algorithm of the symmetric cryptosystem cry
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:4485
    • 提供者:李大力
  1. GetFox

    0下载:
  2. 根据Foxmail文件夹mail目录中邮箱配置文件Account.stg,在”Account.stg“文件中查找“POP3Password”字段的密文。将密文计算出明文。 本人有后台全自动搜寻目录和密码的软件,欢迎索取。(QQ:1012567545) - Get foxmail password. Works good at foxmail6.5.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-01-22
    • 文件大小:35673
    • 提供者:我保密
  1. 33

    0下载:
  2. 实验目的:熟练掌握字符串处理以及循环控 问题描述 实现移位密码:k表示26个字母向前循环位移的字符个数 加密: 输入:k,以及小写表示的明文字母,输出:大写字母表示的密文 解密:输入:k,以及大写字母表示的密文,输出:小写字母表示的明文 -Experimental Objective: To master the string processing and circulation control descr iption of the problem to achieve
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:6937
    • 提供者:吴海
  1. PwLook

    0下载:
  2. 本程序利用HOOK实现星号密码查看。使用时将鼠标移到要查看的地方,星号密码即可变为明文。-This procedure used to achieve an asterisk password HOOK view. Use the mouse to move where you want to see an asterisk password into plaintext.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:53874
    • 提供者:331
  1. EncryptDectyptTool_Src

    3下载:
  2. 写了一个文件加解密工具(VC9+OPENSSL) CA程序: 生成2个RSA密钥对,分别保存为PEM格式,密码保护私钥,文件名为“RSAPrivateKey.pem”和“RSAPublicKey.pem”。 加密: 将指定明文文件加密,密文件格式自已定义,要求文件内容用对称算法(3des)加密,对称密钥(KEY)为随机生成,随机密钥用“RSAPrivateKey.pem”的公钥加密后,存放在密文文件头内(KEY1);对明文文件做摘要计算(HASH),将计算结果用“RSAP
  3. 所属分类:加密解密

    • 发布日期:2013-01-12
    • 文件大小:1098012
    • 提供者:张希行
  1. code

    0下载:
  2. 凯撒密码算法C语言实现,k=3 明文密文字符长度在100以内。-Caesar cipher algorithm C language, k = 3 plaintext ciphertext less than 100 characters in length.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:155460
    • 提供者:列宁龙
  1. encode

    0下载:
  2. 用维吉利亚密码的方法,以ART(不区分大小写)为密钥对任意给定的字母进行加密。加密方法为:将字母a,b,c…z 对应数字0,1,2……25。明文字母m,密文c,密钥k,c=m+ki mod 26 (i=1,2,3)。-Password with the Virginia approach to ART (not case sensitive) as the key for any given letter is encrypted. Encryption methods are: the let
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:1202
    • 提供者:huifeng07
  1. ZfKeyInitTool

    0下载:
  2. 应用密码学中硬件加密解密的实现,在该工程中实现了对明文密文,hash等等的实现用例。-Applied Cryptography encryption and decryption in hardware implementation, the project realized the plaintext ciphertext, hash, etc. to achieve the use cases.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:567173
    • 提供者:liupeng
  1. findpass

    0下载:
  2. 因为登陆的域名和用户名是明文存储在winlogon进程里的,findpass 通过在winlogon进程中查找用户登陆信息来获取简单加密后的用户密码。-Because the domain and user login name is stored in the winlogon process as clear text, findpass find the user login information to obtain a simple encrypted password from wi
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:756971
    • 提供者:雨夜心凡
  1. 1008

    0下载:
  2. Julius Caesar曾经使用过一种很简单的密码。对于明文中的每个字符,将它用它字母表中后5位对应的字符来代替,这样就得到了密文。比如字符A用F来代替。如下是密文和明文中字符的对应关系。 密文 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 明文 V W X Y Z A B C D E F G H I J K L M N O P Q R S T U 你的任务是对给定的密文进行解密得到明文。 你需要注意
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-25
    • 文件大小:1276
    • 提供者:dvd
  1. electroncpasswordlock

    0下载:
  2. 能够实现密码的输入,保存,修改等。对密码进行加密存储,不是明文存储。-Enter the password can be achieved, save, modify, and so on. Encrypted storage of passwords, not stored in plain text.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-06
    • 文件大小:1105513
    • 提供者:庞伟
  1. jiami

    0下载:
  2. 对原始密码进行“凯撒”码加密。需要设定密钥。以后存密码就可以以明文的方式大胆的存放了。C# 编写 。vs2008环境下编译通过-The original password " Caesar" code encryption. Need to set the key. After the password stored in clear text can be stored for bold. C#,. vs2008 environment compile
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:47848
    • 提供者:雁集
  1. DES

    0下载:
  2. DES算法为密码体制中的对称密码体制,又被成为美国数据加密标准,是1972年美国IBM公司研制的对称密码体制加密算法。其密钥长度为56位,明文按64位进行分组,将分组后的明文组和56位的密钥按位替代或交换的方法形成密文组的加密方法。 -DES algorithm in symmetric key cryptography system, also known as the United States Data Encryption Standard, was developed in 197
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:4453
    • 提供者:Laura
  1. password

    0下载:
  2. 周期5的16-置换移位密码算法,通过C语言实现,对指定的明文文档进行加密,输出-Cycle 5, 16- replacement shift cipher algorithm, by C language, the document specified the plaintext is encrypted, the output
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:1128
    • 提供者:zbs
  1. vigenere

    0下载:
  2. 用维吉尼亚密码实现对键盘输入放入明文进行加密(C语言编写)-Encryption
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:1693
    • 提供者:阿滚
« 1 2 3 45 6 7 8 9 »
搜珍网 www.dssz.com