Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tgalal/android-dumpkey
Command line tool to extract RSA public keys from X.509 certificates and output source code with data initializers for the keys.
https://github.com/tgalal/android-dumpkey
Last synced: 8 days ago
JSON representation
Command line tool to extract RSA public keys from X.509 certificates and output source code with data initializers for the keys.
- Host: GitHub
- URL: https://github.com/tgalal/android-dumpkey
- Owner: tgalal
- License: apache-2.0
- Created: 2015-06-14T22:19:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-03-04T06:48:33.000Z (over 4 years ago)
- Last Synced: 2024-09-15T07:20:44.055Z (2 months ago)
- Language: Python
- Size: 10.7 KB
- Stars: 8
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Command line tool to extract RSA public keys from X.509 certificates and output source code with data initializers for the keys.
Ported from android/platform_system_core/libmincrypt/tools/DumpPublicKey.java