Simple Encryption Tool: PBL Project Presentation-2
Simple Encryption Tool: PBL Project Presentation-2
Project Presentation-2
7. Conclusion
TABLE OF CONTENTS
01 INTRODUCTI
ON
02 USE/
APPLICATION
03 PREQUISITE
S
04IMPLEMENTATIO
N
INTRODUCTION
● Encryption is the process of encoding the data. i.e converting plain text into
ciphertext. This conversion is done with a key called an encryption key.
● Decryption is the process of decoding the encoded data. Converting the
ciphertext into plain text. This process requires a key that we used for encryption.
● We require a key for encryption. There are two main types of keys used for
encryption and decryption. They are Symmetric-key and Asymmetric-key.
● In this digital era, the need for security is increasing rapidly. Complying with this
requirement, the encryption & decryption algorithms were devised.
● So the people have this software and password, can ready it easily .
PROJECT REQUIREMENTS OR PREQUISITES
● The user-friendly graphical interface allows users to enter their text for
encryption or decryption, using a secure base64 encoding method. A custom
icon adds a personalized touch to the app’s appearance.
● https://www.cybrosys.com/blog/base64-encodin
g-and-decoding-using-python
● https://www.simplilearn.com/tutorials/python-t
utorial/python-graphical-user-interface-gui
● https://www.tutorialspoint.com/
cryptography_with_python/
cryptography_with_python_transposition_cipher
.htm
THANK YOU!