Click here to Skip to main content
15,890,741 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,
I want to ask your help. How come I can test the effectiveness of using RSA
2048 bits with RSA 1024 bits? What the tools I can using to test this two type of algorithm? Because I need to get the result for my final project.
Posted
Comments
Mehdi Gholam 22-Dec-14 9:29am    
Define "effectiveness" ?
Member 11328297 22-Dec-14 17:45pm    
Hi Mehdi

Here is brief about my project. Im setup 2 cloud computing application. One applied a SSL with RSA 2048 bits key and another one applied SSL with RSA 1024 keys. I understand that my cloud application is secured enough for the basic of security. So, what can I do to prove that RSA 2048 is better than RSA 1024 on practical part. maybe the result is about the speed of the encryption or decryption process? What can I do to test the both type of keys??
Kornfeld Eliyahu Peter 22-Dec-14 9:38am    
Learn how RSA works...
Understand that RSA can be brake in the theoretical level, but in the practical approach it depends on the bit size of the key used... From all your knowledge, define the 'effectiveness' of the different bit-sizes...
Conclude...
Member 11328297 22-Dec-14 17:47pm    
Hi Kornfeld,

What im tried to do is doing the testing into RSA 2048 and RSA 1024 and do the comparison with the practical result saying that RSA 2048 is more preferred than RSA 1024. How can im doing the testing?? On the basic and simple one. Just want to get the result..
Mehdi Gholam 23-Dec-14 1:02am    
In security the more bits for a key the better, you don't need to test that or to prove it.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900