Python/ciphers
Christian Clauss b1377f0e57
autoblack: actions/checkout@v1 # Use v1, NOT v2 (#1796)
* autoblack: actions/checkout@v1  # Use v1, NOT v2

* fixup! Format Python code with psf/black push

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2020-03-13 09:23:38 +01:00
..
affine_cipher.py actions/checkout@v2 (#1643) 2019-12-26 19:50:12 +08:00
atbash.py psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
base16.py psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
base32.py psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
base64_cipher.py psf/black code formatting (#1421) 2019-10-22 19:13:48 +02:00
base85.py psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
brute_force_caesar_cipher.py pyupgrade --py37-plus **/*.py (#1654) 2020-01-03 22:25:36 +08:00
caesar_cipher.py fixed bug (#1610) 2019-12-03 12:14:30 +01:00
cryptomath_module.py psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
deterministic_miller_rabin.py GitHub Action formats our code with psf/black (#1569) 2019-11-14 19:59:43 +01:00
diffie.py GitHub Action formats our code with psf/black (#1569) 2019-11-14 19:59:43 +01:00
elgamal_key_generator.py psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
hill_cipher.py contribution guidelines checks (#1787) 2020-03-04 13:40:28 +01:00
mixed_keyword_cypher.py Fixes unused variable errors in LGTM (#1746) 2020-02-11 13:59:09 +05:30
morse_code_implementation.py psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
onepad_cipher.py contribution guidelines checks (#1787) 2020-03-04 13:40:28 +01:00
playfair_cipher.py psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
porta_cipher.py Porta cipher (#1550) 2019-11-04 08:45:29 +01:00
prehistoric_men.txt increment 1 2018-10-19 07:48:28 -05:00
rabin_miller.py psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
rot13.py autoblack: actions/checkout@v1 # Use v1, NOT v2 (#1796) 2020-03-13 09:23:38 +01:00
rsa_cipher.py Create codespell.yml (#1698) 2020-01-18 13:24:33 +01:00
rsa_factorization.py fix implementation errors. (#1568) 2019-11-14 20:29:54 +01:00
rsa_key_generator.py Create codespell.yml (#1698) 2020-01-18 13:24:33 +01:00
shuffled_shift_cipher.py pyupgrade --py37-plus **/*.py (#1654) 2020-01-03 22:25:36 +08:00
simple_keyword_cypher.py Implemented simple keyword cipher (#1589) 2019-11-23 16:52:32 +01:00
simple_substitution_cipher.py pyupgrade --py37-plus **/*.py (#1654) 2020-01-03 22:25:36 +08:00
trafid_cipher.py Improved readability (#1615) 2019-12-07 06:39:59 +01:00
transposition_cipher_encrypt_decrypt_file.py psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
transposition_cipher.py Travis CI: Don’t allow bare exceptions (#1734) 2020-02-07 22:02:08 +02:00
vigenere_cipher.py psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
xor_cipher.py Travis CI: Don’t allow bare exceptions (#1734) 2020-02-07 22:02:08 +02:00