Call for Paper
CAE solicits original research papers for the July 2023 Edition. Last date of manuscript submission is June 30, 2023.
Pragmatic Implementation of RSA-1024 Cryptography
Sanjeev Karmakar and Siddhartha Choubey. Article: Pragmatic Implementation of RSA-1024 Cryptography. Communications on Applied Electronics 3(1):19-27, October 2015. Published by Foundation of Computer Science (FCS), NY, USA. BibTeX
@article{key:article, author = {Sanjeev Karmakar and Siddhartha Choubey}, title = {Article: Pragmatic Implementation of RSA-1024 Cryptography}, journal = {Communications on Applied Electronics}, year = {2015}, volume = {3}, number = {1}, pages = {19-27}, month = {October}, note = {Published by Foundation of Computer Science (FCS), NY, USA} }
Abstract
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.
References
- Kahn, D., 1967. The Codebreakers, Macmillan Co., New York..
- Johannes, A., Buchmann, 2000. Introduction To Cryptography, Springer-Verlog, Berlin, pp. 45-50, New York 2000.
- Rivest, R.L., 1990. Cryptography, Handbook of Theoretical Computer Science, volume A (editor: J. van Leeuwen), MIT Press/Elsevier, Amsterdam, pp.719-755.
- Brassard, G., 1988. Modern Cryptology, Springer-Verlag.
- Brassard, G., 1993. Cryptography column - Quantum cryptography: A bibliography, Sigact News (3) 24 (1993), pp.16-20.
- Stinson, D.R., 1995. Cryptography - Theory and Practice, CRC Press, Boca Raton.
- Stallings, W., 1995: Network and Internetwork Security - Principles and Practice, Prentice-Hall, New Jersey.
- Simmons, G.J., 1992. Contemporary Cryptology - The Science of Information Integrity, IEEE Press.
- Schneier, B.,1995. Applied Cryptography: Protocols, Algorithms, and Source Code in C, 2nd Edition, Wiley.
- Ford, W., 1994. Computer Communications Security Principles, Standard Protocols and Techniques, Prentice-Hall, New Jersey.
- Rivest, R.L., Shamir, A., Adleman, L.M., 1978. A method for obtaining digital signatures and public-key cryptosystems, Communications of the ACM (2) 21, pp.120-126.
- RSA Laboratories, The RSA Factoring Challenge. Retrieved on 2008-03-10.
- RSA Laboratories, The RSA Factoring Challenge FAQ. Retrieved on 2008-03-10
Keywords
RSA, RMI, Cryptography, Encryption, Decryption, Network, Security, RSA-1024, NFS, ECM