예제 #1
0
        public string Decript()
        {
            JPEG_Comments jpg_to_parse = new JPEG_Comments(jpg_data);

            return(jpg_to_parse.Answer);
        }
예제 #2
0
        public byte[] Encript(string text)
        {
            JPEG_Comments jpg_to_parse = new JPEG_Comments(jpg_data, text);

            return(jpg_to_parse.NEW_DATA);
        }