https://github.com/caesay/asn1editor
Includes a library and application to manipulate and read ASN1 keys, (pfx, der, pem, etc).
https://github.com/caesay/asn1editor
Last synced: about 1 year ago
JSON representation
Includes a library and application to manipulate and read ASN1 keys, (pfx, der, pem, etc).
- Host: GitHub
- URL: https://github.com/caesay/asn1editor
- Owner: caesay
- Created: 2016-02-10T08:10:11.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-10T08:25:56.000Z (over 10 years ago)
- Last Synced: 2025-03-27T09:52:10.614Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 669 KB
- Stars: 6
- Watchers: 2
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Asn1Editor
Includes a library and application to manipulate, read, and create ASN1 keys, (pfx, der, pem, etc).
-------------------------------
The good stuff (ASN1 parser etc) is in /LCLib, the rest are various user-friendly applications to read and convert keys to different formats. I couldn't find the source online anywhere, so this is uploaded here for historical purposes. It is identical to the original code, and I won't be accepting any pull requests.
Original author: Liping Dai (2003)