We are interested in doing author verification of messaging so our plan is to encrypt with the private key and decrypt with the public key (thus the system that receives it knows that the author is definitely who we say it is). I see that your RSA library does not support this direction. Is there any plan to do so or are there resources you can point me towards that would enable me to make these functional changes to your code?
Thanks,
Kenny
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
We are interested in doing author verification of messaging so our plan is to encrypt with the private key and decrypt with the public key (thus the system that receives it knows that the author is definitely who we say it is). I see that your RSA library does not support this direction. Is there any plan to do so or are there resources you can point me towards that would enable me to make these functional changes to your code?
Thanks,
Kenny
Sorry, we have no plans to implement RSA signing to pidcrypt atm. The RSA entry at Wikipedia describes what you have to do for signing messages.