This Challenge is just for training!
The Question:
Training: Stegano I
This is the most basic image stegano I can think of.
Solution:
download the pic, save as a.bmp. just execute:
vim a.bmpand then.....................
using UnityEngine;
using System.Collections;
using System.IO;
using UnityEngine.UI;
public class UITexLoader : MonoBehaviour
{
public string _Path ="Assets/pic/01/";
public string _texname;
private Text...