资源列表
Base64deceding
- 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
DES
- 数据加密算法(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
MD5
- 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
javaAES
- java语言实现AES算法,使用Java封装的加解密类中的方法实现AES-java language AES algorithm, the method AES encryption and decryption using the Java package class
AlanEncrypt
- AlanEncrypt DES数据加密组件 是一款免费的服务器端数据加 密组件,您可以自由地使用,无需支付任何费用。-AlanEncrypt DES data encryption component is a free server-side data encryption components, you can freely use without paying any fees.
t56rew
- 加密解密 运行环境: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
codnses.net
- 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.
File-encryption
- java文本文件加密,解密功能。包含密匙功能。-java text file encryption and decryption functions. Contains key functions.
LockFile
- android上文件加密工具,使用方便快捷-android file encryption tool, easy to use and quick
bypass-Nexus-One-Bootloader-sign
- 本文主要介绍如何绕过 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
DESencryption-algorithm
- DES加密算法, DES加密算法,DES加密算法-DES encryption algorithm
AES
- AES加密过程是在一个4×4的字节矩阵上运作,这个矩阵又称为“体(state)”,其初值就是一个明文区块(矩阵中一个元素大小就是明文区块中的一个Byte)。(Rijndael加密法因支持更大的区块,其矩阵行数可视情况增加)加密时,各轮AES加密循环(除最后一轮外)均包含4个步骤: 1.AddRoundKey — 矩阵中的每一个字节都与该次回合金钥(round key)做XOR运算;每个子密钥由密钥生成方案产生。 2.SubBytes — 通过一个非线性的替换函数,用查找表的方式把每个
