python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Convert Google KMS signatures from DER-encoded format to .Net IEEE 1363 format
I would like to convert signature in DER-encoded format (which I get from google KMS service) to IEEE 1363 format using C# (in order to validate the signature)
How it is done in C#, .Net Core 5 ?
Lior Schwimmer
Votes: 0
Answers: 1
How to verify signature authenticity that was signed using google KMS (Asymmetric sign, Elliptic Curve P-256 key SHA256 Digest) in C#
I have some string data which I signed with google key defined by Algorithm: Elliptic Curve P-256 key, SHA256 Digest.
I wrote a program that should verify that the data and the signature (that was ret...
Lior Schwimmer
Votes: 0
Answers: 1
GCP policy to enforce to use EKM (externally managed key) in KMS
Anyone knows how can we enforce the use of EKM (externally managed key) in the GCP KMS?
I would like to avoid using Google-generated keys in the KMS as per our company policy.
Thanks
PJS
Votes: 0
Answers: 1
Grant permission to use specific KMS key in GCP
I created a keyring and a key in the keyring in GCP, how can I grant a specific service account or user account access to this key only? It seems that to use the key in the KMS, in GCP we need to gran...
PJS
Votes: 0
Answers: 1