static S md5OrNull(S s) { ret s == null ? null : md5(s); }