Exam Details
| Subject | Cryptography | |
| Paper | ||
| Exam / Course | Master's in Mathematics with Applications in Computer Science | |
| Department | School of Sciences (SOS) | |
| Organization | indira gandhi national open university | |
| Position | ||
| Exam Date | December, 2016 | |
| City, State | new delhi, | 
Question Paper
					1. Write a program in language that simulates an LFSR. It should take an initial state vector x1, ..., xk) and the coefficients a0, a1, ..., ak-1 of the recurrence 
xn k ak-1 xn+k-1 ak-2 xn+k-2 .... a0x0(mod
the number of terms l of pseudo-random bit sequence as input and output l terms of the pseudo-random bit sequence. Use it to generate first 20 terms of the sequence given by xn+6 xn xn+2 xn+3 xn+5 and initial vector
Write a program in GP that performs Rabin Miller test. Use it to check whether the number n =12083810075737055857 is a prime number.
Write a function in GP that converts a text to a number by considering the text as a number in base 27 with A B ..., Z =26. Use this function to convert the text "THISISATEST" into a number.
Then, encrypt the number using RSA algorithm with
p 15838626342085188689
q =12648755071576652143
e 27628987
Find decrypt and check your answer.
				
			xn k ak-1 xn+k-1 ak-2 xn+k-2 .... a0x0(mod
the number of terms l of pseudo-random bit sequence as input and output l terms of the pseudo-random bit sequence. Use it to generate first 20 terms of the sequence given by xn+6 xn xn+2 xn+3 xn+5 and initial vector
Write a program in GP that performs Rabin Miller test. Use it to check whether the number n =12083810075737055857 is a prime number.
Write a function in GP that converts a text to a number by considering the text as a number in base 27 with A B ..., Z =26. Use this function to convert the text "THISISATEST" into a number.
Then, encrypt the number using RSA algorithm with
p 15838626342085188689
q =12648755071576652143
e 27628987
Find decrypt and check your answer.
Other Question Papers
Departments
- Centre for Corporate Education, Training & Consultancy (CCETC)
 - Centre for Corporate Education, Training & Consultancy (CCETC)
 - National Centre for Disability Studies (NCDS)
 - School of Agriculture (SOA)
 - School of Computer and Information Sciences (SOCIS)
 - School of Continuing Education (SOCE)
 - School of Education (SOE)
 - School of Engineering & Technology (SOET)
 - School of Extension and Development Studies (SOEDS)
 - School of Foreign Languages (SOFL)
 - School of Gender Development Studies(SOGDS)
 - School of Health Science (SOHS)
 - School of Humanities (SOH)
 - School of Interdisciplinary and Trans-Disciplinary Studies (SOITDS)
 - School of Journalism and New Media Studies (SOJNMS)
 - School of Law (SOL)
 - School of Management Studies (SOMS)
 - School of Performing Arts and Visual Arts (SOPVA)
 - School of Performing Arts and Visual Arts(SOPVA)
 - School of Sciences (SOS)
 - School of Social Sciences (SOSS)
 - School of Social Work (SOSW)
 - School of Tourism & Hospitality Service Sectoral SOMS (SOTHSM)
 - School of Tourism &Hospitality Service Sectoral SOMS (SOTHSSM)
 - School of Translation Studies and Training (SOTST)
 - School of Vocational Education and Training (SOVET)
 - Staff Training & Research in Distance Education (STRIDE)
 
Subjects
- Algebra
 - Coding Theory
 - Complex Analysis
 - Computer Graphics
 - Cryptography
 - Design and Analysis of Algorithms
 - Differential Equations And Numerical Solutions
 - Functional Analysis
 - Graph Theory
 - Linear Algebra
 - Mathematical Modelling
 - Pattern Recognition and Image Processing
 - Probability And Statistics
 - Programming and Data Structures
 - Real Analysis
 - Soft Computing and its Applications