Case64 encryption and decryption usage

From , 3 Years ago, written in C#, viewed 221 times.
URL https://pastebin.vip/view/960fe54b
  1. byte[] binary1 = new byte[] { 1, 2, 3 };
  2. string encoded1 = Convert.ToBase64String(binary1); //加密
  3. byte[] decoded1 = Convert.FromBase64String(encoded1); //解密

Reply to "Case64 encryption and decryption usage"

Here you can reply to the paste above

captcha

https://burned.cc - Burn After Reading Website