Skip to content

Instantly share code, notes, and snippets.

@gaeljw
Created March 7, 2018 08:10
Show Gist options
  • Save gaeljw/b254bd942d467c12fcbf43936bbb6782 to your computer and use it in GitHub Desktop.
Save gaeljw/b254bd942d467c12fcbf43936bbb6782 to your computer and use it in GitHub Desktop.
Commandes utiles sécurité
# Generer MDP en MD5+base64
# Source : http://stackoverflow.com/questions/4583967/how-to-encode-md5-sum-into-base64-in-bash
echo -n foo | openssl dgst -md5 -binary | openssl enc -base64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment