2017 © Pedro Peláez
 

application ecssh

Utility to manage elliptic curve ssh keys

image

afk11/ecssh

Utility to manage elliptic curve ssh keys

  • Wednesday, July 13, 2016
  • by thomaskerin
  • Repository
  • 1 Watchers
  • 1 Stars
  • 12 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

EcSSH

This library contains some basic tools for working with elliptic curve SSH keys., (*1)

Private keys's can be created using PHPECC, and serialized using it's DER/PEM private key serializer. There is also the EncryptedPrivateKeySerializer, used to create older SSH formatted keys. PKCS#8 encoding is on the wishlist., (*2)

There is also an SshPublicKeySerializer, which encodes the curve/public key in the SSH format. This is the encoding used for authentication (authorized_keys, Github, etc)., (*3)

https://tools.ietf.org/html/rfc5656, (*4)

The PKCS8 code is not yet ready for use!

The Versions

13/07 2016

dev-master

9999999-dev

Utility to manage elliptic curve ssh keys

  Sources   Download

Unlicense

The Requires

 

The Development Requires

git ssh github ecdsa phpecc deploy

13/07 2016

v0.2

0.2.0.0

Utility to manage elliptic curve ssh keys

  Sources   Download

Unlicense

The Requires

 

The Development Requires

git ssh github ecdsa phpecc deploy

19/05 2016

v0.1.1

0.1.1.0

Utility to manage elliptic curve ssh keys

  Sources   Download

Unlicense

The Requires

 

The Development Requires

git ssh github ecdsa phpecc deploy

19/05 2016

v0.1

0.1.0.0

Utility to manage elliptic curve ssh keys

  Sources   Download

Unlicense

The Requires

 

The Development Requires

git ssh github ecdsa phpecc deploy