Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/babblebey/private-key-converter
This is a tiny project that allows you to convert private key formats through a web interface.
https://github.com/babblebey/private-key-converter
open-ssh private-key private-key-generator rsa-key secret-key
Last synced: 2 months ago
JSON representation
This is a tiny project that allows you to convert private key formats through a web interface.
- Host: GitHub
- URL: https://github.com/babblebey/private-key-converter
- Owner: babblebey
- License: mit
- Created: 2024-02-24T01:23:54.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-01T13:54:54.000Z (5 months ago)
- Last Synced: 2024-10-03T23:27:14.347Z (3 months ago)
- Topics: open-ssh, private-key, private-key-generator, rsa-key, secret-key
- Language: JavaScript
- Homepage: https://private-key-converter.vercel.app
- Size: 330 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Private Key Converter
![GitHub](https://img.shields.io/github/license/babblebey/private-key-converter) [![semantic-release: angular](https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release)
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:
```sh
npm install
```2. Run the development server:
```sh
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](LICENSE) file for details.
## Support
Do leave this project a star ⭐️