ECC Encryption / Decryption

Sanath Prasanna ahe.sanath@REDACTED
Wed May 5 04:38:47 CEST 2021


Tx Jesper for your kind response.  Here attached my sample test file &
following one is not working. That is the expected other Encoding scheme.
(ShaXxxx)
EncryptMsg = public_key:encrypt_private(Msg, ECPublicKey), (line 64)
Can you give some guide to over come this ?
br,
Robert

On Tue, May 4, 2021 at 8:48 PM Jesper Louis Andersen <
jesper.louis.andersen@REDACTED> wrote:

> On Sun, May 2, 2021 at 1:33 PM Sanath Prasanna <ahe.sanath@REDACTED>
> wrote:
>
>> Hi,
>> I want to encrypt a text message using ECC & need to decrypt. Can someone
>> give me a sample for that process ?
>>
>
> You will probably have to give more information.
>
> There are several different types of ECC methods, and inside these, there
> are a couple of different elliptic curves you can choose from, and some of
> them are standardized requirements for certain applications.
>
> Furthermore, ECC is often used as a tool in a larger toolbox. It's used to
> agree on a (shared) secret key for an underlying block or stream cipher,
> and in some situations also for agreeing on message authentication (which
> protects the message integrity against tampering).
> Getting this toolbox / tooling construction wrong can result in the
> proposed solution being insecure, so beware.
>
>
> --
> J.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20210505/8a2c8fd6/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test.erl
Type: application/octet-stream
Size: 2033 bytes
Desc: not available
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20210505/8a2c8fd6/attachment.obj>


More information about the erlang-questions mailing list