Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: replace echo with printf for cross platform issues with the newline

...

For AstAccountRealmedPassword authentication use this.

Code Block
echoprintf "<secret composed of username, realm, and password goes here>" | md5sum

For AstMD5secret authentication use this.

Code Block
echoprintf "password" | md5sum