Use random string rather than sha string
authorEileen McNaughton <emcnaughton@wikimedia.org>
Wed, 20 Sep 2023 09:19:43 +0000 (21:19 +1200)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Wed, 20 Sep 2023 20:18:18 +0000 (08:18 +1200)
commitcf8ed9c814c78ff760f32d13e09eb35590c9cff9
tree3d0194da58b0ba4fcf06981046329c594c1c0a37
parentc2954466f49ef2be1c6027cdf04c6581e7c9eef9
Use random string rather than sha string

As discussed on chat
https://chat.civicrm.org/civicrm/pl/r7h6cc7xo78zjgsd8af6ff9tee

this function just generates a hard-to-guess string that is stored
in the civicrm_mailing_event_bounce table. This unique value is
used in conjunction with the unique id value from the table to
determine if it is a match but it's not ever reverse calculated
so we don't need to use a reversable function
CRM/Mailing/Event/BAO/MailingEventQueue.php