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

搜索资源列表

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

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

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

    0下载:
  2. 实现移位密码的加密,解密过程.移位密码,即向后移k位,k是密钥,是任意的。选用一个英文短语或单词作为密钥,去掉其中重复的字母得到一个无重复字母的字符串,然后将字母表中的其他字母依此写于此字母串之后。找出明文字母在原字母表中位置,则在加入密钥的字母表中该位置上的对应字母就是密文。-To realize the shift encryption and decryption process. Shift the password, that is, move backward k-bit, k is
  3. 所属分类:Java Develop

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