mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-24 05:21:09 +00:00
30126c26dd
* Added Enigma machine file Added Enigma machine file to 'ciphers' section * Added doctest to validator * Fixed typo * Shortened some lines * Shortened some lines * Update enigma_machine.py * Shortened some lines * Update enigma_machine.py * Update enigma_machine.py * Update enigma_machine2.py * Update enigma_machine2.py * added f-strings * Update enigma_machine2.py * Update enigma_machine2.py * Updated some numbers * Plugboard improvement Added option to separate pair for plugboard by spaces * renamed variable * renamed some variables * improved plugboard exception * Update enigma_machine2.py * Update enigma_machine2.py |
||
---|---|---|
.. | ||
a1z26.py | ||
affine_cipher.py | ||
atbash.py | ||
base16.py | ||
base32.py | ||
base64_cipher.py | ||
base85.py | ||
brute_force_caesar_cipher.py | ||
caesar_cipher.py | ||
cryptomath_module.py | ||
decrypt_caesar_with_chi_squared.py | ||
deterministic_miller_rabin.py | ||
diffie.py | ||
elgamal_key_generator.py | ||
enigma_machine2.py | ||
hill_cipher.py | ||
mixed_keyword_cypher.py | ||
morse_code_implementation.py | ||
onepad_cipher.py | ||
playfair_cipher.py | ||
porta_cipher.py | ||
prehistoric_men.txt | ||
rabin_miller.py | ||
rot13.py | ||
rsa_cipher.py | ||
rsa_factorization.py | ||
rsa_key_generator.py | ||
shuffled_shift_cipher.py | ||
simple_keyword_cypher.py | ||
simple_substitution_cipher.py | ||
trafid_cipher.py | ||
transposition_cipher_encrypt_decrypt_file.py | ||
transposition_cipher.py | ||
vigenere_cipher.py | ||
xor_cipher.py |