Skip to main content

Questions tagged [ecies]

ECIES is Elliptic Curve Integrated Encryption Scheme. It a hybrid encryption scheme proposed by Victor Shoup.

3 votes
1 answer
450 views

I am struggling to understand the value of ECIES in a offline message encryption scheme with shared static ECDH keys. So if Bob and Alice each have a static public ECDH key stored in a directory. Each ...
Rowan Smith's user avatar
0 votes
1 answer
239 views

I need to establish a secure method for transmitting shared secret keys between a mobile app and an API server to ensure the integrity of the data. When initially exchanging shared secret keys, I'am ...
Mason's user avatar
  • 103
2 votes
1 answer
335 views

I want my native applications (android/ios) to have a keypair (RSA or ECIES) so that certain data on requests to my API can be encrypted. I want each client to have a unique keypair. The device will ...
Tom L.'s user avatar
  • 21
0 votes
0 answers
128 views

I would like to marry ECIES to a scheme based on PBKFD2. Effectively, I want the Key Encapsulation Mechanism to use Diffie-Hellman, but rather than encrypting the seed material with the recipient's ...
user avatar
4 votes
1 answer
812 views

According to Wikipedia, ECIES requires a key derivation function. I already have an implementation of PBKDF2-HMAC-SHA256 in my library, so I could use this. Is PBKDF2-HMAC-SHA256 (salted of course) ...
K. Biermann's user avatar
3 votes
1 answer
1k views

ECIES is Elliptic Curve Integrated Encryption Scheme. Both Certicom's SecurityBuilder and RSA Data Security BSAFE provide ECIES. Both are FIPS 140 validated, and both clearly list ECIES in their data ...
user avatar