登录
首页 » Java » security

security

于 2006-03-23 发布 文件大小:208KB
0 192
下载积分: 1 下载次数: 1

代码说明:

说明:  说明: 1、里面有什么: 1.1、org.bouncycastle.*下的所有软件是bouncycastle组织开发的软件包 1.2、org.infosecurity.*下的软件包括: DES_CBC算法的实现 RSA算法的实现(包括:密钥生成、公钥加密和私钥解密、数字签名及签名验证) 数字信封的实现   利用数字信封实现大文件的加密、解密。 2、有什么用:   2.1 研究、学习信息安全中的密码学设计与实现技术。   2.2 当然如果大家觉得在其它地方用的上,我会觉得很高兴的。 3、还有什么改进: 3.1 对文件加密、解密的时候要频繁的IO,如果加一个缓冲区,比如10K、50K等, 只有缓冲区满了才写入DISK这样将提高效率。 3.2 RSA私钥积存的时候可以按PKCS8形式,再经BASE64编码保存比较好。(Note : 1, mean there : 1.1, org.bouncycastle .* of all software development organizations is bouncycastle package 1.2, org.infosecurity .* The software includes : DES_CBC algorithm to achieve the realization of the RSA algorithm (including : key generation, public key and private key encryption decryption, digital signatures and signature verification), the realization of digital envelope using digital envelope realize document encryption, decryption. Two, what is the use of : 2.1, learning the information security cryptography design and technology. 2.2 Of course, if you think in the other parts, I feel very happy. Three, what is there for improvement : 3.1 pairs of file encryption, decryption, and the time to frequent the IO, plus a buffer, such as 10K, 50K, the only buffer is needed for)

文件列表:

security.jpx
src
...\org
...\...\bouncycastle
...\...\............\asn1
...\...\............\....\ASN1EncodableVector.java
...\...\............\....\ASN1InputStream.java
...\...\............\....\ASN1Null.java
...\...\............\....\ASN1OctetString.java
...\...\............\....\ASN1OutputStream.java
...\...\............\....\ASN1Sequence.java
...\...\............\....\ASN1Set.java
...\...\............\....\ASN1TaggedObject.java
...\...\............\....\BERConstructedOctetString.java
...\...\............\....\BERConstructedSequence.java
...\...\............\....\BERInputStream.java
...\...\............\....\BERNull.java
...\...\............\....\BEROutputStream.java
...\...\............\....\BERSequence.java
...\...\............\....\BERSet.java
...\...\............\....\BERTaggedObject.java
...\...\............\....\cms
...\...\............\....\...\Attribute.java
...\...\............\....\...\AttributeTable.java
...\...\............\....\...\CMSAttributes.java
...\...\............\....\...\CMSObjectIdentifiers.java
...\...\............\....\...\CompressedData.java
...\...\............\....\...\ContentInfo.java
...\...\............\....\...\EncryptedContentInfo.java
...\...\............\....\...\EncryptedData.java
...\...\............\....\...\EnvelopedData.java
...\...\............\....\...\IssuerAndSerialNumber.java
...\...\............\....\...\KEKIdentifier.java
...\...\............\....\...\KEKRecipientInfo.java
...\...\............\....\...\KeyAgreeRecipientInfo.java
...\...\............\....\...\KeyTransRecipientInfo.java
...\...\............\....\...\OriginatorIdentifierOrKey.java
...\...\............\....\...\OriginatorInfo.java
...\...\............\....\...\OriginatorPublicKey.java
...\...\............\....\...\OtherKeyAttribute.java
...\...\............\....\...\RecipientIdentifier.java
...\...\............\....\...\RecipientInfo.java
...\...\............\....\...\RecipientKeyIdentifier.java
...\...\............\....\...\SignedData.java
...\...\............\....\...\SignerIdentifier.java
...\...\............\....\...\SignerInfo.java
...\...\............\....\...\Time.java
...\...\............\....\DERBitString.java
...\...\............\....\DERBMPString.java
...\...\............\....\DERBoolean.java
...\...\............\....\DERConstructedSequence.java
...\...\............\....\DERConstructedSet.java
...\...\............\....\DEREncodable.java
...\...\............\....\DEREncodableVector.java
...\...\............\....\DEREnumerated.java
...\...\............\....\DERGeneralizedTime.java
...\...\............\....\DERIA5String.java
...\...\............\....\DERInputStream.java
...\...\............\....\DERInteger.java
...\...\............\....\DERNull.java
...\...\............\....\DERNumericString.java
...\...\............\....\DERObject.java
...\...\............\....\DERObjectIdentifier.java
...\...\............\....\DEROctetString.java
...\...\............\....\DEROutputStream.java
...\...\............\....\DERPrintableString.java
...\...\............\....\DERSequence.java
...\...\............\....\DERSet.java
...\...\............\....\DERString.java
...\...\............\....\DERT61String.java
...\...\............\....\DERTaggedObject.java
...\...\............\....\DERTags.java
...\...\............\....\DERUniversalString.java
...\...\............\....\DERUnknownTag.java
...\...\............\....\DERUTCTime.java
...\...\............\....\DERUTF8String.java
...\...\............\....\DERVisibleString.java
...\...\............\....\misc
...\...\............\....\....\CAST5CBCParameters.java
...\...\............\....\....\IDEACBCPar.java
...\...\............\....\....\MiscObjectIdentifiers.java
...\...\............\....\....\NetscapeCertType.java
...\...\............\....\....\NetscapeRevocationURL.java
...\...\............\....\....\VerisignCzagExtension.java
...\...\............\....\ocsp
...\...\............\....\....\CertID.java
...\...\............\....\....\CrlID.java
...\...\............\....\....\OCSPRequest.java
...\...\............\....\....\OCSPResponse.java
...\...\............\....\....\OCSPResponseStatus.java
...\...\............\....\....\Request.java
...\...\............\....\....\ResponseBytes.java
...\...\............\....\....\ServiceLocator.java
...\...\............\....\....\Signature.java
...\...\............\....\....\TBSRequest.java
...\...\............\....\OIDTokenizer.java
...\...\............\....\oiw
...\...\............\....\...\ElGamalParameter.java
...\...\............\....\...\OIWObjectIdentifiers.java
...\...\............\....\pkcs

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • hash
    It verifies or generates a signature using the md5 algorithm.
    2008-05-15 11:48:52下载
    积分:1
  • sm
    说明:  实现国密算法的SM2、SM3、SM4,可以界面上测试算法的正确性,同时包含国密局公开的国密算法规范,这是信息安全的基本软件。(Encryption algorithm to achieve the country s SM2, SM3, SM4, you can test the correctness of the algorithm interface and also includes the country close to the national Bureau of Public encryption algorithm specification, which is the basic information security software.)
    2013-10-16 16:57:19下载
    积分:1
  • SM9_FREE-master
    说明:  国密算法SM9的C语言实现,包括数字签名、加密协商、数据加密功能(The C language implementation of SM9 includes digital signature, encryption negotiation and data encryption)
    2021-01-06 10:29:20下载
    积分:1
  • Lyapunov-exponent-curve-of-logistic
    包含了产生逻辑斯蒂映射的代码,以及绘制了逻辑斯蒂映射的分岔图以及李雅普诺夫指数的图像,还有程序运行结果的图像.李雅普诺夫指数在研究动力系统的分岔、混沌运动特征中起着重要的作用,,李雅普诺夫指数大于0,处于混沌状态. (The logistic map contains the code, and draw the image bifurcation diagram of logistic map and Lyapunov exponent, image and program results. The Lyapunov exponent in the study of power system bifurcation and chaotic motion characteristics plays an important role, the Lee Yap Andrianof index is greater than 0, is in a chaotic state.)
    2017-03-03 11:00:48下载
    积分:1
  • security
    说明:  说明: 1、里面有什么: 1.1、org.bouncycastle.*下的所有软件是bouncycastle组织开发的软件包 1.2、org.infosecurity.*下的软件包括: DES_CBC算法的实现 RSA算法的实现(包括:密钥生成、公钥加密和私钥解密、数字签名及签名验证) 数字信封的实现   利用数字信封实现大文件的加密、解密。 2、有什么用:   2.1 研究、学习信息安全中的密码学设计与实现技术。   2.2 当然如果大家觉得在其它地方用的上,我会觉得很高兴的。 3、还有什么改进: 3.1 对文件加密、解密的时候要频繁的IO,如果加一个缓冲区,比如10K、50K等, 只有缓冲区满了才写入DISK这样将提高效率。 3.2 RSA私钥积存的时候可以按PKCS8形式,再经BASE64编码保存比较好。(Note : 1, mean there : 1.1, org.bouncycastle .* of all software development organizations is bouncycastle package 1.2, org.infosecurity .* The software includes : DES_CBC algorithm to achieve the realization of the RSA algorithm (including : key generation, public key and private key encryption decryption, digital signatures and signature verification), the realization of digital envelope using digital envelope realize document encryption, decryption. Two, what is the use of : 2.1, learning the information security cryptography design and technology. 2.2 Of course, if you think in the other parts, I feel very happy. Three, what is there for improvement : 3.1 pairs of file encryption, decryption, and the time to frequent the IO, plus a buffer, such as 10K, 50K, the only buffer is needed for)
    2006-03-23 17:38:00下载
    积分:1
  • m
    说明:  sh-1的加密解密算法的实现,有相关文件和代码(sh-1 encryption and decryption algorithm, related documents and code)
    2013-07-31 14:35:32下载
    积分:1
  • sm
    实现国密算法的SM2、SM3、SM4,可以界面上测试算法的正确性,同时包含国密局公开的国密算法规范,这是信息安全的基本软件。(Encryption algorithm to achieve the country s SM2, SM3, SM4, you can test the correctness of the algorithm interface and also includes the country close to the national Bureau of Public encryption algorithm specification, which is the basic information security software.)
    2013-10-16 16:57:19下载
    积分:1
  • Matriz
    Encriptar archivos, encriptar, encriptar
    2013-02-13 04:19:17下载
    积分:1
  • SM2
    国密接口的实现和测试案列 对程序开发员有很好的参考价值(SM2 interface function implement and test sample,valuable to program developer)
    2013-02-27 10:55:58下载
    积分:1
  • demo_CA_system
    说明:  基本实现了数字证书的制作、SSL安全通讯、加解密操作等功能(basically achieved the production of digital certificates, SSL security communications, encryption and decryption operation functions)
    2006-04-23 14:44:01下载
    积分:1
  • 696518资源总数
  • 105267会员总数
  • 12今日下载