Right, first off I am not an advanced programmer and am self taught in what I do know so please keep that in mind.
is it possible to reverse engineer an algorithm, if I had an output code based on multiple events and had all of these events logged and also had multiple instances of this code and the events. Would it be possible to:
a) Write a program that takes all of the data I have collected (output code and input data) and work out the algorithm used to create that code.
b) Use the algorithm with my own input data to create my own codes.
And how would I go about writing a program to do this?