Wrox Programmer Forums
|
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 March 12th, 2011, 04:45 AM
Registered User
 
Join Date: Mar 2011
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default Implementation of ECIES

Hi everyone,
Can anyone please tell me how i implement ECIES in java. Does any source code available for it. I tried implementing using FlexiProvider but was no luck. I am getting some internal error.
Thanks in advance.
 
Old June 19th, 2011, 06:57 PM
dgh dgh is offline
Wrox Author
 
Join Date: Aug 2005
Posts: 206
Thanks: 0
Thanked 20 Times in 20 Posts
Default

There's an implementation of this in the Bouncy Castle lightweight API. The core class it's built around is org.bouncycastle.crypto.engines.IESEngine. You'll find tests for it in the org.bouncycastle.crypto.test package.

Regards,

David

PS. apologies for the extremely late reply, I seem to have been having some issues with the reply facility lately.

Last edited by dgh; June 19th, 2011 at 07:01 PM..
 
Old June 19th, 2011, 11:58 PM
Registered User
 
Join Date: Mar 2011
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default

hi,
thanks for reply. Better late than never
regards,
rohit





Similar Threads
Thread Thread Starter Forum Replies Last Post
Implementation of ECIES for Hybrid Encryption harkeerat BOOK: Beginning Cryptography with Java 6 March 11th, 2011 12:59 PM
Example ImageTriggers - Implementation in XAML vs. Implementation in C# Skyshaper BOOK: WPF Programmer's Reference: Windows Presentation Foundation with C# 2010 and .NET 4 2 September 6th, 2010 04:09 AM
Implementation Errors jpatrick BOOK: ASP.NET MVC Website Programming Problem Design Solution ISBN: 9780470410950 0 August 16th, 2009 11:58 AM
COM Implementation using VB6 haianoop Pro VB 6 0 December 28th, 2005 04:01 PM
c# implementation help cshanmuganathan ASP.NET 1.0 and 1.1 Basics 1 May 28th, 2005 12:08 AM





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