Skip to the content.

Conditions:

The password entered to validate the authenticity of a person is visible to everyone. The password must be different the next time entered.

Proposal:

An automatic password changing mechanism system that changes upon each use allowing the user to publicly enter or grant one time access to anything.

Solution:

One way hashing

E(x,y) -> C D(x,C) -> y Where

Usage:

C<sub>n</sub> has to be parsed to the server to authenticate and verify the identity of the person.
Upon being authenticated once, C<sub>n-1</sub> needs to be parsed to the server to authenticate and verify the identity of the person for the second time.

Resources: