Exemplo n.º 1
0
 public override byte[] PerformDecoding(TextViewModel textViewModel)
 {
     return _semanticCoding.DecodeHiddenMessage(textViewModel.ContainerRawMessage);
 }
Exemplo n.º 2
0
 public override byte[] PerformHiding(TextViewModel textViewModel)
 {
     return _semanticCoding.CreateHiddenMessage(textViewModel.ContainerRawMessage, textViewModel.MessageToHide);
 }
Exemplo n.º 3
0
 public abstract byte[] PerformHiding(TextViewModel textViewModel);