Bug_Hunters_35.pptx hackathon ppt on college

jatingaming3 50 views 7 slides Sep 10, 2024
Slide 1
Slide 1 of 7
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7

About This Presentation

Ppt on bug hunters


Slide Content

TITLE PAGE Dev Bhoomi HACKATHON 2024 Problem Statement ID – 02 Problem Statement Title- Data Encryption and Decryption in a switch set PS Category- Software/Hardware Team ID- 35 Team Name (Bug Hunters)

IDEA TITLE Proposed Solution (Describe your Idea/Solution/Prototype) Idea of the proposed solution: XOR Cipher for encryption and decryption How it addresses the problem: ASCII values and XOR operation Innovation and uniqueness of the solution: Multiple Encryption 2 Bug Hunters

TECHNICAL APPROACH Technologies to be used (e.g. programming languages, frameworks, hardware) Web Technologies: HTML , CSS , javaScript , DOM Methodology and process for implementation (Flow Charts/Images/ working prototype) 3 @SIH Idea submission- Template Bug Hunters

Flowchart 4 Start Read Inputs(Message, Key) Encryption(Button Clicked) Initialize encryptedMessage Loop through key Range(1 to key) Apply XOR Cipher || Update || (encryptedMessage, || encryptedMessage || current key) display encryptedMessage Decryption (Button Clicked) Read encrypted message initialize decrypted message loop through key range (key to 1) Apply XOR Cipher || Update || (decryptedMessage, || decryptedMessage || current key) display decrypted message

FEASIBILITY AND VIABILITY Analysis of the feasibility of the idea: Simple Symmetric encryption Binary Operations Potential challenges and risks key length key sharing Strategies for overcoming these challenges Avoid using short keys Secure key exchange 5 @SIH Idea submission- Template Bug Hunters

FUTURE SCOPE AND IMPROVEMENT IMPROVED SECURITY DATA RELIABILITY EASY INTEGRATION 6 @SIH Idea submission- Template Bug Hunters

RESEARCH AND REFERENCES Details / Links of the reference and research work https://www.101computing.net/ https://www.dcode.fr/xor-cipher 7 @SIH Idea submission- Template Bug Hunters
Tags