Public Key and Certificate
This page contains all the cryptographic documents I’m using.
PGP
I do NEVER upload my key to public key server, so you shouldn’t also.
Keyring (9A1A 067C 0066 CCFF)
1 | pub rsa4096 2022-04-19 [SC] [expires: 2027-03-09] |
1 | curl -sSL https://key.alancui.cc/alanpgp.asc | gpg --import |
Derived SSH key (0x79579774)
SHA256:B+pus/Iwmtpxp0eFWHzQHNxZl9fZRTk1KY4efCJ5pDo
1 | ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDez9RSWfSMrz725VThz8CcPp1Ary6AUoiec4fH2ohZ5doqMwegLd89JthyEjN+aMplPNRmWl0wrPk06Hgg4wh7CGy0QbzZUcMyWtYU+HDUXSef33zNcaW9VHSUJZx9TyGg1Hi420IxODhw1zYC/5SUhKxVPKAqlZfFFFA9n9OL2Ma+uzt2axpsCqejVqUHSgIFFtB7cTKl1sY5P5ijmx7ctaTu28/al0XPSIoigLbTMm/vhcKeFhVhrXF1GqoLsIO2yaOqwZx6k95Fx18H84MWlmU0gDo+WHneU9HTJwLOT03QPBeE/uNe5pHhi2IHRYWjb3ZlO7HGlnBv8kCMyp2ZIb9tKsHlSKTqm6endPorXhilgbAg13+kxHqovQloHsRN2YEja9TgVCcS7ENb10K+DFcXfS8u3Pk1rHWxMVGBJqQDKMuTUuiIwfRHo9TBlhUpHiL7J9d7B0NgYnApxbhGQmAmnnD1ZMijPTbAvtnMnenx3K2+nDwt4zxLhxtmuEY1nhkAxrQwR+C8dCpkbR13b5SNSazJk1wiRpI5h9K/yUcc5/vmObBpyqi5mvIJu9rcoN7AlTSNR6sie6N/UEa390dPmk4WNQUuAJ4apcnnmFEF6beWFlYLzJlyvmjSWxvExpZrbAtYJnP6VaObKASp+PPgpfMtzXhqvjg4DVT2ow== openpgp:0x79579774 |
1 | curl -sSL https://key.alancui.cc/alanssh.asc >> ~/.ssh/authorized_keys |
Android APK Signing
Abstract
1 | Certificate [1]: |
Fingerprint (SHA256)
1 | 80:B4:94:4F:FB:C4:D8:55:17:78:FA:B8:A9:AB:2B:9B:38:00:94:7F:FA:50:BD:F4:77:CD:4F:C6:B6:14:01:0F |
1 | apksigner verify --print-certs <path/to/theapk.apk> |
Deprecated Certificate
The revocation of PGP key 5B195E96EEA7CB44F5F9AAD8 6265 D474 BE2A 263E
Since the PGP key has lost any copy other than its smart card, it is foreseeable that when the smart card is eventually lost or corrupted,
I will lose all access to the certificate. The key has not been used for a long time and expired in 2023, therefore, I will replace the certificate and revoke the old certificate currently used for signing.
Following key has been revoked immediately, The reason for ot is RFC 5280 (4) superseded.
1 | pub rsa4096 2022-09-28 [SC] [revoked: 2026-03-09] |
1 | curl -sSL https://key.alancui.cc/5B195E96EEA7CB44F5F9AAD86265D474BE2A263E.rev | gpg --import |