Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rahulremanan/550a172b3aa0894efead1551c47d0d73 to your computer and use it in GitHub Desktop.
Save rahulremanan/550a172b3aa0894efead1551c47d0d73 to your computer and use it in GitHub Desktop.
!cat ./message.priv.enc | base64 -d | openssl rsautl -verify -pubin -inkey ./self_signed_cert.pub.key -in - > ./message.priv.dec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment