Author: Douglas EaglesonDouglas Eagleson
Date: Jul 25, 2008 10:30
Obfuscated hidden numbers are hard to code. Here is a primary method
of hidden number coding. The output is a column of i,f,j index
numbers. 14 sets of three, from one to three.
All you have to do is place an array inside the for loop set and
initialize.
u[i][f][j]=
An equation is caused to exist. Certain I,F,J array elements are set!
While others are not.
U(1,2,3)= F(14)
Any old Function, F, can be placed there.
F(x)= 1/x 1...14
SO a hidden set is created.
This is the primary method of hidden key technique.
#include
main(){
unsigned char index1[1];
unsigned char index2[1];
unsigned char index3[1];
int i,f,j;
|