I\'m new to encryption. I need to implement asymmetric encryption algorithm, which i think it uses private/public key. I started using a sample of RSACryptoServiceProvider.
we have:
MaxBlockSize=((KeySize - 384) / 8) + 37
OR
MaxBlockSize=((KeySize - 384) / 8) + 7
so, we can divide Data to some blocks and then encrypt each one and then merge them