Compare commits

...

4 Commits

Author SHA1 Message Date
efa8a5d68f fix link 2018-12-04 02:15:03 +00:00
25ba03d3e1 simplify 2018-12-03 17:15:27 -07:00
a17e4e4b87 add link to node version 2018-12-03 17:09:36 -07:00
e48f014618 v1.0.1: add screenshot 2018-12-03 00:13:56 -07:00
3 changed files with 5 additions and 4 deletions

View File

@ -15,7 +15,7 @@ Works for RSA and ECDSA public keys.
* P-256 (prime256v1, secp256r1)
* P-384 (secp384r1)
* [x] Node.js version
* [Greenlock SSH Fingerprint](https://git.coolaj86.com/coolaj86/greenlock-ssh-fingerprint.js)
* [Greenlock SSH Fingerprint](https://git.coolaj86.com/coolaj86/ssh-fingerprint.js)
### Need SSH Private Keys?
@ -26,7 +26,7 @@ so you can use Eckles or Rasha, as mentioned above.
<https://coolaj86.com/demos/ssh-fingerprint/>
<img border="1" src="https://git.coolaj86.com/coolaj86/ssh-fingerprint.js/raw/branch/master/screenshot.png" />
<img border="1" src="https://git.coolaj86.com/coolaj86/bluecrypt-ssh-fingerprint.js/raw/branch/master/screenshot.png" />
```bash
git clone https://git.coolaj86.com/coolaj86/bluecrypt-ssh-fingerprint.js

View File

@ -28,7 +28,8 @@
</div>
<br>
<p>Made with <a href="https://git.coolaj86.com/coolaj86/bluecrypt-ssh-fingerprint.js/">ssh-fingerprint.js</a></p>
<p>Made with <a href="https://git.coolaj86.com/coolaj86/bluecrypt-ssh-fingerprint.js/">ssh-fingerprint.js</a> (Browser friendly)</p>
<p>Also available for node.js &amp; CLI: <a href="https://git.coolaj86.com/coolaj86/ssh-fingerprint.js/">ssh-fingerprint.js</a></p>
<script src="./ssh-fingerprint.js"></script>
<script>

View File

@ -1,6 +1,6 @@
{
"name": "bluecrypt-ssh-fingerprint",
"version": "1.0.0",
"version": "1.0.1",
"description": "SSH Fingerprint in < 150 lines of VanillaJS, part of the Bluecrypt suite for Browser Crypto.",
"homepage": "https://git.coolaj86.com/coolaj86/bluecrypt-ssh-fingerprint.js",
"main": "ssh-fingerprint.js",