This is a tiny project that allows you to convert private key formats through a web interface. Currently, it supports conversion from PKCS#1
to PKCS#8
.
Go to: https://private-key-converter.vercel.app/
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Open your browser and navigate to
http://localhost:3000
. -
Use the web interface; paste or upload your
PKCS#1
private key file and convert it toPKCS#8
format.
Contributions are welcome! If you find any issues or have suggestions for improvement, please open an issue or create a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
Do leave this project a star ⭐️