We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb7c4b6 + 6ff1c26 commit 1b4d0b1Copy full SHA for 1b4d0b1
PluginBuilder/Services/GPGKeyService.cs
@@ -144,7 +144,7 @@ public async Task<SignatureProofResponse> VerifyDetachedSignature(string plugins
144
145
var signatureProof = new SignatureProof
146
{
147
- Armour = Encoding.ASCII.GetString(sigBytes),
+ Armour = Convert.ToBase64String(sigBytes),
148
KeyId = signature.KeyId.ToString("X"),
149
Fingerprint = BitConverter.ToString(signingKey.GetFingerprint()).Replace("-", ""),
150
SignedAt = signature.CreationTime,
0 commit comments