http://www.perlmonks.org?node_id=1208676


in reply to ECC.pm ecc_encrypt $message clear text is limited in length

JalapenoBob:

I've not used Crypt::PK::ECC before, but on reading the documentation, it looks like you don't need the second argument on encrypt since you provided the public key file in the constructor.

Update: OK, I installed it and tried it out myself. I'm not having any luck yet. I'll update again if I can make something interesting happen.

Update 2: After digging around in the tests and source code a little, I haven't been able to come up with anything that works. I get the same problem: I can encrypt/decrypt very short strings (up to 20 characters), but once I hit the twenty-first character, I get "Invalid hash specified".

...roboticus

When your only tool is a hammer, all problems look like your thumb.

  • Comment on Re: ECC.pm ecc_encrypt $message clear text is limited in length

Replies are listed 'Best First'.
Re^2: ECC.pm ecc_encrypt $message clear text is limited in length
by JalapenoBob (Initiate) on Feb 08, 2018 at 04:05 UTC
    @roboticus, thanks, any help is appreciated! ...JalapenoBob