Skip to content

Commit

Permalink
ssh-keyparse: translate to python3
Browse files Browse the repository at this point in the history
  • Loading branch information
mk-fg committed Feb 21, 2019
1 parent 78ccb3f commit b25b521
Show file tree
Hide file tree
Showing 2 changed files with 119 additions and 116 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ permutation that openssh (or something else) may decide to throw at you.
ssh-keyparse
''''''''''''

Tool to extract raw private key string from ed25519 ssh keys.
Python3 script to extract raw private key string from ed25519 ssh keys.

Main purpose is easy backup of ssh private keys and derivation of new secrets
from these for other purposes.
Expand Down Expand Up @@ -781,9 +781,9 @@ There's also an option (--pbkdf2) to run the thing through PBKDF2 (tunable via

% ssh-keyparse test-key --raw >test-key.bin

With encoding like --base32 (`Douglas Crockford's human-oriented Base32`_, last
lowercase letter there is a checksum), it's easy to even read the thing over
voice-comm link, if necessary.
With encoding like --base32 (`Douglas Crockford's human-oriented Base32`_,
last digit/lowercase-letter there is a checksum), it's easy to even read the
thing over some voice channel, if necessary.

.. _Douglas Crockford's human-oriented Base32: http://www.crockford.com/wrmg/base32.html

Expand Down
Loading

0 comments on commit b25b521

Please sign in to comment.