TheAlgorithms-C-Plus-Plus/ciphers
Ashish Bhanu Daulatabad 0a596dd7aa
feat: Base64 Encoding/Decoding, type: Ciphers (#1471)
* updating DIRECTORY.md

* Feat: Base64 Encoding Decoding, Type: cipher

* Feat: Base64 Encoding Decoding, Type: cipher-2

* Type checks

* updating DIRECTORY.md

* Wrong param explaination

* Namespace and comments

* Update ciphers/base64_encoding.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>

* Update ciphers/base64_encoding.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
2021-03-31 10:46:54 +05:30
..
base64_encoding.cpp feat: Base64 Encoding/Decoding, type: Ciphers (#1471) 2021-03-31 10:46:54 +05:30
caesar_cipher.cpp feat: add Caesar Cipher (#957) 2020-07-19 14:50:02 -04:00
CMakeLists.txt initial cipher folder commit 2020-06-26 20:36:03 -04:00
hill_cipher.cpp fix lgtm errors 2020-06-27 16:00:12 -04:00
morse_code.cpp feat: Added Morse Code (#1322) 2020-10-19 16:25:28 -05:00
vigenere_cipher.cpp docs: Fixed an issue in Vigenere cipher documentation (#964) 2020-07-21 07:41:05 -04:00
xor_cipher.cpp feat: Add XOR Cipher (#961) 2020-07-19 16:45:45 -04:00