singpolyma / openpgp-php

OpenPGP.php is a pure-PHP implementation of the OpenPGP Message Format (RFC 4880).
http://singpolyma.github.io/openpgp-php/
The Unlicense
179 stars 69 forks source link

getCipher algo number 1 #123

Open emanueldb-xinergia opened 2 years ago

emanueldb-xinergia commented 2 years ago

Hello, I have a private key encrypted with a phrase to decrypt files for a client. But the cipher code I receive is 1 generating the "Unsupported cipher" exception. Is there a way to fix this or any ideas where to start? Thanks image

singpolyma commented 2 years ago

1 is IDEA, it is quite old and used to be patented, but if you find a PHP module implementing it we could add support.