Help for this page
#!/usr/bin/perl ... $encrypted = $toBeEncrypted ^ $key; print $encrypted ^ $toBeEncrypted; # Prints "nikos"