Go to file
2014-07-20 11:38:52 -05:00
.gitignore Initial commit 2014-07-19 20:53:40 -05:00
LICENSE Initial commit 2014-07-19 21:07:20 -05:00
pubkey-converter.pl tabs -> spaces for consistency 2014-07-20 11:38:52 -05:00
README.md Formatting 2014-07-19 21:10:30 -05:00

pubkey-converter

This is a script that will convert RSA public keys to and from various formats.

usage: ./pubkey-converter.pl [-hrcp] < file
 -h : print this message
 -r : output public key in Base64 RFC 3110 format
 -d : output public key in hexadecimal DER format
 -p : output public key in PEM format

System requirements

  • OpenSSL
  • Perl
  • CPAN modules:
    • Crypt::OpenSSL::RSA
    • Crypt::OpenSSL::Bignum
    • Parse::RecDescent