SVijayB / PyHub

A-Z of Python Essentials in one place
http://www.vijaybalaji.me/PyHub/
GNU General Public License v3.0
25 stars 15 forks source link

Added Playfair encryption #78

Closed KumarSashank closed 1 year ago

KumarSashank commented 1 year ago

Description

It is a play fair encryption technique, where we can encrypt the string using a key.

Related Issue

Consider this under Hacktoberfest #49

Motivation and Context

By this encryption, only person with key can able to understand the information sent by sender.

Screenshots (if any)

Screenshot 2022-10-24 at 11 42 02 PM

Types of changes

Checklist:

KumarSashank commented 1 year ago

Add this under Hacktoberfest