The moose likes Security and the fly likes Regarding source code - elliptic curve cryptography Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » Security
Reply Bookmark "Regarding source code - elliptic curve cryptography" Watch "Regarding source code - elliptic curve cryptography" New topic
Author

Regarding source code - elliptic curve cryptography

sudharani Savadi
Greenhorn

Joined: Feb 23, 2011
Posts: 29

I am working on one project in that we need to use elliptic curve cryptography for message encryption and decryption. i am not getting the source code of ECC so can anyone send me if you have it.
I do not have much idea about the algorithm. please explain it briefly. Thank you.
Rob Spoor
Saloon Keeper

Joined: Oct 27, 2005
Posts: 18373

We don't just hand out code; we are NotACodeMill.
This should help you along a bit. There are some open source implementations, although they appear to be in C or C++. However, it does mention that Java SE has support for it as well: http://openjdk.java.net/projects/jdk7/features/#f73. This appears to be since Java 7 though. If you can't use that then I suggest you check for elliptic curve cryptography java.


SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
sudharani Savadi
Greenhorn

Joined: Feb 23, 2011
Posts: 29

Thank you for your kind response. i have goggled but i could not get clear idea of ECC and source code. do you know any sites which provide source codes?.
greg stark
Ranch Hand

Joined: Aug 10, 2006
Posts: 220
Bouncycastle and Flexiprovider are just two. Obviously you are not looking very hard. It sounds like you want to spoon-fed knowledge, code, google results, ..., everything.


Nice to meet you.
sudharani Savadi
Greenhorn

Joined: Feb 23, 2011
Posts: 29

Hi Good morning. what i want is the source code of ECC algorithm. i will write code according to my application requirement. please help me out in achieving code.
Whatever sites you mentioned I could not get detailed information.
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 32769
It's not possible to provide a lot of detail in forum posts about topics as intricate as ECC; if I was interested in that I'd start reading at Wikipedia and follow some links from there.

The sites mentioned above (OpenJDK for Java 7) and BouncyCastle have implementations (read: source code) for ECC; I don't think either has much explanatory material - that's not what those sites are about.


Android appsImageJ pluginsJava web charts
sudharani Savadi
Greenhorn

Joined: Feb 23, 2011
Posts: 29

Yeah. I will follow Wikipedia. Thank you. Have a good day.
sudharani Savadi
Greenhorn

Joined: Feb 23, 2011
Posts: 29

ok
 
 
subject: Regarding source code - elliptic curve cryptography
 
Threads others viewed
How to merge two hashtables elements in another hashtable?
how to invoke applet from servlet
ClassCastException
JDOM 8 Problem
SimpleDateFormat giving an error
developer file tools