https://github.com/zeroae/pubkey-converter
DN42's public key converter
https://github.com/zeroae/pubkey-converter
Last synced: about 1 year ago
JSON representation
DN42's public key converter
- Host: GitHub
- URL: https://github.com/zeroae/pubkey-converter
- Owner: zeroae
- License: wtfpl
- Created: 2017-09-03T15:37:16.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-04T03:16:34.000Z (almost 9 years ago)
- Last Synced: 2025-04-03T09:03:17.504Z (about 1 year ago)
- Language: Perl
- Size: 5.86 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
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
### Debian-based systems
`apt-get install libcrypt-openssl-bignum-perl libcrypt-openssl-rsa-perl libparse-recdescent-perl`