搜索资源列表
基于JAVA的IDEA实现
- 本文介绍了在JAVA环境下如何实现IDEA对称加密算法。由于电子商务和电子政务的普及,安全加密技术在其中应用非常广泛,对安全加密技术的要求也很高。目前在JAVA环境下实现IDEA加密具有很多的优势,因为JAVA是基于面向对象的编程语言,并且由于它的平台无关性能被大量应用于Internet的开发。-This paper presents the Java environment IDEA how to achieve symmetric encryption algorithm. As e-com
密码破解
- 能够破解ACCESS97/2000/2003/XP等任意版本 本程序显示了Microsoft Access中密码的脆弱性' Access2000的密码,与文件的创建时间有关,即使目前很多宣称能破解密码的软件, _ 也只是对软件作者自己计算机上的密码进行破解而已。在后面将会看到,不同时间创建 _ 的密码只是略有不同(密码算子),本程序将采用尝试的方法来得到这个密码算子。 ' 其实也不算暴力,最多255,对计算机来说,洒洒水啦:) '注:当采用暴力方法破解时,计算机要装有DAO3.60(
AES-Cryption.zip
- 在iphone上面实现AES加密解密,用对象已经封装好,In the iphone AES encryption and decryption to achieve the above, the object has a good package
3DESaRSA
- RSA和3DES混合加密,也可以单独加解密.加密的对象是文件.-RSA and 3DES encryption mixture can also be a separate encryption and decryption. The object is a file encryption.
MillerRabin
- 密码学中的Miller Rabin素性检测算法。人工编写,用这个来学习或者是交作业,绝对是过关利器。-Cryptography Miller Rabin primality testing algorithm. Artificial preparation, use this to learn or交作业is definitely a sharp object boundary.
dh
- 单机版多对象进行密钥交换,内部提供了关于超过int范围的数值进行取模运算的反法。-Stand-alone version of multi-object for key exchange, internal information on the scope of more than int values modulus operator s anti-law.
RSA_spadpa_attcaks_and_defenses_design_based_on_80
- (繁体中文版)台湾出品不得多得的关于spa dpa 旁道攻击rsa算法的精彩论文。相对国内的一些翻译性质的、粗制滥造的论文,简直是一个天上一个地下。-As information technology has developed rapidly, it provides more convenient life for people. As the result, the security has become the main concern. Recently, user id and pa
StringCRC32
- This code enables one to get the CRC32 signature from a string. The code is pure Object Pascal, and very simple.
PassMng
- 个人密码管理工具 使用DES加密,加密后的对象序列化的方式存取。-Personal password management tool uses DES encryption, encrypted way to access the object serialization.
blowfish
- Javascr ipt encryption module ver. 2.0 by Daniel Rench Based on existing code: Copyright (c) 2003 by Andre Mueller. Init of blowfish constants with a function (init/backup errors) Copyright (c) 2003 by Rainer Wollmann This Object is op
ida
- 注明的静态反汇编工具IDA的使用教程,IDA可静态反汇编各种处理器的目标代码。-Static disassembly tool indicated the use of tutorial IDA, IDA can disassemble a variety of processors, the static object code.
code
- 分别实现DES的加密和解密,该程序加密的对象为8位字符串,加密后显示的结果为将64比特转为字符串的形式。加密的正确性可通过解密的结果来验证。-This program aims to encrypt and decrypt DES respectively, and the encrypted object of the program is the 8-bit string, i.e. converting the 64 bits into the form of strings. The v
Object-oriented-analysis-and-design-with-applicat
- Object-Oriented Analysis and Design with applications. Third Edition
vigenere
- 计一个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
3DesEncrypt
- 3DES加密的一个程序,加密的对象是文件,自己写的!-3DES encryption of a program, the object is a file encryption, write your own!
AesEncrypt
- AES加密程序,密钥处理采用SHA-1算法,并且具有密码验证功能,加密的对象主要是文件.-AES encryption, the key treatment using SHA-1 algorithm, and a password authentication, encryption key is the file object.
DES
- DES加密的一个程序,加密的对象可以是文件,也可以是字符串,和大家分享下.-DES encryption of a program that encrypted file object can also be a string, and share with you.
DES
- DES通用加密方法。首先,创建一个该工具类对象:如 DES des = new DES(key),其中key为位数大于8的密钥 其次,对原始信息data进行加密,直接调用encrypt方法,得到加密后的字符串,如 String encryptResult = des.encrypt(data) //得到加密后的数据字符串 最后,对加密后的字符串encryptResult解密,直接调用decrypt方法,可得到与原始数据data一致的字符串,如 String decryptRe
Design-Patten
- 通过实例讲解20类设计模式,对于面向对象特征的理解很有帮助。-20 categories by an example to explain design patterns, object-oriented features for the understanding of help.
EnumObj
- 调用PKCS11实现object操作的代码,请使用自带的makefile完成编译-Calls PKCS11 to achieve object code for actions, use the makefile to compile own
