
November 13th, 2012, 12:47 AM
|
|
Registered User
|
|
Join Date: Nov 2012
Posts: 1
Time spent in forums: 44 m 34 sec
Reputation Power: 0
|
|
|
Crypto Algorithm Question - Split data to smaller pieces then encrypt with RSA
I am working on something which requires a large data to be encrypted. I know that this should be done using a symmetric key encryption system like AES instead of a public key encryption system like RSA. But I am thinking of doing it with RSA anyway, by splitting the data into smaller pieces and then encrypting each of them with the same public key. Aside from performance considerations, is this method safe? Can this encryption method be easily broken?
Thanks a lot!
|