Skip to main content

Digital Signature

  • Your digital signature is the proof that you signed something
  • Your digital signature attests to the fact that your data was not tampered with
πŸ”["rsa"];

message = "hi";

signature = πŸ— πŸ«†message;

q = ( ✍ signature ⚲ message  ) πŸ«†πŸ”‘;

save as signature1;