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 save PKey pem into a file with a password? #781

Open
forchid opened this issue Jun 29, 2024 · 1 comment
Open

How to save PKey pem into a file with a password? #781

forchid opened this issue Jun 29, 2024 · 1 comment

Comments

@forchid
Copy link

forchid commented Jun 29, 2024

In fibjs website, the PKey from() can be used to load a pem key with a password, but no method is provided to save a perm key into data with a password.

@xicilion
Copy link
Member

The current release version of fibjs does not have this feature. The next version of fibjs will completely redesign the crypto module, using openssl to implement encryption and tls communication, and the interface functions and objects will be more compatible with nodejs.
If you'd like, you can take a look at the idl file in the dev branch first.

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

No branches or pull requests

2 participants