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

Added playfair cipher in C++ #226

Conversation

shubham050300
Copy link
Contributor

Resolves Issue #218

Description

I have added a file named C++ in systems/cryptography/playfair-cipher/C++. This C++ program helps us to encrypt plain text using playfair method.

Technical Specifications

C++

Screenshots (if required)

screenshot 51
screenshot 47
screenshot 48
screenshot 49
screenshot 50

Checklist

Code compiles correctly.
Changes are tested properly.
Followed the Contributing guidelines.
Resolved merge conflicts, if any.

@aditigupta17
Copy link
Collaborator

@shubham050300 You shouldn't be hardcoding the keysquare, either generate it randomly everytime or take it as an input. Make changes in code accordingly.

@Ram-Aditya
Copy link
Collaborator

@shubham050300 Please try to incorporate the change requested above within the next 2 days.

@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.

4 participants