Created
March 7, 2018 08:10
-
-
Save gaeljw/b254bd942d467c12fcbf43936bbb6782 to your computer and use it in GitHub Desktop.
Commandes utiles sécurité
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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