0

I need help with digital signatures in ruby. What I'm aiming to do is have the application on a users computer receive a file digitally signed from me. The user application must then, without using any gems, verify the file is valid and read it. Could anyone help me?

2 Answers2

0

With digital signatures this question can help Digital signature verification with OpenSSL

Community
  • 1
  • 1
andrykonchin
  • 2,507
  • 3
  • 18
  • 24
0

Most governments with working electronic signature schemas have desktop apps that allow verifying signed files. Estonia has one of the most advances softwares that can be isntalled from https://installer.id.ee/

Depending on the country of the receiver user there might be more optimized applications available.

Margus Pala
  • 8,433
  • 8
  • 42
  • 52