Reputation: 6664
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
Reputation: 3984
Cryptix (not sure what state its in at the moment but it was high quality when I used it last):
http://sourceforge.net/projects/cryptix
Upvotes: 1
Reputation: 223003
GNU Classpath also has their own JCE implementation, however, whether they support IBE is another story.
Upvotes: 1