搜索资源列表
crypto
- 用JAVA函数实现文件的加密解密。加密解密分别使用不同函数进行实现-JAVA files function with the encryption and decryption. Encryption and decryption functions, respectively, to achieve different
AES-Crypto-SN-Generator
- AES 是一种使用安全码进行信息加密的标准。 它支持 128 位、192 位和 256 位的密匙。 加密算法的实现在 ElAES.pas 单元中。 本人将其加密方法封装在 AES.pas 单元中, 只需要调用两个标准函数就可以完成字符串的加密和解密。 (* 密匙长度 *) 128 位支持长度为 16 个字符 192 位支持长度为 24 个字符 256 位支持长度为 32 个字符 所有加密和解密操作在默认情况下为 128 位密匙。-
crypto
- 3DES(即Triple DES)是DES向AES过渡的加密算法,它使用3条64位的密钥对数据进行三次加密-3DES (that is Triple DES) DES is a transition to the AES encryption algorithm, which uses three 64-bit key encrypting data three times
10351_SignCert
- a good java util for crypto algs
crypto-samples
- Java crypto examples.
TimedTest
- utility class for converting java.security RSA objects into their org.bouncycastle.crypto counterparts.
RSAUtil
- utility class for converting java.security RSA objects into their org.bouncycastle.crypto counterparts.
crypto rsa
- A user of RSA creates and then publishes a public key based on two large prime numbers, along with an auxiliary value. The prime numbers must be kept secret. Anyone can use the public key to encrypt a message, but with currently published methods, an