Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to support DSA and Elgamal? #56

Open
ziyuemo373 opened this issue Nov 16, 2017 · 3 comments
Open

How to support DSA and Elgamal? #56

ziyuemo373 opened this issue Nov 16, 2017 · 3 comments

Comments

@ziyuemo373
Copy link

Hi Stephen, thanks for making openpgp-php available.
I know openpgp-php do not support DSA and Elgamal. But I have to encrypt data with a Elgamal key.

Is there any simple way to make openpgp-php support Elgamal? Or could you please give me any suggestions to enhance openpgp-php by myself?

@singpolyma
Copy link
Owner

If you find a PHP library or module supporting ElGamal, then it shouldn't be too hard to add support.

@imuller
Copy link

imuller commented Jan 2, 2018

@singpolyma Can you support DSA?

@singpolyma
Copy link
Owner

singpolyma commented Jan 2, 2018

@imuller I wouldn't suggest using old DSA for new implementations, but if you have some old data you need to read it could be done -- just need a library that implements DSA for us to wrap

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants