blah blah blah is here! blah blah » Close

0
votes
4 answers

Decrypt-only crypto system?

Hi, I'm developing a security application in which the end users need to decrypt data from encrypted blobs. The crucial part of this however is that for security to remain intact, at least simple verification of the data must be perf ...

2
votes
1 answers

What data type does the RSA function in System.Security.Cryptography use

Hi all I am working on a project for a class and I have a simple question One part of the project needs to use an RSA function but in a latter part I need to use the same Modulus that the RSA function uses to do some other calculations. I ...

Feedback