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

This commit is contained in:
Patrick Roumanoff 2015-09-04 10:48:27 +10:00
commit 6ff1e44602

View file

@ -7,9 +7,10 @@ There is no way to generate a ssh keypair on the chrome book, but we have access
* I had to learn about the WebCrypto API - which was the initial goal
* I had to learn about JWK
* I had to learn about ASN.1 to encode the private key for open SSH
* I had to lean about the open SSH public format to encode the public key for open SSH
*
* I had to leanr about base64url encoding (thanks JWK) and how to convert it to and form base64 encoding
* I had to learn about ASN.1 to encode the private key for OpenSSH
* I had to lean about the open SSH public format to encode the public key for OpenSSH
The end result is a usable single page app that will locally generate a keypair you can save to local drive. Allowing you to do that straight from chrome on a chrome book.