Companion Matrix Encryption Using the Knapsack Problem Based on Elgamal

Total Page:16

File Type:pdf, Size:1020Kb

Companion Matrix Encryption Using the Knapsack Problem Based on Elgamal Journal of Computer and Mathematical Sciences, Vol.6(8),416-422, August 2015 ISSN 0976-5727 (Print) (An International Research Journal), www.compmath-journal.org ISSN 2319-8133 (Online) Companion Matrix Encryption Using the Knapsack Problem Based on Elgamal Khushboo Thakur1, B. P. Tripathi2 and B. K. Sharma3 1,3School of Studies in Mathematics, Pt. Ravishankar Shukla University, Raipur, C.G., INDIA. email: [email protected] 2Department of Mathematics, Govt. N.P.G. College of Science, Raipur, Chhattisgarh, INDIA. (Received on: August 14, 2015) ABSTRACT The Merkle-Hellman invented in 1978 is based on the super increasing subset problem. Ralph Merkle and Martin Hellman used the subset problem to create a cryptosystem to encrypt data. In this paper we have verified a companion matrix of message which have been encrypted through the Merkle-Hellman encryption scheme and sent by use of Elgamal. So that only the proposed receiver is efficient to decode the message. Our result also illustrated with the help of a mathematical example. Keywords: Merkle-Hellman encryption scheme, elgamal, Ralph Merkle and Martin Hellman. 1. INTRODUCTION The knapsack problem is a NP complete problem in combinatorial optimization. The knapsack problem selects the most useful items from a number of items given that the knapsack has a certain capacity. Knapsack problems are widely used to design solutions to the industrial problems using Public-key cryptography. The 0-1 knapsack problem states that there is a knapsack with a given capacity and a certain number of items that need to be filled inside the knapsack. Each item has a value and a weight associated with it. The knapsack problem selects the items that can be put in the knapsack so that the value of all the items maximizes the weight and does not increase the total capacity of the knapsack. This can be denoted as Maximize n ∑bi xi i=0 August, 2015 | Journal of Computer and Mathematical Sciences | www.compmath-journal.org 417 Khushboo Thakur, et al., J. Comp. & Math. Sci. Vol.6(8), 416-422 (2015) n ≤ W Subject to ∑ wi xi i=0 where ‘b’ is the value associated with each item i. ‘w’ is the weight associated with each item i. ‘W’ is the maximum capacity of the knapsack. ‘n’ is the number of items. The subset sum problem is a special case of the knapsack problem3 .This problem finds a group of integers from a list vector V, where V = ( , , , ) with the subset of v1 v2 v3 vn elements in the vector V gives a sum of S. It also determines if a vector X = ( , , , ) exists where element of {0,1} so that V ∗ X = S3. Then A super x1 x2 x3 xn xi increasing knapsack vector s is created and the super-increasing property is hidden by creating a second vector M by modular multiplication and permutation. The vector M is the public key of the cryptosystem and is used to decrypt the message5. The Merkle Hellman system is based on the subset sum problem1. The subset sum problem is a special case of the knapsack problem. The subset sum problem is hard, its decision problem was shown to be NP-complete by Karp6. T A super-increasing knapsack vector s is created and the super- increasing property is hidden by creating a second vector M by modular multiplication and permutation. The vector M is the public key of the cryptosystem and s is used to decrypt the message2. 2. ENCRYPTING MESSAGES This cryptosystem performs encryption in two steps. First the polynomials are converted to their binary equivalent. These polynomials are encrypted through the Merkle-Hellman encryption scheme whose main idea is to create a subset problem which can be solved easily and then to hide the super- increasing nature by modular multiplication and permutation. Secondly, these encrypted polynomial are further encrypted though the use of EL- GAMAL concepts. We choose a prime number p and a primitive root g mod p and also choose a random exponent a ∈{}0............p − 2 and calculate `A' such that a A = g mod p We choose another random integer b ∈{0............p − 2} using these details we find out the value of `B' such that b B = g mod p August, 2015 | Journal of Computer and Mathematical Sciences | www.compmath-journal.org Khushboo Thakur, et al., J. Comp. & Math. Sci. Vol.6(8), 416-422 (2015) 418 Here (p,g, A) is a public key and private key is a. Thus the formula to encrypt the message using Elgamal cryptosystem is b c = A m mod p 3. MATHEMATICAL EXPLANATION Step 1: The first step is to choose key of length 7 bits. These are used to perform the first encryption process. Step 2: The second step is to convert the polynomial of the message into binary. The binary sequence is represented by the variable y. Step 3: Choose a super increasing sequence of number of positive integers. A super increasing sequence is one where every number is greater than the sum of all preceding numbers. S = ( , , , ) s1 s2 s3 .........sn Step 4: The forth step is to choose a random integer (z) such that n z f ∑ si i=0 and a random integer r, such that gcd (z, r) = 1 where r and z are co prime. The sequence s and the numbers z and r be the private key of the cryptosystem. All the elements ( , , ,......... ) of the sequence s are multiplied with the number r and the modulus s1 s2 s3 sn of the multiple is taken by dividing with the number z. Now calculate the sequence k = ( , , ,......... ) k1 k 2 k 3 k n Where = r ∗ mod z k i si The public key is k and private key is (r , z , s). Step 5: The message is encrypted by multiplying all the elements of sequence with the k i corresponding elements of sequence where is the i- th bit of the message and yi yi yi ∈{}0,1 . The numbers are then added to create the encrypted message forms the cipher M i text of the cryptosystem. Therefore, n = M i ∑ k i yi i=0 August, 2015 | Journal of Computer and Mathematical Sciences | www.compmath-journal.org 419 Khushboo Thakur, et al., J. Comp. & Math. Sci. Vol.6(8), 416-422 (2015) 3.1. Example. Encrypting the message ⎡0 0 0 0 0 0 0 ⎤ ⎢ ⎥ ⎢1 0 0 0 0 0 0 ⎥ ⎢0 1 0 0 0 0 0 ⎥ ⎢ ⎥ A= ⎢0 0 1 0 0 0 0 ⎥ ⎢0 0 0 1 0 0 −1⎥ ⎢ ⎥ ⎢0 0 0 0 1 0 −1⎥ ⎢ ⎥ ⎣0 0 0 0 0 1 −1⎦ Step 1: The first step is to convert the Companion matrix in binary equivalent- A= 1 1 1 0 0 0 0 Step 2: The second step is to choose a super-increasing sequence s is created s = (1, 3, 11, 23, 72, 114, 258) This problem is easy because s is a super-increasing sequence. Step 3: The binary sequence is y = ( , , ,......... ) , choose a number z that is y1 y2 y3 yn greater than the sum of all super increasing sequence then z = 457 and choose a number r that is in the range [1; z) where r = 15. The private key consists of z, s and r. To calculate a public key, generate the sequence k by multiplying each element in s by r mod z k = (15, 45, 165, 345, 166, 339, 214) because k1 = 1 ∗ 15 mod 457 = 15 k2 = 3 ∗ 15 mod 457 = 45 k3 = 11 ∗ 15 mod 457 = 165 k4 = 23 ∗ 15 mod 457 =345 k5 = 72 ∗ 15 mod 457 = 166 k6 = 114 ∗ 15 mod 457 = 339 k7 = 258 ∗ 15 mod 457 = 214 where the sequence k is a public key. Step 4: The message is encrypted by multiplying all the elements of sequence k with the corresponding elements of sequence y and adding the resulting sum. Therefore, the encrypted message is n M= ∑k i yi i=0 August, 2015 | Journal of Computer and Mathematical Sciences | www.compmath-journal.org Khushboo Thakur, et al., J. Comp. & Math. Sci. Vol.6(8), 416-422 (2015) 420 Encrypting the message ⎡0 0 0 0 0 0 0 ⎤ ⎢ ⎥ ⎢1 0 0 0 0 0 0 ⎥ ⎢0 1 0 0 0 0 0 ⎥ ⎢ ⎥ A == ⎢0 0 1 0 0 0 0 ⎥ ⎢0 0 0 1 0 0 −1⎥ ⎢ ⎥ ⎢0 0 0 0 1 0 −1⎥ ⎢ ⎥ ⎣0 0 0 0 0 1 −1⎦ Its binary equivalent is 1 1 1 0 0 0 0 Where k = (15, 45, 165, 345, 166, 339, 214) and y = (1 1 1 0 0 0 0) Then, M = 15 + 45 + 165 = 225 Step 5: This is encrypted using elgamal concepts. Here we choose a prime number p=283, g=179 and choose random number b=113. The value of `a' is choosen is 106. Therefore, A = 179 106 mod 283 A = 74 Thus the message is encrypted according to the formula C = A b M mod p Thus the encrypted code for the first character becomes C = 74 113 ∗ 225 mod 283 = 81 These codes are sent to the receiver. Thus the message to be transmitted to the receiver is 0081. 4. DECRYPTING MESSAGES During the decryption process, the blocks of encrypted code are separated. On these blocks decryption is performed using the ELGAMAL concepts. The formula used is p−1−a M = B C mod p The output of it is decrypted using Merkle-Hellman Knapsack cryptosystem decryption process. 4.1. Mathematical Explanation. To decrypt the message M, the recipient of the message would have to find the bitstream which satisfies the Equation1.
Recommended publications
  • Cryptography: DH And
    1 ì Key Exchange Secure Software Systems Fall 2018 2 Challenge – Exchanging Keys & & − 1 6(6 − 1) !"#ℎ%&'() = = = 15 & 2 2 The more parties in communication, ! $ the more keys that need to be securely exchanged Do we have to use out-of-band " # methods? (e.g., phone?) % Secure Software Systems Fall 2018 3 Key Exchange ì Insecure communica-ons ì Alice and Bob agree on a channel shared secret (“key”) that ì Eve can see everything! Eve doesn’t know ì Despite Eve seeing everything! ! " (alice) (bob) # (eve) Secure Software Systems Fall 2018 Whitfield Diffie and Martin Hellman, 4 “New directions in cryptography,” in IEEE Transactions on Information Theory, vol. 22, no. 6, Nov 1976. Proposed public key cryptography. Diffie-Hellman key exchange. Secure Software Systems Fall 2018 5 Diffie-Hellman Color Analogy (1) It’s easy to mix two colors: + = (2) Mixing two or more colors in a different order results in + + = the same color: + + = (3) Mixing colors is one-way (Impossible to determine which colors went in to produce final result) https://www.crypto101.io/ Secure Software Systems Fall 2018 6 Diffie-Hellman Color Analogy ! # " (alice) (eve) (bob) + + $ $ = = Mix Mix (1) Start with public color ▇ – share across network (2) Alice picks secret color ▇ and mixes it to get ▇ (3) Bob picks secret color ▇ and mixes it to get ▇ Secure Software Systems Fall 2018 7 Diffie-Hellman Color Analogy ! # " (alice) (eve) (bob) $ $ Mix Mix = = Eve can’t calculate ▇ !! (secret keys were never shared) (4) Alice and Bob exchange their mixed colors (▇,▇) (5) Eve will
    [Show full text]
  • Fall 2016 Dear Electrical Engineering Alumni and Friends, This Past
    ABBAS EL GAMAL Fortinet Founders Chair of the Department of Electrical Engineering Hitachi America Professor Fall 2016 Dear Electrical Engineering Alumni and Friends, This past academic year was another very successful one for the department. We made great progress toward implementing the vision of our strategic plan (EE in the 21st Century, or EE21 for short), which I outlined in my letter to you last year. I am also proud to share some of the exciting research in the department and the significant recognitions our faculty have received. I will first briefly describe the progress we have made toward implementing our EE21 plan. Faculty hiring. The top priority in our strategic plan is hiring faculty with complementary vision and expertise and who enhance our faculty diversity. This past academic year, we conducted a junior faculty broad area search and participated in a School of Engineering wide search in the area of robotics. I am happy to report that Mary Wootters joined our faculty in September as an assistant professor jointly with Computer Science. Mary’s research focuses on applying probability to coding theory, signal processing, and randomized algorithms. She also explores quantum information theory and complexity theory. Mary was previously an NSF postdoctoral fellow in the CS department at Carnegie Mellon University. The robotics search yielded two top candidates. I will report on the final results of this search in my next year’s letter. Reinventing the undergraduate curriculum. We continue to innovate our undergraduate curriculum, introducing two new, exciting project-oriented courses: EE107: Embedded Networked Systems and EE267: Virtual Reality.
    [Show full text]
  • Martin Hellman, Walker and Company, New York,1988, Pantheon Books, New York,1986
    Risk Analysis of Nuclear Deterrence by Dr. Martin E. Hellman, New York Epsilon ’66 he first fundamental canon of The Code of A terrorist attack involving a nuclear weapon would Ethics for Engineers adopted by Tau Beta Pi be a catastrophe of immense proportions: “A 10-kiloton states that “Engineers shall hold paramount bomb detonated at Grand Central Station on a typical work the safety, health, and welfare of the public day would likely kill some half a million people, and inflict in the performance of their professional over a trillion dollars in direct economic damage. America Tduties.” When we design systems, we routinely use large and its way of life would be changed forever.” [Bunn 2003, safety factors to account for unforeseen circumstances. pages viii-ix]. The Golden Gate Bridge was designed with a safety factor The likelihood of such an attack is also significant. For- several times the anticipated load. This “over design” saved mer Secretary of Defense William Perry has estimated the bridge, along with the lives of the 300,000 people who the chance of a nuclear terrorist incident within the next thronged onto it in 1987 to celebrate its fiftieth anniver- decade to be roughly 50 percent [Bunn 2007, page 15]. sary. The weight of all those people presented a load that David Albright, a former weapons inspector in Iraq, was several times the design load1, visibly flattening the estimates those odds at less than one percent, but notes, bridge’s arched roadway. Watching the roadway deform, “We would never accept a situation where the chance of a bridge engineers feared that the span might collapse, but major nuclear accident like Chernobyl would be anywhere engineering conservatism saved the day.
    [Show full text]
  • The Impetus to Creativity in Technology
    The Impetus to Creativity in Technology Alan G. Konheim Professor Emeritus Department of Computer Science University of California Santa Barbara, California 93106 [email protected] [email protected] Abstract: We describe the technical developments ensuing from two well-known publications in the 20th century containing significant and seminal results, a paper by Claude Shannon in 1948 and a patent by Horst Feistel in 1971. Near the beginning, Shannon’s paper sets the tone with the statement ``the fundamental problem of communication is that of reproducing at one point either exactly or approximately a message selected *sent+ at another point.‛ Shannon’s Coding Theorem established the relationship between the probability of error and rate measuring the transmission efficiency. Shannon proved the existence of codes achieving optimal performance, but it required forty-five years to exhibit an actual code achieving it. These Shannon optimal-efficient codes are responsible for a wide range of communication technology we enjoy today, from GPS, to the NASA rovers Spirit and Opportunity on Mars, and lastly to worldwide communication over the Internet. The US Patent #3798539A filed by the IBM Corporation in1971 described Horst Feistel’s Block Cipher Cryptographic System, a new paradigm for encryption systems. It was largely a departure from the current technology based on shift-register stream encryption for voice and the many of the electro-mechanical cipher machines introduced nearly fifty years before. Horst’s vision directed to its application to secure the privacy of computer files. Invented at a propitious moment in time and implemented by IBM in automated teller machines for the Lloyds Bank Cashpoint System.
    [Show full text]
  • Diffie and Hellman Receive 2015 Turing Award Rod Searcey/Stanford University
    Diffie and Hellman Receive 2015 Turing Award Rod Searcey/Stanford University. Linda A. Cicero/Stanford News Service. Whitfield Diffie Martin E. Hellman ernment–private sector relations, and attracts billions of Whitfield Diffie, former chief security officer of Sun Mi- dollars in research and development,” said ACM President crosystems, and Martin E. Hellman, professor emeritus Alexander L. Wolf. “In 1976, Diffie and Hellman imagined of electrical engineering at Stanford University, have been a future where people would regularly communicate awarded the 2015 A. M. Turing Award of the Association through electronic networks and be vulnerable to having for Computing Machinery for their critical contributions their communications stolen or altered. Now, after nearly to modern cryptography. forty years, we see that their forecasts were remarkably Citation prescient.” The ability for two parties to use encryption to commu- “Public-key cryptography is fundamental for our indus- nicate privately over an otherwise insecure channel is try,” said Andrei Broder, Google Distinguished Scientist. fundamental for billions of people around the world. On “The ability to protect private data rests on protocols for a daily basis, individuals establish secure online connec- confirming an owner’s identity and for ensuring the integ- tions with banks, e-commerce sites, email servers, and the rity and confidentiality of communications. These widely cloud. Diffie and Hellman’s groundbreaking 1976 paper, used protocols were made possible through the ideas and “New Directions in Cryptography,” introduced the ideas of methods pioneered by Diffie and Hellman.” public-key cryptography and digital signatures, which are Cryptography is a practice that facilitates communi- the foundation for most regularly used security protocols cation between two parties so that the communication on the Internet today.
    [Show full text]
  • The Mathematics of the RSA Public-Key Cryptosystem Burt Kaliski RSA Laboratories
    The Mathematics of the RSA Public-Key Cryptosystem Burt Kaliski RSA Laboratories ABOUT THE AUTHOR: Dr Burt Kaliski is a computer scientist whose involvement with the security industry has been through the company that Ronald Rivest, Adi Shamir and Leonard Adleman started in 1982 to commercialize the RSA encryption algorithm that they had invented. At the time, Kaliski had just started his undergraduate degree at MIT. Professor Rivest was the advisor of his bachelor’s, master’s and doctoral theses, all of which were about cryptography. When Kaliski finished his graduate work, Rivest asked him to consider joining the company, then called RSA Data Security. In 1989, he became employed as the company’s first full-time scientist. He is currently chief scientist at RSA Laboratories and vice president of research for RSA Security. Introduction Number theory may be one of the “purest” branches of mathematics, but it has turned out to be one of the most useful when it comes to computer security. For instance, number theory helps to protect sensitive data such as credit card numbers when you shop online. This is the result of some remarkable mathematics research from the 1970s that is now being applied worldwide. Sensitive data exchanged between a user and a Web site needs to be encrypted to prevent it from being disclosed to or modified by unauthorized parties. The encryption must be done in such a way that decryption is only possible with knowledge of a secret decryption key. The decryption key should only be known by authorized parties. In traditional cryptography, such as was available prior to the 1970s, the encryption and decryption operations are performed with the same key.
    [Show full text]
  • The Greatest Pioneers in Computer Science
    The Greatest Pioneers in Computer Science Ivan Srba, Veronika Gondová 19th October 2017 5th Heidelberg Laureate Forum 2 Laureates of mathematics and computer science meet the next generation September 24–29, 2017, Heidelberg https://www.heidelberg-laureate-forum.org 3 Awards in Computer Science 4 Awards in Computer Science 5 • ACM A.M. Turing Award • “Nobel Prize of Computing” • Awarded to “an individual selected for contributions of a technical nature made to the computing community” • Accompanied by a prize of $1 million Awards in Computer Science 6 • ACM A.M. Turing Award • “Nobel Prize of Computing” • Awarded to “an individual selected for contributions of a technical nature made to the computing community” • Accompanied by a prize of $1 million • ACM Prize in Computing • Awarded to “an early to mid-career fundamental innovative contribution in computing” • Accompanied by a prize of $250,000 Some of Laureates We Met at 5th HLF 7 PeWe Postcard 8 Leslie Lamport 9 ACM A.M. Turing Award (2013) Source: https://www.heidelberg-laureate-forum.org/blog/laureate/leslie-lamport/ Leslie Lamport 10 ACM A.M. Turing Award (2013) “for fundamental contributions to the theory and practice of distributed and concurrent systems, notably the invention of concepts such as causality and logical clocks, safety and liveness, replicated state machines, and sequential consistency.” • Developed Lamport Clocks for distributed systems • The paper “Time, Clocks, and the Ordering of Events in a Distributed System” from 1978 has become one of the most cited works in computer science • Developed LaTeX • Invented the first digital signature algorithm • Currently work in Microsoft Research Source: https://www.heidelberg-laureate-forum.org/blog/laureate/leslie-lamport/ Balmer’s Peak 11 • The theory that computer programmers obtain quasi-magical, superhuman coding ability • when they have a blood alcohol concentration percentage between 0.129% and 0.138%.
    [Show full text]
  • Arxiv:2106.11534V1 [Cs.DL] 22 Jun 2021 2 Nanjing University of Science and Technology, Nanjing, China 3 University of Southampton, Southampton, U.K
    Noname manuscript No. (will be inserted by the editor) Turing Award elites revisited: patterns of productivity, collaboration, authorship and impact Yinyu Jin1 · Sha Yuan1∗ · Zhou Shao2, 4 · Wendy Hall3 · Jie Tang4 Received: date / Accepted: date Abstract The Turing Award is recognized as the most influential and presti- gious award in the field of computer science(CS). With the rise of the science of science (SciSci), a large amount of bibliographic data has been analyzed in an attempt to understand the hidden mechanism of scientific evolution. These include the analysis of the Nobel Prize, including physics, chemistry, medicine, etc. In this article, we extract and analyze the data of 72 Turing Award lau- reates from the complete bibliographic data, fill the gap in the lack of Turing Award analysis, and discover the development characteristics of computer sci- ence as an independent discipline. First, we show most Turing Award laureates have long-term and high-quality educational backgrounds, and more than 61% of them have a degree in mathematics, which indicates that mathematics has played a significant role in the development of computer science. Secondly, the data shows that not all scholars have high productivity and high h-index; that is, the number of publications and h-index is not the leading indicator for evaluating the Turing Award. Third, the average age of awardees has increased from 40 to around 70 in recent years. This may be because new breakthroughs take longer, and some new technologies need time to prove their influence. Besides, we have also found that in the past ten years, international collabo- ration has experienced explosive growth, showing a new paradigm in the form of collaboration.
    [Show full text]
  • IJM), ISSN 0976 – 6502(Print), ISSN 0976 - 6510(Online), Volumeinternational 4, Issue 6, November - December JOURNAL (2013) of MANAGEMENT (IJM)
    International Journal of Management (IJM), ISSN 0976 – 6502(Print), ISSN 0976 - 6510(Online), VolumeINTERNATIONAL 4, Issue 6, November - December JOURNAL (2013) OF MANAGEMENT (IJM) ISSN 0976-6502 (Print) ISSN 0976-6510 (Online) IJM Volume 4, Issue 6, November - December (2013), pp. 209-212 © IAEME: www.iaeme.com/ijm.asp © I A E M E Journal Impact Factor (2013): 6.9071 (Calculated by GISI) www.jifactor.com DISTINGUISH FROM SYMMETRIC AND ASYMMETRIC CRYPTO SYSTEMS. CITE THE STRENGTHS AND SHORTCOMINGS OF THE EACH SYSTEM V. Sridevi 1, V. Sumathi 2 and M. Guru Prasad 3 1Department of Biotechnology, Sri Venkateswara University, Tirupati, A.P 2Department of Biotechnology, Sri Padmavati Mahila Visvavidyalayam, Tirupati, A.P. 3Department of Biochemistry, Bharatiyar University, Coimbatore, Chennai. ABSTRACT In a symmetric cipher, both parties must use the same key for encryption and decryption. This means that the encryption key must be shared between the two parties before any messages can be decrypted. Symmetric systems are also known as shared secret systems or private key systems. Symmetric ciphers are significantly faster than asymmetric ciphers, but the requirements for key exchange make them difficult to use. In an asymmetric cipher, the encryption key and the decryption keys are separate. In an asymmetric system, each person has two keys. One key, the public key, is shared publicly. The second key, the private key, should never be shared with anyone.When you send a message using asymmetric cryptography, you encrypt the message using the recipients public key. The recipient then decrypts the message using his private key. That is why the system is called asymmetric.
    [Show full text]
  • Oral History Interview with Martin Hellman
    An Interview with MARTIN HELLMAN OH 375 Conducted by Jeffrey R. Yost on 22 November 2004 Palo Alto, California Charles Babbage Institute Center for the History of Information Technology University of Minnesota, Minneapolis Copyright 2004, Charles Babbage Institute Martin Hellman Interview 22 November 2004 Oral History 375 Abstract Leading cryptography scholar Martin Hellman begins by discussing his developing interest in cryptography, factors underlying his decision to do academic research in this area, and the circumstances and fundamental insights of his invention of public key cryptography with collaborators Whitfield Diffie and Ralph Merkle at Stanford University in the mid-1970s. He also relates his subsequent work in cryptography with Steve Pohlig (the Pohlig-Hellman system) and others. Hellman addresses his involvement with and the broader context of the debate about the federal government’s cryptography policy—regarding to the National Security Agency’s (NSA) early efforts to contain and discourage academic work in the field, the Department of Commerce’s encryption export restrictions (under the International Traffic of Arms Regulation, or ITAR), and key escrow (the so-called Clipper chip). He also touches on the commercialization of cryptography with RSA Data Security and VeriSign, as well as indicates some important individuals in academe and industry who have not received proper credit for their accomplishments in the field of cryptography. 1 TAPE 1 (Side A) Yost: My name is Jeffrey Yost. I am from the Charles Babbage Institute and am here today with Martin Hellman in his home in Stanford, California. It’s November 22nd 2004. Yost: Martin could you begin by giving a brief biographical background of yourself—of where you were born and where you grew up? Hellman: I was born October 2nd 1945 in New York City.
    [Show full text]
  • Dr. Adi Shamir
    using the encryption key, allowing anyone to verify the signatory as “Electronics, Information and Communication” field the one with the decryption key. Achievement : Contribution to information security through pioneering research on cryptography The invention of the secret sharing scheme which Dr. Adi Shamir (Israel) protects information from disasters Born: July 6, 1952 (Age: 64, Nationality: Israel) Professor, Weizmann Institute of Science Information dispersal is crucial for the secure storage of important data. In 1979, Dr. Shamir was the first to propose the “secret sharing Summary scheme,” which specifies the dispersal method that ensures the security The advent of open digital networks, namely the Internet, has enabled of information depending on the extent of dispersed information us to lead a convenient lifestyle like never before. Such comfort has leakage. This was achieved using the polynomial method. been made possible thanks to security measures preventing the theft and Based on the fact that a straight line is a first degree polynomial, and a parabola manipulation of valuable information. It is Dr. Adi Shamir who proposed is a second degree polynomial, secret information is represented as points on the many of the underlying concepts in information security and developed polynomial. Points other than the secret information are dispersed and stored. By a series of practical solutions. doing so, a first degree polynomial requires two pieces of dispersed information, Information in digital networks is coded in binary digits. Utilizing and that of the second degree requires three pieces of dispersed information to mathematical methodology, Dr. Shamir has invented and proposed recover the secret information.
    [Show full text]
  • Department of Computer Science & Engineering TECH TIMES
    Department of Computer Science & Engineering A Half- Yearly Newsletter LETTER TECH TIMES January 2016 NEWS PRASAD V. POTLURI SIDDHARTHA INSTITUTE OF TECHNOLOGY Department of Computer EDITORIAL BOARD Science & Engineering The Department of Computer 1. Dr. M.V. Rama Krishna Science and Engineering was formed in the Professor & HEAD year 1999. The department has started 2. Dr. S.Madhavi, Professor B.Tech program with an initial intake of 40 3. Dr. A Sudheer Babu, Professor in the year 1999 and 120 from 2007 4. Mrs. A Ramana Lakshmi onwards. The department has also started M.Tech program with an initial intake of18 Assoc.Professor in the year 2006, and an increase in the 5. Mrs .M. Sailaja, Asst.Professor intake to 36 in the year 2011. The 6. Mr. K. Syama Sundara Rao department is accredited by NBA in the Asst.Professor year 2007 for a period of 3 years and was reaccredited in the year2012 for a period of 2 years. The department has 36 qualified teaching staff with 3 PhDs and 33 M.Techs. Our faculty members aim at delivering top class education blending their rich research Contents experience with class room teaching. The entire faculty is involved in research activities and has published/presented 200 Guest Lectures / papers in national and international Workshops Organized journals and conferences. Faculty Acheivements The department has ACM student chapter and CSI student chapter. The Faculty Publications department offers various certification training programs to students like APSSDC Workshops Attended by Mobile App Development Program, CISCO: CCNA certification and R-Programming Faculty Certification through APSSDC-NASSCOM to make the students well prepared to face Students Acheivements the industry.
    [Show full text]