Compare commits

..

No commits in common. "master" and "v1.0.0" have entirely different histories.

3 changed files with 4 additions and 5 deletions

View File

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

View File

@ -28,8 +28,7 @@
</div> </div>
<br> <br>
<p>Made with <a href="https://git.coolaj86.com/coolaj86/bluecrypt-ssh-fingerprint.js/">ssh-fingerprint.js</a> (Browser friendly)</p> <p>Made with <a href="https://git.coolaj86.com/coolaj86/bluecrypt-ssh-fingerprint.js/">ssh-fingerprint.js</a></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 src="./ssh-fingerprint.js"></script>
<script> <script>

View File

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