0% found this document useful (0 votes)
42 views5 pages

Secure File Encryption Project Report

The document is a project report by A. Paul Yonggi Cho on a Secure File Encryption and Decryption System, submitted for the academic year 2024-2025 at Oxaliss International School. It outlines the objectives of the project, including understanding encryption's importance, building a password management system in Python, and implementing symmetric encryption. The report includes sections on system analysis, hardware and software requirements, project description, results discussion, and a conclusion.

Uploaded by

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

Secure File Encryption Project Report

The document is a project report by A. Paul Yonggi Cho on a Secure File Encryption and Decryption System, submitted for the academic year 2024-2025 at Oxaliss International School. It outlines the objectives of the project, including understanding encryption's importance, building a password management system in Python, and implementing symmetric encryption. The report includes sections on system analysis, hardware and software requirements, project description, results discussion, and a conclusion.

Uploaded by

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

SECURE FILE ENCRYPTION AND

DECRYPTION SYSTEM

PROJECT REPORT
Submitted by
A. PAUL YONGGI CHO
CLASS XII

2024-2025

OXALISS INTERNATIONAL SCHOOL (CBSE),


THATCHUR, KALLAKURICHI – 606 213
TAMIL NADU.

(Affiliated to CBSE, New Delhi, Affiliation Code – 1930490)


OXALISS INTERNATIONAL CBSE SCHOOL, THATCHUR

BONAFIDE CERTIFICATE

This is to certify that A. PAUL YONGGI CHO, of class twelve, Oxaliss International CBSE

School, Thatchur, Kallakurichi has successfully completed his project in Computer Science

practical for the SSCE as prescribed by CBSE in the year 2024-2025.

Certified that this Project report “SECURE FILE ENCRYPTION AND DECRYPTION

SYSTEM” is the bonafide work of A. PAUL YONGGI CHO, who carried out the project

work under my supervision.

Teacher In-charge PRINCIPAL


Mrs. M. Gomathi [Link]., [Link]., Mrs. Joyce Rexi [Link]., [Link].,
PGT / Computer Science, Oxaliss International School (CBSE),
Oxaliss International School (CBSE), Thatchur, Kallakurichi – 606 213
Thatchur, Kallakurichi – 606 213

Submitted for project viva voce examination held on

…………………………….

INTERNAL EXAMINER EXTERNAL EXAMINER

ii
ACKNOWLEDGEMENT

I would like to express my deep sense of gratitude to all those people without
whom this project would never been completed. First and foremost, we thank to
power of almighty for showing us inner peace and for all blessings. Special
gratitude to our parents, for showing their support and love always.

I wish to express my gratitude to Mr. K. BHARATH KUMAR, correspondent of


Oxaliss International Sr. Sec. School for his constant guidance and providing a
very nice platform to learn. I would like to extend my deep gratitude and sincere
thanks to Principal, Mrs. JOYCE REXI, Oxaliss International Sr. Sec. School
for her encouragement and for all the facilities that she provided work. I
sincerely appreciate this magnanimity by taking me into her fold for which I
shall remain indebted to her.

I extent my hearty thanks to Mrs. GOMATHI M, COMPUTER SCIENCE teacher,


who guided me to the successful completion of this project. I take this
opportunity to express my deep sense of gratitude for valuable guidance,
constant encouragement, constructive comments, sympathetic attitude and
immense motivation, which has sustained my efforts at all stages of this project
work.

I can’t forget to offer my sincere thanks to my classmates who helped me to


carry out this project work successfully and for their valuable advice and
support, which I received from them time to time.

iii
ABSTRACT:
The main objectives of the Secure File Encryption and Decryption System

 To understand the importance of encryption in safeguarding sensitive data.

 To build a basic password management system using Python.

 To implement and learn symmetric encryption using the cryptography library

iv
TABLE OF CONTENTS
CHAPTER
TITLE PAGE NO.
NO.
Certificate i
Acknowledgement ii
Abstract iv
1. INTRODUCTION 1
2. SYSTEM ANALYSIS
2.1 Existing System
2.1.1 Demerits
2.2 Proposed System
2.2.1 Merits
3. HARDWARE AND SOFTWARE
24
REQUIREMENTS
4. PROJECT DESCRIPTION 32
5. RESULTS DISCUSSION 37
5.1 Source Code
5.2 Screenshot
6. CONCLUSION 40
7. BIBLIOGRAPHY 41

Common questions

Powered by AI

Symmetric encryption uses a single key for both encryption and decryption, suitable for fast processing of large data volumes but requiring secure key management. Asymmetric encryption uses two keys (public and private) for better security over broader networks or varied users but is slower and more resource-intensive.

While the document does not detail them directly, it implies the existing system's demerits include weaker data protection and lack of modern encryption. The proposed system's merits likely include enhanced security features and more effective data protection through advanced encryption techniques.

The project utilizes Python to build a basic password management system, employing the cryptography library to implement symmetric encryption. The library is crucial as it provides the tools and functions necessary for the encryption and decryption processes, enabling secure data handling.

The project reflects a trend towards integrating cybersecurity into high school curricula, promoting practical applications of programming through tools like Python, and fostering early exposure to data protection techniques, which are becoming increasingly essential skills in the digital age.

The project report suggests an educational approach focused on practical, hands-on learning, where students apply theoretical computer science knowledge in real projects, emphasizing critical thinking, problem-solving, and the use of current technologies like cryptography.

The hardware and software requirements section likely addresses challenges such as ensuring compatibility between different technologies, managing resource constraints, and choosing the right platforms to support the encryption processes effectively, reflecting broader IT infrastructure considerations.

Building a password management system in Python helps students understand practical applications of programming in solving real-world problems, enhances their coding skills, and deepens their understanding of cybersecurity principles like encryption.

The acknowledgments section highlights the collaborative nature of academic projects by recognizing the support and contributions from teachers, peers, and family, showing that such projects are not solely individual efforts but are supported by a community.

The main objectives of the Secure File Encryption and Decryption System are to understand the importance of encryption in safeguarding sensitive data, build a basic password management system using Python, and to implement and learn symmetric encryption using the cryptography library.

Encryption is considered important in this project because it safeguards sensitive data, ensuring that unauthorized parties cannot access or read it, thus maintaining data privacy and security.

You might also like