コード例 #1
0
 public void Decrypt()
 {
     Text = TextEncryptorDecryptor.DecryptStringAES(TextEncoderDecoder.Decode(Image, PixelsPerByte), Password);
 }