..
__init__.py
Add __init__.py files in all the directories ( #2503 )
2020-09-28 19:42:36 +02:00
a1z26.py
Fix invalid escape sequence in binary_search_tree.py ( #1920 )
2020-05-01 02:17:11 +05:30
affine_cipher.py
Add typehints ciphers and bool alg ( #3264 )
2020-10-16 14:11:52 +08:00
atbash.py
Update atbash cipher (doc, doctest, performance) ( #2017 )
2020-05-20 08:23:17 +02: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
Add typehints ciphers and bool alg ( #3264 )
2020-10-16 14:11:52 +08:00
base85.py
psf/black code formatting ( #1277 )
2019-10-05 10:14:13 +05:00
beaufort_cipher.py
create beaufort cipher ( #3206 )
2020-10-17 15:50:53 +02:00
brute_force_caesar_cipher.py
Add typehints ciphers and bool alg ( #3264 )
2020-10-16 14:11:52 +08:00
caesar_cipher.py
Fixed typo in caesar_cipher.py ( #2979 )
2020-10-17 13:26:11 +05:30
cryptomath_module.py
Add typehints ciphers and bool alg ( #3264 )
2020-10-16 14:11:52 +08:00
decrypt_caesar_with_chi_squared.py
Add typehints ciphers and bool alg ( #3264 )
2020-10-16 14:11:52 +08:00
deterministic_miller_rabin.py
Add typehints ciphers and bool alg ( #3264 )
2020-10-16 14:11:52 +08:00
diffie.py
Add typehints ciphers and bool alg ( #3264 )
2020-10-16 14:11:52 +08:00
elgamal_key_generator.py
Add typehints ciphers and bool alg ( #3264 )
2020-10-16 14:11:52 +08:00
enigma_machine2.py
Fix some warnings from LGTM ( #2420 )
2020-09-13 10:11:27 +02:00
hill_cipher.py
Move CI tests from Travis to GitHub ( #3889 )
2020-11-19 22:01:31 +05:30
mixed_keyword_cypher.py
Add typehints ciphers and bool alg ( #3264 )
2020-10-16 14:11:52 +08:00
mono_alphabetic_ciphers.py
create monoalphabetic cipher ( #3449 )
2020-10-17 20:00:46 +02:00
morse_code_implementation.py
Add typehints ciphers and bool alg ( #3264 )
2020-10-16 14:11:52 +08:00
onepad_cipher.py
Add typehints ciphers and bool alg ( #3264 )
2020-10-16 14:11:52 +08:00
playfair_cipher.py
Add typehints ciphers and bool alg ( #3264 )
2020-10-16 14:11:52 +08:00
porta_cipher.py
Add typehints ciphers and bool alg ( #3264 )
2020-10-16 14:11:52 +08:00
prehistoric_men.txt
Fix all errors mentioned in pre-commit run ( #2512 )
2020-09-30 10:38:00 +02:00
rabin_miller.py
Add typehints ciphers and bool alg ( #3264 )
2020-10-16 14:11:52 +08:00
rail_fence_cipher.py
Added rail fence cipher ( #3188 )
2020-10-12 10:37:45 +05:30
rot13.py
Add typehints ciphers and bool alg ( #3264 )
2020-10-16 14:11:52 +08:00
rsa_cipher.py
Add typehints ciphers and bool alg ( #3264 )
2020-10-16 14:11:52 +08:00
rsa_factorization.py
Add typehints ciphers and bool alg ( #3264 )
2020-10-16 14:11:52 +08:00
rsa_key_generator.py
Add typehints ciphers and bool alg ( #3264 )
2020-10-16 14:11:52 +08:00
shuffled_shift_cipher.py
Set the Python file maximum line length to 88 characters ( #2122 )
2020-06-16 10:09:19 +02:00
simple_keyword_cypher.py
Implemented simple keyword cipher ( #1589 )
2019-11-23 16:52:32 +01:00
simple_substitution_cipher.py
Pyupgrade to python3.8 ( #3616 )
2020-10-21 12:46:14 +02:00
trafid_cipher.py
Add typehints ciphers and bool alg ( #3264 )
2020-10-16 14:11:52 +08:00
transposition_cipher_encrypt_decrypt_file.py
Fix imports for all namespace packages ( #2506 )
2020-09-28 23:41:04 +02:00
transposition_cipher.py
Add typehints ciphers and bool alg ( #3264 )
2020-10-16 14:11:52 +08:00
vigenere_cipher.py
Add typehints ciphers and bool alg ( #3264 )
2020-10-16 14:11:52 +08:00
xor_cipher.py
Pyupgrade to python3.8 ( #3616 )
2020-10-21 12:46:14 +02:00