pictoprime icon indicating copy to clipboard operation
pictoprime copied to clipboard

OpenSSL version must be 3

Open PlayLikeNeverB4 opened this issue 1 year ago • 1 comments

I tried running pictoprime on OSX and I had this openssl installed

> openssl version
OpenSSL 1.0.2q  20 Nov 2018

which only returns the hex value and not decimal

> openssl prime 12321321                                                                                                     
BC0229 is not prime

which resulted in the ascii art to be incorrect

Screenshot 2022-08-30 at 14 20 25

After I used openssl@3 it worked

> /usr/local/opt/openssl@3/bin/openssl prime 12321321                                                                                   
BC0229 (12321321) is not prime
Screenshot 2022-08-30 at 14 20 42

So if anyone else runs into this issue you know how to fix it and maybe we can adjust the README to mention this.

PlayLikeNeverB4 avatar Aug 30 '22 11:08 PlayLikeNeverB4