McGovernTheory
McGovernTheory

Reputation: 6664

Are there any other open source JCE libraries besides BouncyCastle?

I am looking for open source JCE libraries that implement some of the more esoteric encryption algorithms so that I can study their implementation. I would be especially interested in ones that implement Identity Based Encryption (IBE) as published by Stanford.

Upvotes: 4

Views: 1305

Answers (2)

tonys
tonys

Reputation: 3984

Cryptix (not sure what state its in at the moment but it was high quality when I used it last):

http://www.cryptix.org

http://sourceforge.net/projects/cryptix

Upvotes: 1

C. K. Young
C. K. Young

Reputation: 223003

GNU Classpath also has their own JCE implementation, however, whether they support IBE is another story.

Upvotes: 1

Related Questions