Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I find the Bouncy Castle source code

i would like to know if bouncycastle source code has been published. if yes where could I find it. so far I have found nothing really usefull.

like image 604
eskoba Avatar asked Nov 11 '13 11:11

eskoba


People also ask

Is Bouncy Castle open source?

The Bouncy Castle Crypto APIs are looked after by an Australian Charity, the Legion of the Bouncy Castle Inc., which looks after the care and feeding of the Bouncy Castle APIs. Help us keep this effort Free, Open Source, and Maintained!

Is Bouncy Castle part of Java?

BouncyCastle is a Java library that complements the default Java Cryptographic Extension (JCE).

What is Bouncy Castle Crypto DLL?

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.

How do I add a Bouncy Castle provider in Java?

Installation of Bouncy Castle for use in TomEE itself is done in two steps: Add the Bouncy Castle provider jar to the $JAVA_HOME/jre/lib/ext directory. Create a Bouncy Castle provider entry in the $JAVA_HOME/jre/lib/security/java. security file.


2 Answers

The sources are available here, which incidentally was really easy figuring out by googling "bouncycastle source code"...

They're also mirroring the sources on GitHub: https://github.com/bcgit/bc-java

Cheers,

like image 144
Anders R. Bystrup Avatar answered Oct 12 '22 05:10

Anders R. Bystrup


You can find it here in "Sources and Javadoc" section

like image 38
Shailendra Avatar answered Oct 12 '22 04:10

Shailendra