Post
Topic
Board Development & Technical Discussion
Re: Is it secure to use bitcoin private public key for message encryption?
by
prezbo
on 15/11/2015, 11:12:14 UTC
The message encryption is not done by the elliptic curve when using ECIES,
conventional encryption such as AES is used for message encryption.

This is probably what gmaxwell is referring to. If AES is broken so is ECIES. In other words, the security of ECIES is dependent on the security of EC discrete logarithm problem as well as AES.