namespace GxPress.Common.Encrypt { public enum Md5Length { L16 = 16, L32 = 32 } }