|
This program is used to read security objects (keys) in various formats
and printout the contents in human-readable format.
It can parse X.509 certificates from the hideous ASN.1 DER output format.
It can printout the structure of the ugly ASN.1 for development or
education.
It also parses it into a properly designed RSCertificate,
which it displays at the end.
It can read RSA and DSA Public/Private Key-Pairs,
but it will not display the Private-Key elements, because this would
be a huge security lapse, and it is not all that educational anyway.
Syntax
This is a command-line utility.
Usage: asnTranscrab [options] filename [more-files....]
Output Options:
--help | -h -> output this help message and exit
--version | -V -> version of the program and exit
--verbose | -v -> enable Verbose mode
--output | -o <pathname> output filename for Certificate description
--error-file | -e <pathname> output filename for errors
Output hex-dump of Cert-block:
--show-hex | -j -> show
--no-show-hex | -J -> omit (default=OMIT)
Output just ASN.1 structure of file, without knowledge of X.509
--show-ans1-DER | -a -> show
--no-show-asn1-DER | -A -> omit (default=OMIT)
Output ASN.1 structure of Cert, exploding X.509 substructure
--show-ans1-X509 | -x -> show (default=SHOW)
--no-show-asn1-X509 | -X -> omit
Output final RSCertificate description:
--show-rscert | -r -> show (default=SHOW)
--no-show-rscert | -R -> omit
Purchase
Price: $ 30
Download Packages
After you have purchased your License, you may go to the Download Page
to copy the program package down to your computer.
You must run the program package to extract the program and to
activate it, using your License Number and Activation Code.
Proceed to the
Download Page.
|