Exemplo n.º 1
0
 public static string TransformToBase64(this ICryptoTransform xfrm, string plain) => xfrm.TransformToBase64(plain.ToUtf8Bytes());