function cryptalgo($message) { // blah blah return $cryptedmessage }
function decryptalgo($cryptedmessage) { // halb halb return $message }