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)
Encrypting payload using JWE (Alg: ECDH_ES, Enc: A256GCM) .NET5
Is there a way to encrypt data using Alg: ECDH_ES, Enc: A256GCM in .NET 5 - OS: Linux?
Data to encrypt:
"{\"num\":\"1234567891234567\",\"ram\":\"1223\"}&qu...
Daniel Botero Correa
Votes: 0
Answers: 0
How to protect a payload assuming we don't have SSL?
Say I want Bob to be able to send Alice a message using her public key over a curl -X POST http://$DOMAIN/... type endpoint. There are step by step instructions for this use case using "nacl"...
hendry
Votes: 0
Answers: 0