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

Missing RSA's private key encryption and public key decryption #13

Closed
zhangdekui opened this issue Dec 16, 2022 · 2 comments
Closed

Missing RSA's private key encryption and public key decryption #13

zhangdekui opened this issue Dec 16, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@zhangdekui
Copy link

Feature Request

Golang's standard library only has public key encryption and private key decryption, It would be perfect if there is private key encryption and public key decryption

@gouguoyin
Copy link
Collaborator

Private key encryption and public key decryption are not commonly used

@gouguoyin gouguoyin added the enhancement New feature or request label Dec 16, 2022
@gouguoyin
Copy link
Collaborator

v0.2.5 released and added rsa support for long plaintext private key encryption and public key decryption

https://github.com/golang-module/dongle#2rsa-encrypt-by-private-key-and-decrypt-by-public-key

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants