Changes between Version 5 and Version 6 of OpenPGPandSSH


Ignore:
Timestamp:
Nov 29, 2007 12:58:06 AM (6 years ago)
Author:
dkg
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OpenPGPandSSH

    v5 v6  
    3131 
    3232How do we use the same key for GPG and OpenSSH?  At the least, we need to have a way to convert the private key from one format to another.  While i have no problem using an OpenSSH-generated RSA private key as the private part of an X.509 key/cert pair (and vice versa), i'm having difficulty figuring out how to translate the PEM-encoded RSA keys into OpenPGP-encoded RSA keys. 
     33 
     34This conversion should be do-able using [http://tools.ietf.org/html/rfc4880#section-5.5.2 the OpenPGP spec for Secret Key packet formats] and section 7.2 of [ftp://ftp.rsasecurity.com/pub/pkcs/ascii/pkcs-1.asc the RSA encryption standard]. 
    3335 
    3436== Validating the User == 
     
    7476 
    7577 * [http://www.red-bean.com/~nemo/openssh-gpg/ openssh-gpg] is a (relatively stale) attempt to do something similar 
     78 
     79== Resources == 
     80 
     81What tools might come in handy for this project? 
     82 
     83 * CPAN's [http://search.cpan.org/~jesse/GnuPG-Interface-0.36/lib/GnuPG/Interface.pm GnuPG::Interface]