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

搜索资源列表

  1. Win2000GetPassword

    0下载:
  2. 该程序可以获得NT/Win2K当前登录用户的明文密码(需要管理员权限)。-The program can obtain the current logged-on user NT/Win2K plaintext password (requires administrator privileges).
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:6406
    • 提供者:guizi
  1. Kaisa

    0下载:
  2. 凯撒密码加密、解密算法Java实现,明文的输入有判断-Caesar cipher encryption, decryption algorithm implemented in Java, the plaintext input has to judge
  3. 所属分类:Crack_Hack

    • 发布日期:2017-04-13
    • 文件大小:2776
    • 提供者:唐烨
  1. Desktop

    0下载:
  2. 1、 凯撒密码是一种古老的对称加密体制,它的基本思想是:通过把字母移动一定的位数来实现加密和解密。例如,如果密匙是把明文字母的位数向后移动三位,那么明文字母A就变成了密文的D,依次类推,得到明文字符集与密文字符集如下: 明码表: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密码表:D E F G H I J K L M N O P Q R S T U V W X Y Z A B C 由此可见,位数就是凯撒密码加密和解密的密钥。
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1147
    • 提供者:Ivy
  1. Vigenere

    2下载:
  2. 要求实现Vigenere密码算法。 明文从文本文件中提取,密文存入文件。 编码采用ASCII码,模运算以256取模,密码采用单词方式(如"computer")。-Required to achieve Vigenere cipher algorithm. Expressly extracted from the text file into a file ciphertext. Encoded using ASCII code, modular arithmetic modulo 256
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-09
    • 文件大小:152415
    • 提供者:朱楠
  1. caesar

    0下载:
  2. 凯撒密码——输入一行明文(英文),会得到25种通过凯撒加密方法得到的密文。-Caesar password- Enter a line of plain text (in English), you will get 25 kinds of encryption methods obtained by Caesar ciphertext.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:611
    • 提供者:WongMan
  1. DES

    0下载:
  2. 利用Java API实现DES对称密码加密,首先获得秘钥,其次利用该秘钥对明文加密,最后利用秘钥对密文解密得到明文-Implement DES encrypt and decrypt using Java API.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-15
    • 文件大小:7750
    • 提供者:李亚慧
  1. RSA

    0下载:
  2. js写的RSA加密算法,可用于在html前端加密,防止登陆过程中密码以明文的形式传输出去-js wrote the RSA encryption algorithm that can be used in the html front-end encryption, password login process to prevent the transmission went out in the form of plain text
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:10452
    • 提供者:yql
  1. KDC

    8下载:
  2. 完成集中式对称密钥的分配工作 说明:作为通讯的双方A和B,都已经分别和KDC拥有会话密钥Ka和Kb,但A、B之间事先没有保密通道,需要依赖KDC为它们的会话分配临时密钥Ks。在完成会话密钥Ks的分配后,A利用Ks对特定文件(test-1.txt)进行加密,并发送给B;B利用Ks对密文进行解密,并对比解密后的明文信息同原来的文件是否一致。 要求: (1)JAVA语言编程实现,基于DES完成对称密码技术的加/解密(JAVA有库函数支持); (2)通信内容为一文本文件(test-1.t
  3. 所属分类:Java Develop

    • 发布日期:2015-10-19
    • 文件大小:2112512
    • 提供者:王同学
  1. InfoSecurity

    4下载:
  2. 完成分布式对称密钥分配 说明:作为通讯的双方A和B已经共享一个会话主密钥Km。在完成会话密钥Ks的分配后,A利用Ks对特定文件(test-1.txt)进行加密,并发送给B;B利用Ks对密文进行解密,并对比解密后的明文信息同原来的文件是否一致。 要求: (1)JAVA语言编程实现,基于DES完成对称密码技术的加/解密(JAVA有库函数支持); (2)通信内容为一文本文件(test-1.txt); (3)基于网络完成密钥分配工作(作为通信的双方A、B应部署于两台主机上); (
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:15236
    • 提供者:王同学
  1. mimikatz-

    0下载:
  2. 用来读取明文密码的 2008也可以 请在远控下使用-2008 to read the plaintext password can also use in the remote control under
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:231596
    • 提供者:1
  1. Caesar

    0下载:
  2. 编写一个程序,使用Caesar密码加密/解密(移动三位);给出任何明文将生成密文;或给出密文将生成明文-Implement Caesar Cipher
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:740
    • 提供者:徐少云
  1. DES

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

    • 发布日期:2017-05-03
    • 文件大小:777085
    • 提供者:fanyuan
  1. AES

    0下载:
  2. AES的加密和解密。用于密码学中将明文加密为密文的算法,同时也包含解密算法。-decryption and encryption of AES
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-30
    • 文件大小:15169
    • 提供者:浦东旭
  1. mimaxue

    0下载:
  2. 置换密码算法实现.置换密码算法的原理是不改变明文字符,而是按照某一规则重新排列消息中的比特或字符顺序,才而实现明文信息的加密。-Replacement password algorithm. Permutation cipher does not change the principle is expressly characters, but rearrange the message bits or characters in the order in which a rule, only
  3. 所属分类:CA program

    • 发布日期:2017-04-12
    • 文件大小:781
    • 提供者:尚云
  1. 54321

    0下载:
  2. 换位加密解密算法:换位密码就是一种早期的加密方法,与明文的字母保持相同,区别是顺序被打乱了。通常,换位加密采用分组的形式,将明文分成指定的长度n的多组数据,然后在组内按照给定的置换规则进行字符换位。-Transposition encryption algorithm
  3. 所属分类:Console

    • 发布日期:2017-05-02
    • 文件大小:945588
    • 提供者:yiling
  1. MyClickDemo

    0下载:
  2. 用于明文显示密码,可用于内部文件加密的实现和保护文件的访问安全性.-For plain text passwords that can be used to access the internal security of file encryption realization and protection of files.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-11
    • 文件大小:620
    • 提供者:张瑜
  1. repalcement

    0下载:
  2. 实现用键盘进行简单的密码置换功能,屏幕打印密文和解密后的明文-Implemented by a simple password replacement keyboard function, screen printing ciphertext and plaintext decrypted
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-11
    • 文件大小:1014
    • 提供者:lius
  1. playfair

    0下载:
  2. Playfair 密码,可实现对信息的加密,并可对信息解密得到原明文-Playfair password, you can realize the information is encrypted and decrypted original plaintext information
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:801
    • 提供者:赵帅
  1. DESsuanfadaima

    0下载:
  2. des密码算法,已知明文m=computer,密钥k=program,相应的ASCALL码表示为-Des password algorithm, a known plaintext m = computer, key k = program, represented by corresponding ASCALL yard
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:10825
    • 提供者:花春冼
  1. qqlogin

    0下载:
  2. python模拟QQ登录,抓包分析自动获取验证码,输入用户名与明文密码可登录在线(将PC端用户踢出)-Python simulation QQ login, authentication code capture analysis automatic acquisition, input user name and password can log online (plaintext PC end user play)
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-14
    • 文件大小:2571
    • 提供者:helloC
« 1 2 3 4 5 6 7 89 »
搜珍网 www.dssz.com