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

搜索资源列表

  1. DES

    0下载:
  2. DES java code The Data Encryption Standard (DES, /ˌ diː ˌ iː ˈ ɛ s/ or /ˈ dɛ z/) was once a predominant symmetric-key algorithm for the encryption of electronic data. It was highly influential in the advancement of m
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:3467
    • 提供者:Sparkle
  1. RSA

    1下载:
  2. 利用C\C++实现RSA算法的加、解密运算。 具体包括: 1)利用扩展的Euclid计算 a mod n 的乘法逆元; 2)Miller-Rabin素性测试算法对一个给定的大数进行测试; 3)实现的运算,并计算; 4)利用Euler定理手工计算,并与3)计算的结果对比; 5)实现RSA算法。并对 I LOVE NANJING UNIVERSITY OF AERONAUTICS AND ASTRONAUTICS 加解密。说明:为了方便实现,分组可以小一点,比如两个字母一组。
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-12
    • 文件大小:1415
    • 提供者:刘洋
  1. Feistel-crypto

    0下载:
  2. 模仿DES的结构,采用sm4的s盒,可以实现文本的加密和解密,重点在于Feistel结构的演示。-DES mimic the structure, using sm4 of s box, you can achieve text encryption and decryption, focusing on demonstration Feistel structure.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-29
    • 文件大小:290529
    • 提供者:lin yang
  1. AES

    0下载:
  2. 实现完整的AES加密解密,主要分为四步:S盒,行移位,列变换,密钥扩展- Achieve a complete AES encryption and decryption, divided into four steps: S box, row shift row conversion, key expansion
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-08
    • 文件大小:423768
    • 提供者:wangli
  1. GetPasswordBox

    0下载:
  2. 用于查看星号密码框里的真密码(注:适用于普通密码框,不是用与类似QQ密码等经过特殊处理的密码框)-For viewing the asterisk password box s password (note: apply to ordinary password box, not through special processing, such as with similar QQ password password box)
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-29
    • 文件大小:176098
    • 提供者:沈泽彬
  1. SM4-sbox-in-GF-and-PPRM

    0下载:
  2. 分别利用复合域和PPRM结构实现了SM4 S-box,复合域实现方法具有资源消耗优势,但是功耗大,PPRM结构电路具有结构简单,功耗小的优势。 -Respectively by composite domain and PPRM structure enables SM4 S-box, composite domain implementation method has advantages in resources consumption, but power consumption, PPR
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-29
    • 文件大小:12285
    • 提供者:wangyi
  1. Kruskal.m

    0下载:
  2. This code consists of the example of Kruskal s algorithm to find the minimum-spanning-tree which connects all the nodes through the edge with the least minimum edge values without creating the cycle.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-12
    • 文件大小:872
    • 提供者:Peter
  1. pojiemima

    0下载:
  2. 破解其他人的vba密码,包含破解逻辑和破解代码-23/5000 Crack other people s vba password, including crack logic and crack code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-05
    • 文件大小:17374
    • 提供者:命运浅笑
  1. Gray-Hat-Hacking--Third-Edition

    0下载:
  2. Gray Hat Hacking, Third Edition The Ethical Hacker’s Handbook Third Edition Allen Harper, Shon Harris, Jonathan Ness, Chris Eagle, Gideon Lenkey, and Terron Williams
  3. 所属分类:Crack_Hack

    • 发布日期:2017-05-26
    • 文件大小:8958546
    • 提供者:Protn.12
  1. NI-cracker

    0下载:
  2. national intrusment公司的软件激活器,可以激活任何版本,及其软件的插件验证,激活后的软件可以完美使用-national intrusment company' s software is activated, you can activate any version of the software and plug-verification software can be perfect to use after activation
  3. 所属分类:Crack_Hack

    • 发布日期:2017-12-12
    • 文件大小:102635
    • 提供者:wang
  1. SHA

    0下载:
  2. 安全哈希算法(SHA-1) 具有169bite消息摘要的迭代hash函数,学生原创 《密码学原理与实践》安全hash算法 sha-1 实现 -The Secure Hash Algorithm (SHA-1) has an iterative hash function with a 169bite message digest. The student s original cryptography principle and practice safe hash algorithm sh
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-12-12
    • 文件大小:4570159
    • 提供者:周韬略
  1. Cipher

    0下载:
  2. 置换密码算法的原理是不改变明文字符,只将字符在明文中的排列顺序改变,从而实现明文信息的加密。置换密码也叫换位密码。 试编程实现矩阵换位密码。它的加密方法是将明文中的字母按照给定的顺序安排在一个矩阵中,然后用根据密钥提供的顺序重新组合矩阵中的字母,形成密文。例如,明文为attack begins at five,密钥为cipher,将明文按照每行6个字母的形式排在矩阵中,如下形式: a t t a c k b e g i n s a t f i v e 根据密钥ciphe
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-12-14
    • 文件大小:1024
    • 提供者:1
  1. PBFuncLib160930有弹窗口版

    3下载:
  2. 历史修改记录 (三)2015.10.18 1.修复RSA的长度限制问题 2.增加COM口读操作 3.增加QR码的删除操作 4.增加https的POST和GET操作 (二)2015-05-03 wxj 1.增加取硬盘的序列号和名称 2.增加http的POST和GET操作 (一)2015.03.27 wxj,主要功能如下: 1.以非图片方式在Datawindow中显示QR二维码 2.GBK和UTF-8编码相互转换 3.加密解密,RSA加密解密 4.取汉字拼音首字母 5.文
  3. 所属分类:加密解密

    • 发布日期:2017-12-21
    • 文件大小:1655808
    • 提供者:chowyun
  1. sha256

    0下载:
  2. s加密sghshrova;kfdngvajkrgal(rg a s th wr 6y h j fh k r 7t g h sg fs n yt h xv)
  3. 所属分类:加密解密

    • 发布日期:2017-12-20
    • 文件大小:4096
    • 提供者:高文
  1. WSExplorer 抓包工具

    0下载:
  2. WSExplorer 抓包工具.rar 可以很方便的解析客户端软件的各种网络协议(WSExplorer be used by Capture tool You can easily parse the client software's various network protocols)
  3. 所属分类:加密解密

    • 发布日期:2017-12-25
    • 文件大小:1462272
    • 提供者:hold
  1. sms4_cn

    0下载:
  2. 我国第一批商用加密算法SM4的说明及测试用例(数据分组128bit,128bit秘钥,32轮迭代)。(Descr iption and test case in China's first commercial encryption algorithm SM4 (data packet 128bit, 128bit key, the 32 iteration).)
  3. 所属分类:加密解密

    • 发布日期:2017-12-19
    • 文件大小:171008
    • 提供者:liuzhiqing
  1. AES

    0下载:
  2. 可以实现任意文件的加密解密。高级加密标准(英语:Advanced Encryption Standard,缩写:AES),在密码学中又称Rijndael加密法,是美国联邦政府采用的一种区块加密标准。这个标准用来替代原先的DES,已经被多方分析且广为全世界所使用。经过五年的甄选流程,高级加密标准由美国国家标准与技术研究院(NIST)于2001年11月26日发布于FIPS PUB 197,并在2002年5月26日成为有效的标准。2006年,高级加密标准已然成为对称密钥加密中最流行的算法之一。(Enc
  3. 所属分类:加密解密

    • 发布日期:2017-12-23
    • 文件大小:538624
    • 提供者:Sky_Vico
  1. main

    0下载:
  2. SPN,其中文是代换-置换网络,其实就是将一个比特串主要经过两种变换,分别是代换和置换,得到另一个比特串,从而实现加密的效果。但是前提是,可以经过类似的手段将这个比特串还原,这也就是解密了。(It's a substitution permutation network, in fact, a bit string is mainly transformed by two kinds, which are substitution and substitution, and obtain ano
  3. 所属分类:加密解密

    • 发布日期:2017-12-15
    • 文件大小:1024
    • 提供者:方令
  1. MD5

    0下载:
  2. MD5是让大容量信息在用数字签名软件签署私人密匙前被"压缩"成一种保密的格式(就是把一个任意长度的字节串变换成一定长的大整数)。不管是MD2、MD4还是MD5,它们都需要获得一个随机长度的信息并产生一个128位的信息摘要。虽然这些算法的结构或多或少有些相似,但MD2的设计与MD4和MD5完全不同,那是因为MD2是为8位机器做过设计优化的,而MD4和MD5却是面向32位的电脑。(MD5 allows large capacity information to be compre
  3. 所属分类:加密解密

    • 发布日期:2017-12-26
    • 文件大小:2048
    • 提供者:雪儿飞飞
  1. Cyber Security W S

    0下载:
  2. cyber security material-programmes and documents
  3. 所属分类:加密解密

    • 发布日期:2018-01-03
    • 文件大小:24026112
    • 提供者:nena
« 1 2 ... 17 18 19 20 21 2223 »
搜珍网 www.dssz.com