mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-27 20:14:04 +08:00
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>
This commit is contained in:
committed by
GitHub
parent
8f72965be4
commit
0a596dd7aa
@@ -14,6 +14,7 @@
|
||||
* [Hamming Distance](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/bit_manipulation/hamming_distance.cpp)
|
||||
|
||||
## Ciphers
|
||||
* [Base64 Encoding](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/ciphers/base64_encoding.cpp)
|
||||
* [Caesar Cipher](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/ciphers/caesar_cipher.cpp)
|
||||
* [Hill Cipher](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/ciphers/hill_cipher.cpp)
|
||||
* [Morse Code](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/ciphers/morse_code.cpp)
|
||||
|
||||
Reference in New Issue
Block a user