Cryptage

echo -n "secret" | iconv -f iso_8859-1 -t ucs-2le | openssl dgst -md4 -binary | openssl enc -base64 | hexdump -v -e '/1 "%02X "'