babblebey / private-key-converter

This is a tiny project that allows you to convert private key formats through a web interface.

Home Page:https://private-key-converter.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Private Key Converter

GitHub semantic-release: angular

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.

Getting Started

Use Quickly

Go to: https://private-key-converter.vercel.app/

Run Locally

  1. Install dependencies:

    npm install
  2. Run the development server:

    npm run dev
  3. Open your browser and navigate to http://localhost:3000.

  4. Use the web interface; paste or upload your PKCS#1 private key file and convert it to PKCS#8 format.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvement, please open an issue or create a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Support

Do leave this project a star ⭐️

About

This is a tiny project that allows you to convert private key formats through a web interface.

https://private-key-converter.vercel.app

License:MIT License


Languages

Language:JavaScript 98.6%Language:CSS 1.4%