Communications on Applied Electronics
Foundation of Computer Science (FCS), NY, USA
|
Volume 3 - Issue 1 |
Published: October 2015 |
Authors: Sanjeev Karmakar, Siddhartha Choubey |
![]() |
Sanjeev Karmakar, Siddhartha Choubey . Pragmatic Implementation of RSA-1024 Cryptography. Communications on Applied Electronics. 3, 1 (October 2015), 19-27. DOI=10.5120/cae2015651846
@article{ 10.5120/cae2015651846, author = { Sanjeev Karmakar,Siddhartha Choubey }, title = { Pragmatic Implementation of RSA-1024 Cryptography }, journal = { Communications on Applied Electronics }, year = { 2015 }, volume = { 3 }, number = { 1 }, pages = { 19-27 }, doi = { 10.5120/cae2015651846 }, publisher = { Foundation of Computer Science (FCS), NY, USA } }
%0 Journal Article %D 2015 %A Sanjeev Karmakar %A Siddhartha Choubey %T Pragmatic Implementation of RSA-1024 Cryptography%T %J Communications on Applied Electronics %V 3 %N 1 %P 19-27 %R 10.5120/cae2015651846 %I Foundation of Computer Science (FCS), NY, USA
Contemporary RSA-1024 system is used in the current world’s computer networks for secure communication and transmission. The RSA -1024 system is absolutely secure from the intruders. However it required huge computational effort during encryption and decryption. This can be solved by the fast exponential method however again required mathematical space and time complexity. Java mathematical tool provides BigInteger APIs are significantly suitable to solve this complexity problem. In this paper RSA public key (e, n) and provate key (d, n) used as 1024 bits long large prime product. The encryption and decryption is accomplished through the methods of BigInteger class. In this paper, pragmatic RSA-2048 cryptosystem is presented for e-mail service. The entire design, implantation and deployment is presented in this paper.