From 136149a6b50934c386bd77d84d989baf251f932b Mon Sep 17 00:00:00 2001 From: Patrick Roumanoff Date: Thu, 3 Sep 2015 23:09:48 +1000 Subject: [PATCH] rename --- index.html | 18 +++++++++++++----- keypair-ui.js => js-keygen-ui.js | 0 keypair.js => js-keygen.js | 0 3 files changed, 13 insertions(+), 5 deletions(-) rename keypair-ui.js => js-keygen-ui.js (100%) rename keypair.js => js-keygen.js (100%) diff --git a/index.html b/index.html index f905632..3b31509 100644 --- a/index.html +++ b/index.html @@ -1,17 +1,22 @@ - Key Pair generation for SSH access + js-keygen - + + - For an explanation on how this work, see the blog post.
+

js-keygen

+ + Generate a keypair to be used with openSSH, this replicate ssh-keygen function in javascript in the browser, using the webcrypto api and a bit of glue.
+ For an in-depth explanation on how this work, see the blog post.
Usually you would want to save the private key to the machine initiating the ssh connection, and you want to copy the public key to the system receiving the connection.
- No data is being sent to the server, everything happens within the context of this web page. -
+ No data is being sent to the server, everything happens within the context of this web page.
+ Tweet +
+
+ Made with by Patrick Roumanoff + Fork me on GitHub \ No newline at end of file diff --git a/keypair-ui.js b/js-keygen-ui.js similarity index 100% rename from keypair-ui.js rename to js-keygen-ui.js diff --git a/keypair.js b/js-keygen.js similarity index 100% rename from keypair.js rename to js-keygen.js