WebClub-NITK / Hacktoberfest-2k18

Repository for Hacktoberfest 2018 open for the global open source community.
https://webclub-nitk.github.io/Hacktoberfest-2k18/
19 stars 104 forks source link

Add program for playfair cipher in python #284

Closed illseption closed 4 years ago

illseption commented 5 years ago

Resolves Issue #218

Description

Added an implementation of playfair ciper in python to systems/cryptography/playfair-cipher/python.

Technical Specifications

This program is written in python3.6.5. A python interpreter is required to run this program. The interpreter comes pre-installed in linux.

Screenshots

screenshot from 2018-10-27 12-33-32 screenshot from 2018-10-27 12-34-23 screenshot from 2018-10-27 12-35-14 screenshot from 2018-10-27 12-35-34 screenshot from 2018-10-27 12-37-53

How to run

  1. Open terminal
  2. Change directory to the directory where the program is stored
  3. Since this program is written in python3, run using "python3.version playfair_c.py"
  4. If python3 is set to default, run using "python playfair_c.py"

Checklist