You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const md5 = (data) => createHash('md5').update(data).digest('hex'); // A message digest is a unique string of digits created by a cryptographic hash function.