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

搜索资源列表

  1. DES

    0下载:
  2. 流密码RC4的加密和解密 1、能够对字串进行加密; 2、可以自动生成加密密钥和解密密钥对; 3、能够显示给定密钥下明文加密后的密文; 4、能够用相应解密密钥正确解密密文,显示结果,并与原明文进行比对。-RC4 Encrpytion 1.Encrpyt strings 2.Create pairs of keys for encoding and decoding automatically 3.Present the crptograph 4.Decode the
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-09
    • 文件大小:1960071
    • 提供者:Jane
  1. traditionalcode

    0下载:
  2. 古典密码算法中的单表代换密码算法、移位密码算法、Vigenere密码算法。算法比较简单,用命令的方式。可以随机生成明文和密钥。-Classical cryptographic algorithm in a single table substitution cipher, transposition cipher, Vigenere cipher. Algorithm is relatively simple, way to use the command. Can be randomly ge
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:2087
    • 提供者:baichi123
  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. 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. 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. 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. 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. DES

    0下载:
  2. 对称算法又称为传统密码算法。对称算法的对称性体现在加密密钥能够从解密密钥推算出来, 反之亦然。在大多数对称算法中, 加解密的密钥是相同的。可见, 对称密钥算法的加解密密钥都是保密的。对称密钥算法又分为两种分组密码和流密码。分组密码将明文分割为若干个定长的数据块称为一个分组, 每次对一个分组进行处理流密码又称序列密码, 依次对输人每个元素进行处理。DES算法是一种最通用的对称密钥算法, 属于分组密码算法。-Symmetric algorithm, also known as the tradit
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:86380
    • 提供者:王风
  1. math

    0下载:
  2. 矩阵表移位加密,链表类实现.输入密码生成密码矩阵,然后明文根据密码表来查找并移位替换生成密文.可逆的过程-Matrix shift encryption, list classes. Enter the password generation code matrix, and then expressly based on the password table to find and replace the shift generated ciphertext. Reversible proce
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:1925
    • 提供者:zhaodanming
  1. vigenere

    0下载:
  2. 计一个vigenere密码类,类的对象各自拥有不用的密匙。用不用对象加密相同的明文,将会获得不同的密文。加密过程如下:设密匙为K=k1k2.......kn,明文为M=m1m2.......mn,密文为C=c1c2.......cn,其中k1k2.........kn,m1m2...........mn, c1c2.........cn,每个都代表一个字母。 将字母A到Z编号,从0到25,那么它们之间有这样的对应关系:ci=(mi+ki)mod26。 例如,M=data sec
  3. 所属分类:加密解密

    • 发布日期:2017-04-01
    • 文件大小:1664
    • 提供者:小杨
  1. daitimima

    0下载:
  2. 古典密码中的代替密码,可直接将明文加密,也可以直接将一个文件加密-In place of the classical password password encryption which can be directly, or you can encrypt a file directly
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:188194
    • 提供者:xumengyang
  1. Hill-decryption

    0下载:
  2. 希尔密码(Hill Password)是运用基本矩阵论原理的替换密码,由Lester S. Hill在1929年发明。一串字母当成n维向量,跟一个n×n的矩阵相乘,再将得出的结果模26。注意用作加密的矩阵(即密钥矩阵)在必须是可逆的,否则就不可能译码。本算法中,明文长度必须为3的倍数-Hill encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:8655
    • 提供者:zhangyujie
  1. 2011

    0下载:
  2. 当初为了加密整个文件又方便设置密码,所以密码的变量移到最上面,导致后面的变量处理上。把$admin数组给覆盖了。的确是我疏忽了。为了对大家负责任,忍痛提前把PHPSPY2011给放了出来。不过加密方式已经改变。不再是单纯的MD5加密。而是加入了一个自己写的非常简单的加密函数。就算MD5泄露了。破到世界末日也不会被破出来明文。需要改的就自己改吧。如果不懂的改的话。就老老实实用默认密码或者换其他的版本用吧。 -Encrypt the entire file the original and ea
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:20668
    • 提供者:uu
« 1 2 34 5 6 »
搜珍网 www.dssz.com