Hi
I was wondering if this is possible. I'm encrypting some strings in Perl using my $encrypted = $str ^ substr($key,0,length($str)); where $key is 255 length. Can I decrypt, in C, the string with decrypted = encrypted ^ key?Kind regards
KeplerIn reply to Encrypt/decrypt string in C and Perl by kepler
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |