I have to implement RSA Algorithm for about 50 different text files
But the problem where i stuck is that:-
RSA Algorithm generates an encrypted value for one character(ASCII) or for any number
But i need to encrypt different files having larger messages like
"My name is MARK, I must have to implement this RSA in any case..........
....
...
... large text upto 70-80 lines "
written in single text file
I googled my problem but didnt find any satisfactory answers for it..
If you know how can i do that that kindly help me with some link or something I need to implement this in any case ...
I am struggling on it with all my efforts