• Welcome to Overclockers Forums! Join us to reply in threads, receive reduced ads, and to customize your site experience!

Password Help

Overclockers is supported by our readers. When you click a link to make a purchase, we may earn a commission. Learn More.

BaconFatty

Member
Joined
Jun 11, 2005
Location
Hastings MI
Hey all, I want to create a password with an algorithm dependant upon system time. How would I do that? It would be something like (hr)-2(min)-(some if-then variable)(tag here at the end with a static password). Yeah, so I don't know what would be possible, but I would like to figure it out. Also, this is for a folder, if that makes a difference...
 
Generally this is not possible. If you run a large enough network, you can get tokens, which give you the first half of a password, and the digits on the token change every minute according to an algorythm. Generally, you require a central authentication server in order to implement tokens, keys, or biometrics.
 
Back