Andrea Riela wrote:
elessar:/$ printf "\0\ariela\0xxxxxx" | base64 -e
do this instead: printf "\0ariela\0xxxxxx" | base64 -e
why "riela" and not "ariela"? but maybe it works ...
There's an extra "\" in his example that strips your "a", don't follow it. I already reported that to the Erwin.
Regards, Bill