I try to do something like this directly on my console as some testruns :
It does not seem to work.. any idea what is the mistake I am doing
salt="3245678906789045689"
password="12321312231"
blub=`sha1($salt.$password)`
-bash: command substitution: line 1: syntax error near unexpected token `$salt.$password'
-bash: command substitution: line 1: `sha1($salt.$password)'
It throws out an errors this is what I intend to do at the end:
echo $blub
Can some one please helpout as to what is the error I am doing?