Skip to content
This repository has been archived by the owner on Oct 31, 2019. It is now read-only.

Add program for playfair cipher in python #284

Closed
wants to merge 1 commit into from
Closed

Add program for playfair cipher in python #284

wants to merge 1 commit into from

Conversation

illseption
Copy link

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

  • [x ] Code compiles correctly.
  • [x ] Changes are tested properly.
  • [x ] Added the README / documentation, if necessary.
  • [x ] Followed the Contributing guidelines.
  • [x ] Resolved merge conflicts, if any.

@MJ10 MJ10 closed this Oct 31, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants