MCPcopy Create free account
hub / github.com/TheAlgorithms/C-Plus-Plus / encrypt

Function encrypt

ciphers/caesar_cipher.cpp:65–74  ·  view source on GitHub ↗

Unnamed namespace * Encrypt given text using caesar cipher. * @param text text to be encrypted * @param shift number of shifts to be applied * @returns new encrypted text */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

testFunction · 0.70

Calls 2

get_valueFunction · 0.70
get_charFunction · 0.70

Tested by

no test coverage detected