pts/py_ssh_keygen_ed25519
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
py_ssh_keygen_ed25519: ssh-keygen for ed25519 keypairs in Pure Python ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ py_ssh_keygen_ed25519 is a command-line tool implemented in Python for generating unencrypted ed25519 keypairs (public and private keys) to be used with OpenSSH. It's also a validator for such files. py_ssh_keygen_ed25519 runs on Python 2.4 (with the external hashlib module installed), 2.5, 2.6 and 2.7. It doesn't work with Python 3.x. All other crypto primitives are built in. Usage for keypair generation (as a replacement for ssh-keygen): py_ssh_keygen_ed25519.py -t ed2215 -f <output-file> [-C <comment>] Usage for keypair file verification: py_ssh_keygen_ed25519.py --check [<filename> ...] For an alternative self-contained implementation in standard C, see https://github.com/pts/tiny-ssh-keygen-ed25519 __END__
About
ssh-keygen for ed25519 keypairs in Pure Python
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published