Result: Applied cryptography with python

Title:
Applied cryptography with python
Source:
International Journal of Business and Technology
Publisher Information:
UBT Knowledge Center
Publication Year:
2025
Collection:
University of Business and Technology in Kosovo: UBT Knowledge Center Collections
Document Type:
Academic journal text
File Description:
application/pdf
Language:
unknown
DOI:
10.33107/ijbte.2024.12.1.03
Accession Number:
edsbas.17E1592E
Database:
BASE

Further Information

Cryptography is a key aspect of information security and provides data security. This paper aims to provide a better understanding of cryptography and its application with Python through real life examples. It covers the basics of cryptography, containing information about symmetric and asymmetric encryption methods. Throughout the paper we dive into different encryption methods, from simple to more complex, starting with the Caesar Cipher that has been used by people ever since ancient times, the Reverse Cipher which is one of the simplest encryption methods, all the way to implementing a RSA Algorithm using Python’s cryptography library, always providing knowledge over each of their pros and cons. We’re going to tackle the advanced encryption methods using the cryp-tography library, specifically the “Fernet” class. This paper showcases the real-world applications of cryptography in modern systems like secure communication between devices and hashing techniques for password encryption, high-lighting the importance of cryptography in protecting sensitive information.