Page 1 of 1

function with login

Posted: Tue Oct 09, 2007 5:00 pm
by itsmani1
Hi all

I want two funcitons F1(); and F2();

if i give an input to F1() it should return many outputs and when any othose outputs are given to F1() it should return the save thing as it was F1's input.

i.e.

F1("some input")=>asdf
F1("some input")=>fgse
F1("some input")=>hsadf
F1("some input")=>ityrty

------------------------------------

F2("asdf")=>some input
F1("fgse")=>some input

Posted: Tue Oct 09, 2007 5:07 pm
by Zoxive
Reread and rewrite your post please. You have some mistakes that make it very confusing to us.

Posted: Wed Oct 10, 2007 11:31 am
by feyd
I can only guess you want some sort of multiple-key encryption.. without a key. Is this correct?