Python/ciphers
Pierrick e177198177 Add unicode support in ciphers/base64_cipher.py script. (#1316)
* Add unicode support in ciphers/base64_cipher.py script.

* Add doctests and correct the padding length computation in base64_cipher.
2019-10-18 08:35:13 +02:00
..
affine_cipher.py psf/black code formatting (#1277) 2019-10-05 10:14:13 +05: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 Add unicode support in ciphers/base64_cipher.py script. (#1316) 2019-10-18 08:35:13 +02:00
base85.py psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
brute_force_caesar_cipher.py psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
caesar_cipher.py Feature/fix caesar cipher (#1350) 2019-10-18 07:36:52 +02:00
cryptomath_module.py psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
elgamal_key_generator.py psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
hill_cipher.py psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
morse_code_implementation.py psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
onepad_cipher.py psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
playfair_cipher.py psf/black code formatting (#1277) 2019-10-05 10:14:13 +05: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 psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
rsa_cipher.py psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
rsa_key_generator.py psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
simple_substitution_cipher.py psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
trafid_cipher.py psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
transposition_cipher_encrypt_decrypt_file.py psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
transposition_cipher.py psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
vigenere_cipher.py psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
xor_cipher.py psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00