Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Java > Other Java > BOOK: Beginning Cryptography with Java
|
BOOK: Beginning Cryptography with Java
This is the forum to discuss the Wrox book Beginning Cryptography with Java by David Hook; ISBN: 9780764596339
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning Cryptography with Java section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 2nd, 2010, 11:00 AM
Registered User
 
Join Date: Oct 2010
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default without Bouncy castle ECC cannot be implemented?

i am implementing ECC encryption in java. without bouncy castle ECC cannot be implemented??? It is possible to implement ECC with JDK1.7 without importing any package like bouncy castle.
Whether JDK1.7 has any predefined method to addition or multiplication of point in elliptic curve with random number ie(Q=KP) where p is point, k is number.
pls clarify the doubt

Last edited by nivsri; October 2nd, 2010 at 11:04 AM.. Reason: clarify
 
Old October 2nd, 2010, 07:36 PM
dgh dgh is offline
Wrox Author
 
Join Date: Aug 2005
Posts: 206
Thanks: 0
Thanked 20 Times in 20 Posts
Default

Yes, I don't believe the JDK currently provides any support for the underlying maths required to implement ECC encryption. It just provides some infrastructure classes for describing points and curves.

Regards,

David
 
Old October 3rd, 2010, 09:07 AM
Registered User
 
Join Date: Oct 2010
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default

thanks for ur reply
 
Old October 3rd, 2010, 09:14 AM
Registered User
 
Join Date: Oct 2010
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default need for bouncy castle tutorial

i want to implement ECC with help of bouncy castle package. i didnt find any proper documentation . any one know abt bouncy castle package tutorial or documentation link which will be helpful for me!!!! pls clarify
 
Old October 4th, 2010, 01:26 AM
dgh dgh is offline
Wrox Author
 
Join Date: Aug 2005
Posts: 206
Thanks: 0
Thanked 20 Times in 20 Posts
Default

Unfortunately the current documentation consists of what JavaDoc there is. You might also find looking at the source for the EC algorithms BC implements provide some useful information on how the classes operate.

Regards,

David
 
Old February 28th, 2011, 06:24 AM
Registered User
 
Join Date: Feb 2011
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Bouncy Castle API

Hi, I am interested in using Bouncy Castle API for ECDSA. Is the api free to use for the commercial purposes?
 
Old February 28th, 2011, 08:11 AM
dgh dgh is offline
Wrox Author
 
Join Date: Aug 2005
Posts: 206
Thanks: 0
Thanked 20 Times in 20 Posts
Default

Yes, BC is distributed under an open source license, similar to that of MIT X11.

It is freely usable in commercial products. We just ask that you mention somewhere in your documentation that you are using it.

Regards,

David





Similar Threads
Thread Thread Starter Forum Replies Last Post
operation not yet implemented RichardMaly Crystal Reports 11 January 8th, 2013 02:22 PM
Ask about Bouncy Castle provider ucnhon BOOK: Beginning Cryptography with Java 2 August 5th, 2010 08:09 PM
Handling isLockedOut isn't implemented Joe@Tulsa BOOK: Beginning ASP.NET 2.0 BOOK VB ISBN: 978-0-7645-8850-1; C# ISBN: 978-0-470-04258-8 1 April 3rd, 2007 04:06 AM
Not Implemented Error fs22 Javascript 25 December 9th, 2005 11:06 AM
Ok datagrid implemented however macupryk General .NET 1 October 7th, 2004 11:29 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.