登录
首页 » Java » security

security

于 2006-03-23 发布 文件大小:208KB
0 150
下载积分: 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 个回复

  • Digital
    数字密写与密写技术 F5的Matlab源程序(Digital Steganography Steganography technology and F5 s Matlab source code)
    2009-12-26 15:12:06下载
    积分:1
  • 22432587codemat
    STEGNOGRAPHYIn digital steganography, electronic communications may include steganographic coding inside of a transport layer, such as a document file, image file, program or protocol. Media files are ideal for steganographic transmission because of their large size. For example, a sender might start with an innocuous image file and adjust the color of every 100th pixel to correspond to a letter in the alphabet, a change so subtle that someone not specifically looking for it is unlikely to notice it.
    2017-03-29 18:27:36下载
    积分:1
  • m
    说明:  sh-1的加密解密算法的实现,有相关文件和代码(sh-1 encryption and decryption algorithm, related documents and code)
    2013-07-31 14:35:32下载
    积分:1
  • compute_PR_AP
    Precision Recall Curve
    2016-06-27 09:21:17下载
    积分:1
  • SM9-master
    说明:  miracle优化实现SM9大数双线性对计算,具有数字签名、秘钥封装、加密传输等功能(It has the functions of digital signature, secret key encapsulation, encrypted transmission and so on)
    2021-01-06 10:31:19下载
    积分:1
  • pfx
    制作数字证书的程序,比较简单,便于理解,希望有所帮助(Making digital certificate procedure is relatively simple, easy to understand, I hope to help)
    2014-03-12 09:20:36下载
    积分:1
  • MD5COM
    MD5加密算法的COM控件以及编译的源码(MD5 encryption algorithm to compile the COM controls, as well as the source)
    2008-12-12 11:15:08下载
    积分:1
  • 2011Android-interview-reference
    2011Android百度、新浪技术面试资料(2011 android interview material)
    2012-02-28 17:48:58下载
    积分:1
  • l5-kmzi-09-nsu
    RSA realisation on BCB 6.0
    2011-11-09 17:03:36下载
    积分:1
  • ATSHA204A-AppNote
    ATMEL安全芯片,加密芯片,使用说明文档(ATMEL enc chip use able)
    2018-05-07 20:58:58下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载