Merge branch 'master' of github.com:PatrickRoumanoff/ssh-keypair

This commit is contained in:
Patrick Roumanoff 2015-09-03 23:10:01 +10:00
commit df7773c91a

View file

@ -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