so to summarise, theres no possible way to produce truly random secure passwords...?
random words
Collapse
X
-
-
Well, there are multiple algorithms available which will generate random numbers for you. They become more unpredictable if you mix up different algorithms. For example you could make a random number with algorithm A, multiply it by something random from algorithm B, then divide it by something from algorithm C. Better still, make each character of the password be made by different combinations of algorithms. It gets harder to predict if you do these things.Originally posted by jamesd0142so to summarise, theres no possible way to produce truly random secure passwords...?
I certainly wouldn't use VB's random number function to generate secure passwords... but I suggest you look up on ways to create these so-called pseudo-random numbers, which can be converted to characters to make passwords.Comment
-
Hi There is absolutely no such thing as a random number even if you ask someone "give me any number out of the top of your head" since the brain makes asumptions using electronical signals and experiences a person has experienced. Thus the number given is based on facts (ie experiences) but using a very complecated formula that no one at the moment can solve.(as far as i know)
Therefore a truly random number in my view can never actually come into existance.
Anyone agree?Comment
Comment