I'm creating an auth keyfile for mongodb and one way to do that is using: /usr/bin/openssl rand -base64 741 > $TMPFILE
I want to understand what is going on, I understood everything minus the meaning of three numbers 741
I couldn't find an explanation in the documentation.