07.07.2023 Views

Implementing-cryptography-using-python

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

30 Chapter 1 ■ Introduction to Cryptography and Python

Summary

In this chapter, you were introduced to the use of cryptographic algorithms.

Most of the functions that you will construct throughout the course of this book

will follow the format of having functions to GEN (generate a key), ENC (encrypt

plaintext to ciphertext), and DEC (decrypt ciphertext to plaintext). This chapter

also offered a few options on building your Python. You also were given an

overview of the Python concepts that you will need to know prior to taking on

complicated applications. The chapter concluded with you writing your first

cipher code that took plaintext and returned the reverse.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!