Skip to content

Conversation

@gleb-shnshn
Copy link

Add interesting thing

@pep8speaks
Copy link

pep8speaks commented Oct 26, 2019

Hello @gleb270! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻

Comment last updated at 2020-01-16 08:21:21 UTC
@gleb-shnshn
Copy link
Author

Should i change something or you will merge it in this state?

@stale
Copy link

stale bot commented Nov 22, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Nov 22, 2019
@stale stale bot closed this Nov 29, 2019
@prateekiiest prateekiiest reopened this Jan 16, 2020
@stale stale bot removed the wontfix label Jan 16, 2020
for i in range(10):
out += random.choice(upper) + get_word(get_length())
word_count = random.randint(1, 10)
words = [get_word(get_length()) for _ in range(word_count)]
Copy link
Owner

Choose a reason for hiding this comment

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

does this generate randomly new characters based on given characters in the text?
Is it full proof and what is its advantage w.r.t other such approaches.

Copy link
Author

@gleb-shnshn gleb-shnshn Jan 16, 2020

Choose a reason for hiding this comment

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

well, not exactly, the main purpose is to generate caesar-like texts. I mean usual Caesar-encrypted text is looks like 'Pm ol ohk hufaopun jvumpkluaphs av zhf, ol dyval pa pu jpwoly, aoha pz, if zv johunpun aol vykly vm aol slaalyz vm aol hswohila, aoha uva h dvyk jvbsk il thkl vba.'(ROT-7), what at first sight looks pretty recognizable. And to confuse some cryptographers this program can generate texts, which look like Caesar or other one-to-one substitution ciphers. Don't take it serious, practically, it is useless, but it is kind of a joke over cryptographers

@stale
Copy link

stale bot commented Feb 10, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Feb 10, 2020
@stale stale bot closed this Feb 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

3 participants