Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nwtgck/web-ssh-keygen
🔒🔑 Generate a key-pair of ssh-keygen for Web browser
https://github.com/nwtgck/web-ssh-keygen
browser secure security ssh-keygen web webcrypto
Last synced: 3 months ago
JSON representation
🔒🔑 Generate a key-pair of ssh-keygen for Web browser
- Host: GitHub
- URL: https://github.com/nwtgck/web-ssh-keygen
- Owner: nwtgck
- Created: 2020-02-09T07:20:42.000Z (almost 5 years ago)
- Default Branch: develop
- Last Pushed: 2024-02-02T09:19:23.000Z (12 months ago)
- Last Synced: 2024-10-29T23:31:00.616Z (3 months ago)
- Topics: browser, secure, security, ssh-keygen, web, webcrypto
- Language: TypeScript
- Homepage:
- Size: 743 KB
- Stars: 24
- Watchers: 3
- Forks: 3
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# web-ssh-keygen
[![npm](https://img.shields.io/npm/v/web-ssh-keygen)](https://www.npmjs.com/package/web-ssh-keygen) [![CircleCI](https://circleci.com/gh/nwtgck/web-ssh-keygen.svg?style=shield)](https://circleci.com/gh/nwtgck/web-ssh-keygen)Generate a key-pair of `ssh-keygen` on Web
## Thanks ❤️
The original version was created by [Patrick Roumanoff](http://blog.roumanoff.com/). Thanks! The original repository is found on [PatrickRoumanoff/js-keygen](https://github.com/PatrickRoumanoff/js-keygen). He made the core logic of this repository.## Web App
GitHub repo: