I’m new to C++ and this is the hardest project I have faced. Iunderstand how ROT-13 works, but don’t even know how to start.
The coding is the following:
// This program is an example of using the ROT-13 encryption algorithm.#include <iostream>using namespace std;#define ROTATION 13// Routine to encrypt/decrypt an array of characters.void encrypt(char *pc2, char *pc1){ int16_t tempChar = ‘ ‘; while (*pc1) { // Your code goes here. *pc2++ = *pc1++; }
PayPal Gateway not configured
PayPal Gateway not configured