词条 | Bouncy Castle (cryptography) |
释义 |
| name = Bouncy Castle | developer = Legion of the Bouncy Castle Inc. | ver layout = stacked | repo = {{URL|https://github.com/bcgit/}} | programming language = C# and Java | platform = .NET Framework and Java SE | genre = Cryptography API | license = MIT License[1] | website = {{url |bouncycastle.org}} }} Bouncy Castle is a collection of APIs used in cryptography. It includes APIs for both the Java and the C# programming languages. The APIs are supported by a registered Australian charitable organization: Legion of the Bouncy Castle Inc. Bouncy Castle is Australian in origin and therefore American restrictions on the export of cryptography from the United States do not apply to it. HistoryBouncy Castle started when two colleagues were tired of having to re-invent a set of cryptography libraries each time they changed jobs working in server-side Java SE. One of the developers was active in Java ME (J2ME at that time) development as a hobby and a design consideration was to include the greatest range of Java VMs for the library, including those on J2ME. This design consideration led to the architecture that exists in Bouncy Castle.[2] The project was founded in May 2000. It was originally just Java. C# API added in 2004. The original Java API consisted of approximately 27,000 lines of code, including test code and provided support for J2ME, a JCE/JCA provider, and basic X.509 certificate generation. In comparison, the 1.53 release consists of 390,640 lines of code, including test code. It supports the same functionality as the original release with a larger number of algorithms, plus PKCS#10, PKCS#12, CMS, S/MIME, OpenPGP, DTLS, TLS, OCSP, TSP, CMP, CRMF, DVCS, DANE, EST and Attribute Certificates. The C# API is around 145,000 lines of code and supports most of what the Java API does. Some key properties of the project are:
On 18 October 2013, a not-for-profit association, the Legion of the Bouncy Castle Inc. was established in the state of Victoria, Australia, by the core developers and others to take ownership of the project and support the ongoing development of the APIs. The association was recognised as an Australian charity with a purpose of advancement in education and a purpose that is beneficial to the community by the Australian Charities and Not-For-Profits Commission on 7 November 2013[3]. The association was authorised to fundraise to support its purposes on 29 November 2013 by Consumer Affairs Victoria. Architecture{{Unreferenced|section|date=August 2017}}The Bouncy Castle architecture consists of two main components that support the base cryptographic capabilities. These are known as the 'light-weight' API, and the Java Cryptography Extension (JCE) provider. Further components built upon the JCE provider support additional functionality, such as PGP support, S/MIME, etc. The low-level, or 'light-weight', API is a set of APIs that implement all the underlying cryptographic algorithms. The APIs were designed to be simple enough to use if needed, but provided the basic building blocks for the JCE provider. The intent is to use the low-level API in memory constrained devices (JavaME) or when easy access to the JCE libraries is not possible (such as distribution in an applet). As the light-weight API is just Java code, the Java virtual machine (JVM) does not impose any restrictions on the operation of the code, and at early times of the Bouncy Castle history it was the only way to develop strong cryptography that was not crippled by the Jurisdiction Policy files that prevented JCE providers from performing "strong" encryption. The JCE-compatible provider is built upon the low-level APIs. As such, the source code for the JCE provider is an example of how to implement many of the "common" crypto problems using the low-level API. Many projects have been built using the JCE provider, including an Open Source Certificate Authority EJBCA. Certified releasesThe C# and Java releases now{{when|date=October 2018}} have FIPS 140-2 Level 1 certified streams as well. These differ from the regular releases in that, while the modules are designed in a similar fashion to the regular releases, the low-level APIs are quite different – largely to support the enforcement of controls that FIPS requires when an algorithm is used. In the case of the JCE level of the Java API, the provider is still largely a drop-in replacement for the regular release. The first FIPS-certified releases were made available in November 2016, with the Java version being assigned certification number 2768 and the C# version being assigned certification number 2792. Spongy CastleThe Android operating system, as of early 2014, includes a customized version of Bouncy Castle.[4] Due to class name conflicts, this prevents Android applications from including and using the official release of Bouncy Castle as-is. A third-party project called Spongy Castle distributes a renamed version of the library to work around this issue.[5]. Stripy CastleOriginally, it was assumed a FIPS 140-2 version of Spongy Castle could also be done. It turned out due to Android's DEX file processing that for FIPS purposes the provider needs to be installed on the device separate from the application. The FIPS 140-2 release for Android is now called Stripy Castle and is packaged under org.stripycastle. This was needed in order to avoid clashes with Android's version of Bouncy Castle as well as clashes for applications that might be using Spongy Castle and not requiring FIPS 140-2 certified services. See also{{Portal|Cryptography}}
References1. ^{{cite web |title=Bouncy Castle - LICENSE |url=https://bouncycastle.org/licence.html |website=bouncycastle.org |publisher=Legion of the Bouncy Castle}} 2. ^{{cite web | url=http://events.linuxfoundation.org/sites/events/files/slides/BCCollabTalkSlides.pdf | title=Open Source Development and Sustainability: A Look at the Bouncy Castle Project| publisher=Linux Foundation Collaboration Summit, 2016 | accessdate=29 August 2017}} 3. ^{{cite web | url=https://www.acnc.gov.au/RN52B75Q?ID=4311D441-9D67-4F72-BBDA-16EA9531F478&noleft=1 | title=Australian Charities and Not-For-Profits Commission Register | accessdate=28 August 2017}} 4. ^{{cite book |first=Reimer Pohlmann |last=Schneider |date=17 October 2014 |title= ISSE 2014 Securing Electronic Business Processes: Highlights of the Information Security Solutions Europe 2014 Conference |publisher=Springer |page=205}} 5. ^{{cite web | url=https://rtyley.github.io/spongycastle/ | via=Github | title=Spongy Castle | accessdate=29 April 2013}} External links
4 : Cryptographic software|Java (programming language) libraries|Software using the MIT license|Transport Layer Security implementation |
随便看 |
|
开放百科全书收录14589846条英语、德语、日语等多语种百科知识,基本涵盖了大多数领域的百科知识,是一部内容自由、开放的电子版国际百科全书。