What sort of security method is this called (if it has a name)?

Posted by loosebruce on Programmers See other posts from Programmers or by loosebruce
Published on 2012-11-19T10:36:29Z Indexed on 2012/11/19 11:33 UTC
Read the original article Hit count: 294

I have thought of a way of securing access to an application interacting with another application.

Using this method

Application 1 - "What is the sum of 1+1?"

Application 2 - "3"

Application 1 - "Access granted"

Is this method used a lot, does it have a classification in the programming world?

The advantages for me of using this is that I do not have to spend more effort implementing security keys/certificates.

Any unauthorized machine trying to interpret it would give the correct result and identify itself as untrusted.

What sort of weaknesses are there to doing this?

© Programmers or respective owner

Related posts about terminology

Related posts about security