|
May I give you another use for Roman
Numerals.
Some company computer systems require that you
change your password every month and if your new password is the same
length as the old one, then at least three characters must have changed.
If the length changes, then they are unable to quantify by how much the
password must change. This is to prevent you form having the password
"SECRET01" one month, "SECRET02", the next and so on.
However, it is extremely difficult to design a
password busting program to trap the password sequence SECRET_I, SECRET_II, SECRET_III, SECRET_IV, SECRET_V etc as
each password has a different length to the previous one. There are of
course variants on this system, but they are secret. (It should be noted that any semi-decent computer
system does not store your password, but an encrypted version of it, so the
password busting algorithm is a "brute-force" type of algorithm).
|
Title: Re: [USMA:35411] Use of M for thousand
