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: about 2 months 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-03-04T06:48:33.000Z (about 5 years ago)
- Last Synced: 2025-03-25T03:41:26.682Z (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