• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Regarding source code - elliptic curve cryptography

 
Ranch Hand
Posts: 30
Eclipse IDE Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Sheriff
Posts: 22821
132
Eclipse IDE Spring Chrome Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
sudharani Savadi
Ranch Hand
Posts: 30
Eclipse IDE Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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?.
 
Ranch Hand
Posts: 220
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
sudharani Savadi
Ranch Hand
Posts: 30
Eclipse IDE Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
sudharani Savadi
Ranch Hand
Posts: 30
Eclipse IDE Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yeah. I will follow Wikipedia. Thank you. Have a good day.
 
sudharani Savadi
Ranch Hand
Posts: 30
Eclipse IDE Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
ok
reply
    Bookmark Topic Watch Topic
  • New Topic