Compare commits
1 Commits
1deaf14f5c
...
81780e5ab1
Author | SHA1 | Date | |
---|---|---|---|
81780e5ab1 |
@ -164,6 +164,7 @@ SSH.parsePublicKey = function (ssh) {
|
||||
, e: Enc.bufToUrlBase64(els[1])
|
||||
};
|
||||
} else {
|
||||
console.log('len:', els.length);
|
||||
ssh.jwk = {
|
||||
kty: 'RSA'
|
||||
, n: Enc.bufToUrlBase64(els[2])
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ssh-to-jwk",
|
||||
"version": "1.2.5",
|
||||
"version": "1.2.4",
|
||||
"description": "💯 SSH to JWK in a lightweight, zero-dependency library.",
|
||||
"homepage": "https://git.coolaj86.com/coolaj86/ssh-to-jwk.js",
|
||||
"main": "index.js",
|
||||
|
Loading…
x
Reference in New Issue
Block a user