Parallel implementation of improved RSA cryptographic algorithm

TANG Yu,LIU Qing,XIN Xin
2013-01-01
Journal of Computer Applications
Abstract:As the existing RSA algorithm runs slowly in a cloud environment,an improved RSA algorithm was proposed to improve the efficiency of RSA.The method mainly included some of computation during the decryption was moved to the encryption end.A Compute Unified Device Architecture(CUDA) parallel realization technology was involved in decryption.And a mass of paralleled threads of modular multiplication were used to speed up the modular exponentiation and the decryption in RSA algorithm.The experiment results show that the CUDA implementation can achieve more than 10 times speedup in comparison with the original RSA algorithm.
What problem does this paper attempt to address?