Hello, is good idea to mess data using array? is this good way to encrypt an message?
char x[50];
gets(x);
for(int i=0; x[i]; i++)
{
printf("%c", x[i] + An mathematic function here);
// Example
printf("%c", x[i] + (1800 /2) ^3 * pi);
}
Here is something i create, please if you have a time try to decrypt/brake code
(will be up in 5 mins)
http://codetesting.atwebpages.com/