MD5Crypt.genSalt

Generate a good salt for this algorithm and write to an output range

  1. string genSalt()
  2. void genSalt(Out output)
    struct MD5Crypt
    static
    void
    genSalt
    (
    Out
    )
    (
    ref Out output
    )
    if (
    isOutputRange!(Out, char)
    )

Meta