how to make random string and back to normal string
Dear All,
How to make a random numbers and back to actual string for visual basic 6. Please below the example;
dataset = 1234567890 'Dataset
dataBasedforRandom = 6342 'data for calculate or generate based
'Result
setRandomStringResult = 4086295371 'this is just example for random string.
setBackActualStringResult = 1234567890 'generating base on setRandomStringResult
I greatly appreciate for your help. Thanks!
Cheers, Andrea
Re: how to make random string and back to normal string
Take a look at this recent thread. Jump to post #6 where XOR cipher is used
Re: how to make random string and back to normal string
Strings or numbers? And what the heck is the point of any of this?
It sounds like a misunderstood school assignment.