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

feat: import cert pem file, encrypt and verify #65

Open
iugo opened this issue Feb 27, 2024 · 0 comments
Open

feat: import cert pem file, encrypt and verify #65

iugo opened this issue Feb 27, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@iugo
Copy link
Member

iugo commented Feb 27, 2024

有一些常见的场景:

  1. 获取到一个证书.
  2. 使用证书中的公钥进行加密.
  3. 使用证书中的公钥进行验签.

现在需要写一些代码实现上述常见场景.

There are some common scenarios:

  1. Obtain a certificate.
  2. Encrypt the certificate using the public key.
  3. Use the public key in the certificate for signature verification.

Now we need to write some code to realize the above common scenarios.

@iugo iugo added the enhancement New feature or request label Feb 27, 2024
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

1 participant