Merge branch 'master' of github.com:PatrickRoumanoff/ssh-keypair
This commit is contained in:
commit
df7773c91a
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
Generate a ssh keypair using the webcrypto API
|
||||
==
|
||||
|
||||
See the live demo at https://js-keygen.surge.sh
|
||||
|
||||
There is no way to generate a ssh keypair on the chrome book, but we have access to chrome and the webcrypto API. I had to do all sorts of gymnastics to convert the generated keypair to something that can be consummed by SSH.
|
||||
|
||||
* I had to learn about the WebCrypto API - which was the initial goal
|
||||
|
|
Loading…
Reference in a new issue