Re: Digital Signature Verification

2022-04-07 Thread Vishal Rana via Gnupg-users
Thanks Stuart for replying. I am able to decode a public key which is in ascii armor format. But decoded information is again block of Base64 like // 99020D04624C0847011000CED5D5FF24 FAF1052D0254C83FBEA80D956D1F

Re: Digital Signature Verification

2022-04-07 Thread Werner Koch via Gnupg-users
On Thu, 7 Apr 2022 15:26, Vishal Rana said: > Please suggest to me how to proceed. Most GnuPG tools feature a debug option --debug mpi --debug crypto which shows you lots of debug info. For example the raw RSA parameters. Use "--debug help" to see all debug classes. But always remember that th