.

Monday, January 14, 2019

Design of a New Security Protocol Using Hybrid Cryptography

Subasree &038 Sakthivel ? Design of a red-hot crelairtials protocol IJRRAS 2 (2) ? February 2010 DESIGN OF A NEW SECURITY PROTOCOL development HYBRID CRYPTOGRAPHY ALGORITHMS S. Subasree and N. K. Sakthivel School of reason, Sastra University, Thanjavur 613401, Tamil Nadu, INDIA. ABSTRACT A computing device Network is an interconnected group of auto nomous computing nodes, which use a healthful defined, mutually agreed set of rules and conventions known as protocols, interact with wizard -an early(a) meaningfully and allow resource sharing p listably in a predictable and controllable manner. conversation has a majo r impact on nowadays? s business. It is sought after to communicate data with high credentials. shelter Attacks compromises the protective cover and hence various Symmetric and A radial cryptologic algorithmic programs have been proposed to arrive at the security services much(prenominal) as Au thereforetication, Confidentiality, Integrity, Non-Repudiation and Availability. At present, various types of cryptographic algorithms go away high security to information on controlled networks. These algorithms atomic number 18 undeniable to try data security and users au thuslyticity.To improve the strength of these security algorithms, a new-fangled security protocol for on line transaction can buoy be designed use combination of both symmetric and irregular cryptographic techniques. This protocol provides trey cryptographic pr imitives such(prenominal) as integrity, confidentiality and authentication. These three earthys can be achieved with the help of oval Curve Cryptography, forked -RSA algorithm and Message Digest MD5. That is it uses ovate Curve Cryptography for encoding, triple -RSA algorithm for authentication and MD-5 for integrity.This new security protocol has been designed for advance security with integrity exploitation a combination of both symmetric and asymmetric cryptographic techniques. centralwords Netwo rk certificate, Elliptic Curve Cryptography, dual-RSA, Message Digest-5. 1. conception Curiosity is one of the nearly common human traits, matched by the wish to conceal undercover information. Spies and the military all resort to information hiding to pass meanings securely, some measure deliberately including misleading information 12. Steganography, a chemical mechanism for hiding information in apparently innocent pictures, may be use on its own or with other methods.encryption fundamentally consists of scrambling a pass so that its contents are not readily favorable while de nilion is the reversing of that process14. These processes dep check on particular algorithms, known as ciphers. Suitably scrambled school textbook edition is known as cipher text while the buffer is, not surprising ly, unmingled text. Readability is incomplete a necessary nor sufficient condition for something to be plain text. The original might well not make any obvious ace when read, as would be the case, for example, if something already encrypted were being notwithstanding encrypted.Its as well as rather possible to construct a mechanism whose output is readable text besides which actually bears no relationship to the unencrypted original. A pick out is utilise in conjunction with a cipher to encrypt or decode text. The key might appear meaningful, as would be the case with a character string used as a password, but this diversity is irrelevant, the blendality of a key lies in its being a string of bits find out the mapping of the plain text to the cipher text. 1. 1 Why we shoot cryptography?Protecting access to information for reasons of security is still a major reason for using cryptography. However, its also increasingly used for appellative of individuals, for authentication and for non -repudiation. This is particularly important with the growth of the Internet, global trading and other activities12. The identity of e -mail and Web users is triv ially easy to conceal or to forge, and secure authentication can give those interacting remotely confidence that theyre dealing with the right person and that a communicate hasnt been forged or changed.In moneymaking(prenominal) situations, non-repudiation 12 is an important concept ensuring that if, say, a contract has been agreed upon one caller cant then renege by claiming that they didnt actually agree or did so at some different meter when, perhaps, a price was higher(prenominal) or lower. Digital signatures and digital sentencestamps are used in such situations, often in conjunction with other mechanisms such as message leap outs and digital certificates. 95 Subasree &038 Sakthivel ? Design of a New shelter communications protocol IJRRAS 2 (2) ? February 2010The scat of uses for cryptography and related techniques is considerable and growing steadily. Passwords are common but the protection they offer is often illusory, perhaps because security policies within many or ganizations arent well thought out and their use causes more(prenominal) problems and inconvenience than seems worth it14,15. In many cases where passwords are used, for example in protecting word processed documents, the ciphers used are extremely light and can be attacked without difficulty using one of a range of freely available cracking programs. 2.TYPES OF CRYPTOGRAPHIC ALGORITHMS 2. 1. Elliptic Curve encryption When using elliptic scents in cryptography11, we use various properties of the fountainheads on the curve , and functions on them as well. Thus, one common task to complete when using elliptic curves as an encryption tool is to find a itinerary to turn information m into a point P on a curve E. We assume the information m is already indite as a number. There are many ways to do this, as simple as setting the letters a = 0, b = 1, c = 2, . . . or there are other methods, such as ASCII, which accomplish the corresponding task.Now, if we have E y2 = x3 + Ax + B (modern p), a curve in Weierstrass form, we want to let m = x. But, this lead marrowly work if m3 + Am + B is a square modulo p. Since only one-half of the numbers modulo p are squares, we only have intimately a 50% chance of this occurring. Thus, we will try to embed the information m into a comfort that is a square. Pick some K such that 1/2K is an pleasing failure rate for embedding the information into a point on the curve. Also, make sure that (m + 1)K p. Let xj = mK + j for j = 0, 1, 2, . . . ,K ? 1 Compute x 3j + Axj + B.Calculate its square root yj (mod p), if possible. If there is a square root, we let our point on E representing m be P m = (xj , yj) If there is no square root, try the next value of j4,5. So, for each value of j we have a probability of about 1/2 that xj is a square modulo p. Thus, the probability that no xj is a square is about 1/2K, which was the acceptable failure rate6. In most common applications, there are many real-life problems that may occu r to toll an attempt at sending a message, like computer or electricity failure.Since people accept a certain 16 aggregate of failure due to uncontrollable phenomenon, it makes sense that they could agree on an acceptable rate of failure for a controllable feature of the process. Though we will not use this specific process in our algorithms10. 2. 2. soprano RSA In practice, the RSA decoding computings are performed in p and q and then combined via the Chinese Remainder Theorem (cathode-ray tube) to obtain the desired solution in ? N, instead of this instant computing the exponentiation in ? N. This decreases the computingal be of decryption In two ways.First, computations in ? p and ? q are more efficient than the same computations in ? N since the elements are much smaller. Second, from Lagrange? s Theorem, we can step in the private exponent d with dp = d mod (p 1) for the computation in ? p and with dq = d mod (q 1) for the computation in ? p, which discredit the cos t for each exponentiation when d is larger than the primes. It is common to refer to dp and dq as the cathode-ray tube -exponents. The first method to use the CRT for decryption was proposed by Quisquater and Couvreur 7,8.Since the method requires knowledge of p and q, the key multiplication algorithm needs to be modified to output the private key (d, p, q) instead of (d,N). Given the pri vate key (d, p,q) and a valid ciphertext C ? ? N, the CRTdecryption algorithm is as follows 1) Compute Cp = Cdp mod p. 2) Compute Cq = Cdq mod q. 3) Compute M0 = (Cq Cp) . p-1 mod q. 4) Compute the plaintext M = Cp + M0 . p. This version of CRT-decryption is simply Garner? s algorithm for the Chinese Remainder Theorem applied to RSA.If the key generation algorithm is further modified to output the private key (dp, dq, p, q, p -1 mod q), the computational cost of CRT-decryption is dominated by the modular exponentiations in steps 1) and 2) of the algorithm. When the primes p and q are roughly the same size of it (i. e. , half the size of the modulus), the computational cost for decryption using CRT -decryption (without parallelism) is theoretically 1/4 the cost for decryption using the original method7. Using RSA-Small-e along with CRT-decryption allows for extremely fast encryption and decryption that is at most quartet multiplication faster than standard RSA. 96IJRRAS 2 (2) ? February 2010 Subasree &038 Sakthivel ? Design of a New Security communications protocol 2. 3 MD5 Algorithm MD52 consists of 64 of these operations, grouped in quadruplet rounds of 16 operations. F is a nonlinear function one function is used in each round. Mi denotes a 32 -bit thwart of the message input, and Ki denotes a 32 -bit constant, different for each operation. s is a shift value, which also varies for each operation1. MD5 processes a variable space message into a fixed - distance output of 128 bits. The input message is unordered up into chunks of 512-bit gag laws the message is padd ed so that its length is divisible by 512.The padding works as follows first a single bit, 1, is appended to the end of the message. This is followed by as many zeros as are required to bugger off the length of the message up to 64 bits less than a triple of 512. The re maining bits are filled up with a 64-bit integer representing the length of the original message9. The main MD5 algorithm operates on a 128 -bit state, divided into four 32-bit words, denoted A, B, C and D. These are initialized to certain fixed constants. The main algorithm then operates on each 512 -bit message bar in turn, each block modifying the state.The processing of a message block consists of four similar stages, termed rounds each round is composed of 16 similar operations based on a non -linear function F, modular addition, and left rotation. Many message digest functions have been proposed and are in use today. Here are scarcely a few like HMAC, MD2, MD4, MD5, SHA, SHA-1. Here, we concentrate on MD5, one of the wide used digest functions. 3. HYBRID SECURITY PROTOCOL ARCHITECTURE It is desired to communicate data with high security. At present, various types of cryptographic algorithms provide high security to information on controlled networks.These algorithms are required to provide data security and users authenticity. This new security protocol has been designed for improve security using a combination of both symmetric and asymmetric cryptographic techniques. jut 1 Hybrid protocol Architecture As shown in the figure, the Symmetric Key cryptographic Techniques such as Elliptic Curve Cryptography, and MD5 are used to achieve both the Confidentiality and Integrity. The asymmetrical Key Cryptography technique, Dual RSA used for Authentication. The above discussed three primitives can be achieved with the help of this Security protocol Architecture.The Architecture is as shown in the cypher 1. As shown in the figure, the Symmetric Key Cryptographic Techniques such as Elli ptic Curve Cryptography, and MD5 are used to achieve bo th the Confidentiality and Integrity. The crooked Key Cryptography technique, Dual RSA used for Authentication. 97 Subasree &038 Sakthivel ? Design of a New Security Protocol IJRRAS 2 (2) ? February 2010 The new Security Protocol has been designed for better security. It is a combination of both the Symmetric and Asymmetric Cryptographic Techniques.It provides the Cryptographic Primitives such as Integrity, Confidentiality and Authentication. The given plain text can be encrypted with the help of Elliptic Curve Cryptography, ECC and the derived cipher text can be communicated to the destination through any secured channel. Simultaneously, the haschisch value is calculated through MD5 for the same plain text, which already has been born-again into the cipher text by ECC. This Hash value has been encrypted with Dual RSA and the encrypted message of this Hash value also sent to destination. The intruders may try to trim down the original information from the encrypted messages.He may be trapped both the encrypted messages of plain text and the hashishish value and he will try to decrypt these messages to get original one. He might be get the hash value and it is impossible to extract the plain text from the cipher text, because, the hash value is encrypted with Dual RSA and the plain text is encrypted with ECC. Hence, the message can be communicated to the destination with highly secured manner. The new hash value is calculated with MD5 for the get originals messages and then it is canvasd with decrypted hash message for its integrity.By which, we can ensure that either the origi nal text being altered or not in the communication medium. This is the primitive feature of this hybrid protocol. 4. RESULTS AND CONCLUSION 4. 1 Comparison of RSA and Dual RSA 1) The general Key Algorithms, RSA and Dual-RSA have been implemented in VC++ and we got the following results. As shown in the Figure 2, the original message for communication is stored in MyFile. txt and its size is 547 Bytes, which is shown in the report file. Figure 2 Input File MyFile. txt Figure 3 shows that the project main menu, which consists of various features. They are i. RSA Encryption, ii.RSA Decryption, iii. Dual RSA Encryption, iv. Dual RSA Decryption, and v. Graph, which is used to compare the computational costs of both the RSA and Dual -RSA Figure 4 shows that RSA Encryption and Figure 5 shows that Dual RSA encryption. From the figure 6 it is complete that the RSA take one block at a time for encryption and decryption at a time. But the dual RSA take more time for encryption of two block at a time, but it take less time for decryption of two blocks. So, the RSA encryption and decryption time is greater than Dual RSA because Dual RSA perform the encryption and decryption operation for two blocks. 8 IJRRAS 2 (2) ? February 2010 Subasree &038 Sakthivel ? Design of a New Security Protocol Figure 3 Process of RSA and Dual RSA Encryption/Decryption Figure 4 RSA Encryption 99 Subasree &038 Sakthivel ? Design of a New Security Protocol IJRRAS 2 (2) ? February 2010 Figure 5 Dual RSA Encryption 5. 2 Performance analysis of RSA and Dual RSA Figure 6 RSA vs Dual RSA 100 IJRRAS 2 (2) ? February 2010 Subasree &038 Sakthivel ? Design of a New Security Protocol Figure 7 Computational costs of RSA vs Dual RSA Figure 6 shows that the Perfor mance Analysis of RSA vs Dual RSA.From this figure, it is clear that the total computation time for Encryption and Decryption of Dual -RSA is less than that of ordinary RSA. From the Figure 7, it is sight that the total computation time for Encrypt ion and Decryption of RSA is 4314ms as compared with the total computation time for Encryption and Decryption of Dual RSA is 3203ms for the file size 547 Bytes. From the analysis it is clear that Dual RSA is better than RSA algorithm. So, for authentic ation we are leaving to use Dual RSA. Dual RSA take two block fo r encryption and decryption simultaneously. . 3 Results of Hybrid protocol Architecture Here, we are using three different mode of operation. The vector, Receiver and Intruder. We have t o select the mode and process the information. The following figure represent the three different mode. Figure 8 Mode selection If the mode is the sender, then we have to provide the key val ue and messages in the specified location. Figure 9 Sender Mode 101 Subasree &038 Sakthivel ? Design of a New Security Protocol IJRRAS 2 (2) ? February 2010 Figure 10 shows that the Receiver received the sender message with the key.From the figure, it is noted that, the intruder also received the key and not the message. Because, the message is encrypted with ECC and key is encrypted by using Dual RSA. And also noted that, the intruder derived different key for decryption, which is equivalent to the original key. blush though the intruder got the key he cannot able to get the orig inal message because of Dua l RSA. Because of Dual RSA we got two advantages one is the message cannot be decrypted and time required to perform the encryption and decryption operation less compare to RSA because Dual RSA perform encryption and decryption by two block at a time.The new public houselic Key Cryptographic algorithm, Dual RSA has been developed for better performance in terms of computation costs and memory storage requirements. It is also called RSA -CRT, because it is used Chinese Remainder Theorem, CRT for its Decryption. From the output, it is noted that Dual -RSA improved the performance of RSA in terms of computation cost and memory storage requirements. It achieves parallelism. The CRT Decryption is achieved roughly ? times faster than original RSA. Figure 10 Secured communication of Hybrid Protocol 102 IJRRAS 2 (2) ? February 2010 Subasree &038 Sakthivel ?Design of a New Security Protocol 6. REFERENCES 1 2 3 4 5 6 7 B. den Boer and A. Bosselaers, An attack on the last two rounds of MD4, Advances in Cryptology, Crypto ? 05, pages 194-203, Springer-Verlag, 2005. B. den Boer and A. Bosselaers, Collisions for the compaction function of MD5, Advances in Cryptology, Eurocrypt 07, pages 293-304, Springer-Verlag, 2007. D. Bleichenbacher and A. May, New attacks on RSA with small CRTexponent in Pub lic Key Cryptography, PKC 2006, volume 3968 of Lecture Notes in Computer Science, pages 1 13. Springer-Verlag, 2006. D. Bleichenbacher and A.May, New attacks on RSA with small secret CRT -exponents, in general Key CryptologyPKC 2006, ser. Lecture Notes in Computer Science. New York Springer, 2006, vol. 3958, pp. 113. D. Boneh and G. Durfee, Cryptanalysis of RSA with private key d less than N , IEEE Trans. Inf. Theory, vol. 46, no. 4, pp. 13391349, Jul. 2000. E. Jochemsz and A. May, A polynomial time attack on standard RSA with private CRT -exponents, 2007. Hung-Min Sun, and et al. , Dual RSA and its Security Analysis, IEEE Tra nsaction on Information Theory,Aug 2007, pp 2922 2 933,2007 8 H. -M. Sun, M. J.Hinek, and M. -E. Wu, On the design of Rebalanced-RSA, revised version of 37 Centre for Applied Cryptographic Research, good Report CACR 2005 -35, 2005 Online. Available http//www. cacr. math. uwaterloo. ca/techreports/2005/cacr2005 -35. pdf 9 H. Dobbertin, The Status of MD5 after a young Attack, CryptoBytes, 2(2) 1-6, 2007. 10 M. J. Hinek, Another look at small RSA exponents, in Topics in Cryptology-CT-RSA 2006, ser. Lecture Notes in Computer Science, D. Pointcheval, Ed. New York Springer, 2006, vol. 3860, pp. 82 98. 11 N. Gura, A. Patel, A. Wander, H. Eberle, and S.C. Shantz, Comparing Elliptic Curve Cryptography and RSA on 8-bit CPUs. Proceedings of Workshop on Cryptographic Hardware and Embedded Systems (CHES 2004), 6th International Workshop, pages 119 132, 2004. 12 Ravindra Kumar Chahar and et. al. , Design of a new Security Protocol, IEEE International Conference on Computational experience and Multimedia Applications, pp 132 134, 2007 13 Rama raj, E and Karthikeyan, S, A Design of Enhanced Security Protocol for Wireless Communication using Hybrid Encryption Technique, Indian journal of Computing Technology, pp 22 -29, May, 2006. 14 S. D. Galbraith, C. Heneghan, and J. F. McKee, Tunable balancing of RSA, 2005. Updated ACISP 2005. version of 15 S. D. Galbraith, C. Heneghan, and J. F. McKee, Tunable balancing of RSA, in Proc. Inf. Security and Privacy, 10th Australasian Conf. , ACISP 2005, C. Boyd and J. M. G. Nieto, Eds. , 2005, vol. 3574, pp. 280 292, Springer, Lecture Notes in Computer Science. BIOGRAPHY Dr. S Subasree got Bachelor Degree from Madras university in 1991 and she through with(p) her post graduate form from Bharathidasan Univeristy in 1995 and M. hil from Manonmaniam Sundaranar Univeristy in 2001. She done her M. Tech and Ph. D in SASTRA University in 2006 and 2009 respectively. She got 13 years program line experience. Now she will be parcel as a Senior Assistant prof in SASTRA Univeristy, Tamil Nadu, India. She has published more than 15 papers in International and bailiwick Journals and Conferences. Her research area includes Network Security, High Performance Soft Computing Techniques, Communication Network, and B iometric Cryptography. Dr. N K Sakthivel got Bachelor Degree from Madras university in 1991 and she one her post graduate degree from Bharathidasan Univeristy in 1994 and M. phil from Bharathidasan Univeristy in 2000. She done her M. Tech and Ph. D in SASTRA University in 2004 and 2009 respectively. She got 15 years teaching experience. Now She will be serving as a Professor in SASTRA Univeristy, Tamil Nadu, India. She has published more than 18 papers in International and National Journals and Conferences. Her research area includes High Speed Communication Networks, Network Security, High Performance Computing, and Biometric Cryptography. 103

No comments:

Post a Comment