diff --git a/README.md b/README.md index 5e9b05f..09d0186 100644 --- a/README.md +++ b/README.md @@ -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