Exemplo n.º 1
0
        public static void Main()
        {
            string text = "ExpiredDate:2021-04-01";

            Console.WriteLine(DESHelper.Encode(text, "sdfjskdl"));
        }