0% found this document useful (0 votes)
5 views1 page

C and Java Encryption Program Guide

The document outlines a series of programming experiments focused on encryption and cryptography using C and Java. Each experiment includes specific tasks such as implementing various encryption algorithms (e.g., DES, Blowfish, RSA) and performing operations like XOR and AND on strings. The experiments are scheduled with corresponding dates and page numbers for reference.

Uploaded by

ramram108995
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views1 page

C and Java Encryption Program Guide

The document outlines a series of programming experiments focused on encryption and cryptography using C and Java. Each experiment includes specific tasks such as implementing various encryption algorithms (e.g., DES, Blowfish, RSA) and performing operations like XOR and AND on strings. The experiments are scheduled with corresponding dates and page numbers for reference.

Uploaded by

ramram108995
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Contents

Exp. Page [Link]


NameoftheExperiment Date
No No Faculty

1 Write a C program that contains a string (char pointer) with a 28/7/2025 1


value ‘Hello world’. The program should XOR each character
in this string with 0 and display the result.
2 Write a C program that contains a string (char pointer) with a 4/8/2025 2
value ‘Hello world’. The program should AND or and XOR
each character in this string with 127 and display the result.
3 Write a Java program to perform encryption and decryption 11/8/2025 3-6
using the following algorithms
a. Ceaser cipher
b. Substitution cipher
c. Hill Cipher
4 Write a C/JAVA program to implement the DES algorithm 18/8/2025 7-12
logic.

5 Write a C/JAVA program to implement the Blowfish algorithm 1/9/2025 13-15


logic.
6 Write a C/JAVA program to implement the Rijndael algorithm 8/9/2025 16-17
logic.

7 Write the RC4 logic in Java Using Java cryptography; encrypt 15/9/2025 18
the text “Hello world” using Blowfish. Create your own key
using Java key tool.
8 Write a Java program to implement the RSA algorithm. 6/10/2025 19-20

9 Implement the Diffie-Hellman Key Exchange mechanism using 13/10/2025 21-23


HTML and JavaScript.
10 Calculate the message digest of a text using the SHA-1 27/10/2025 24
algorithm in JAVA.

11 Calculate the message digest of a text using the MD5 algorithm 3/11/2025 25-26
in JAVA

You might also like