CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载

资源列表

« 1 2 ... .57 .58 .59 .60 .61 83862.63 .64 .65 .66 .67 ... 199243 »
  1. Base64deceding

    0下载:
  2. Base64解码程序,Base64是网络上最常见的用于传输8Bit字节代码的编码方式之一,此程序用于Base64解码-Base64 decoding procedures, Base64 encoding one of the most commonly used to transfer the 8Bit byte code on the network, this procedure is used to Base64 decoding
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-23
    • 文件大小:2.2kb
    • 提供者:SunnyZHAO
  1. DES

    0下载:
  2. 数据加密算法(Data Encryption Algorithm,DEA)是一种对称加密算法,很可能是使用最广泛的密钥系统,特别是在保护金融数据的安全中,最初开发的DEA是嵌入硬件中的-Data Encryption Algorithm (Data Encryption Algorithm, DEA) is a symmetric encryption algorithm, is likely to be the most widely used key systems, especially
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:368.77kb
    • 提供者:郑力
  1. MD5

    0下载:
  2. Message Digest Algorithm MD5(中文名为消息摘要算法第五版)为计算机安全领域广泛使用的一种散列函数,用以提供消息的完整性保护。-Message Digest Algorithm the MD5 (the Chinese called the message digest algorithm for the fifth edition of) a hash function widely used for the computer security field, to p
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-23
    • 文件大小:2.74kb
    • 提供者:郑力
  1. javaAES

    0下载:
  2. java语言实现AES算法,使用Java封装的加解密类中的方法实现AES-java language AES algorithm, the method AES encryption and decryption using the Java package class
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:21.67kb
    • 提供者:刘明
  1. AlanEncrypt

    0下载:
  2. AlanEncrypt DES数据加密组件 是一款免费的服务器端数据加 密组件,您可以自由地使用,无需支付任何费用。-AlanEncrypt DES data encryption component is a free server-side data encryption components, you can freely use without paying any fees.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:196.94kb
    • 提供者:
  1. t56rew

    0下载:
  2. 加密解密 运行环境:Windows/Visual C/C++ 大小:561K C语言开发的MySQL密码破解程序,不知是否好用,不过再此警告:本程序仅供学习原理,不可-Encryption and decryption of the operating environment: Windows/Visual C/C++ size: 561K of MySQL password cracking program in C language development, I do not know
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:561.07kb
    • 提供者:小王
  1. codnses.net

    0下载:
  2. Windows/Visual C/C++ 大小:286K 浅谈如何利用VC++ 的RSA算法防止非法注册机注册软件,也就是防止软件被破解。-Windows/Visual C/C++ size: 286K Discussion on how to use the VC++ the RSA algorithm to prevent illegal RI register the software, which is to prevent software cracking.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:285.81kb
    • 提供者:小王
  1. File-encryption

    0下载:
  2. java文本文件加密,解密功能。包含密匙功能。-java text file encryption and decryption functions. Contains key functions.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:3.09kb
    • 提供者:loong
  1. LockFile

    0下载:
  2. android上文件加密工具,使用方便快捷-android file encryption tool, easy to use and quick
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:827.7kb
    • 提供者:李俊
  1. bypass-Nexus-One-Bootloader-sign

    0下载:
  2. 本文主要介绍如何绕过 Google Nexus One 的 Bootloader 的数字签名,可以刷入自己的 Bootloader 的 Rom,N1 是一款 Google 出的智能手机,出于安全考虑,Bootloader 对用户刷入的 Rom 的有严格要求。 需要arm反汇编基础-This paper describes how to bypass the digital signature of the Google Nexus One Bootloader, can brush i
  3. 所属分类:Crack_Hack

    • 发布日期:2017-03-30
    • 文件大小:557.5kb
    • 提供者:宏仔
  1. DESencryption-algorithm

    0下载:
  2. DES加密算法, DES加密算法,DES加密算法-DES encryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-17
    • 文件大小:2.29mb
    • 提供者:John Spring
  1. AES

    0下载:
  2. AES加密过程是在一个4×4的字节矩阵上运作,这个矩阵又称为“体(state)”,其初值就是一个明文区块(矩阵中一个元素大小就是明文区块中的一个Byte)。(Rijndael加密法因支持更大的区块,其矩阵行数可视情况增加)加密时,各轮AES加密循环(除最后一轮外)均包含4个步骤: 1.AddRoundKey — 矩阵中的每一个字节都与该次回合金钥(round key)做XOR运算;每个子密钥由密钥生成方案产生。 2.SubBytes — 通过一个非线性的替换函数,用查找表的方式把每个
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-06
    • 文件大小:18.05kb
    • 提供者:zhangyi
« 1 2 ... .57 .58 .59 .60 .61 83862.63 .64 .65 .66 .67 ... 199243 »
搜珍网 www.dssz.com

浏览历史记录

关闭