Skip to content

Conversation

rahulkumaran
Copy link
Contributor

This is a code for Caesarcipher in Python.
You can test the following code by compiling it and then giving a string and a key value and accordingly the encryption and decryption will take place.

@prateekiiest
Copy link
Member

prateekiiest commented Dec 7, 2017

same as #113

@rahulkumaran
Copy link
Contributor Author

rahulkumaran commented Dec 7, 2017

@prateekiiest I've been working on the Ceasarcipher since the beginning! And moreover this code is in Python! Could I know why the duplicate tag ?

@prateekiiest
Copy link
Member

Its not that you cant add the same code.
It would be better if you could create a separate folder for both the languages :)

@rahulkumaran
Copy link
Contributor Author

So under the crypto algos folder, do you want me to create a separate folder called "crypto algos in Python" or do you just want me to create a separate folder for the implementation of "Caesar Cipher in Python" ? :)

@prateekiiest
Copy link
Member

just create Python and under that insert the code

Copy link
Collaborator

@soubh1k soubh1k left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just need a slight change. Instead of explicitly asking the user for an input, initialise a key and string within the program.

Created a separate 'Python' folder under the cryptography folder and put the implementation of Caesarcipher in that folder.
Also gave a custom input value for key and a custom string for encrypting and decrypting too.
@rahulkumaran
Copy link
Contributor Author

@prateekiiest @soubh1k made the necessary changes.
Please do have a look at it.
Created a separate Python folder under the Cryptography folder and also initialised the key value and the strings to be encrypted and decrypted.

Copy link
Member

@prateekiiest prateekiiest left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do like this
CaesarCipher/Python/Caesarcipher.py

@prateekiiest
Copy link
Member

under RSA

@rahulkumaran
Copy link
Contributor Author

The Caesarcipher should be under the crypto folder right? @prateekiiest

Added a CaesarCipher folder, a python folder inside and inside that my code for the implementation of Caesarcipher(Caesarcipher.py)
@prateekiiest
Copy link
Member

yes under RSA folder

@rahulkumaran
Copy link
Contributor Author

@prateekiiest added the code under /CaesarCipher/Python/Caesarcipher.py

@prateekiiest prateekiiest merged commit 4a3a56e into codeIIEST:master Dec 8, 2017
@rahulkumaran rahulkumaran deleted the rahulkumaran-patch-CC branch December 9, 2017 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants