a time based cipher
there are two sides you should to know.
-
specify a
duration
. -
password generated base on this
duration
.
-
define a
duration
on generation-side. -
password generated base on this
duration
, and on previousduration
, and on nextduration
. -
if the generation-side want to verify it's password, these 3 passwords are all verifiable of generating by the verify-side.
-
Used in the field of time delay, such as network verify.
-
Make your password isn't fixed.
-
Use this simple cipher to create your own cipher.
-
See
examples
folder for details.