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

搜索资源列表

  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. ForOBlog

    0下载:
  2. 论坛源码 本程序修改自OBlog 4.6 将原来的ASP语法迁移为ASP.NET并封装成DLL ASP.NET相对ASP有更快的执行效率以及更高的并发访问量 基于ASP.NET的DLL可以运行在支持ASP.NET的虚拟主机上,不需要注册DLL,更新DLL也不需要重起IIS 本程序采用了Web.Config文件的HttpHandlers机制,不需要明文的ASPX文件 VBSource目录为ASP.NET程序的源代码,不需要上传到Web服务器 WebFolder目录为上传
  3. 所属分类:.net

    • 发布日期:2017-05-30
    • 文件大小:12997445
    • 提供者:小叶子
  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. 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. DBMM

    0下载:
  2. 单表密码 定义: 1、 明表: 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 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 2、 明文 they will arrive tomorrow 3、 密钥 K=Monday 4、 密码实现 1) 将明文与密钥转为数字串: K=(12,14,13,3,0,24)
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:3702
    • 提供者:lss
  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 2 3 4 56 7 8 9 »
搜珍网 www.dssz.com