Changeset 1763616
- Timestamp:
- 11/11/2017 09:23:29 AM (8 years ago)
- File:
-
- 1 edited
-
vaptcha/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vaptcha/trunk/readme.txt
r1763614 r1763616 11 11 12 12 == Description == 13 VAPTCHA (an acronym for “Variation Analysis Based Public Turing Test to Tell Computers and Humans Apart”) is an AI-based verification system.13 VAPTCHA (an acronym for “Variation Analysis Based Public Turing Test to Tell Computers and Humans Apart”) is an AI-based verification system. 14 14 15 15 16 VAPTCHA shows significant advantages over traditional verification systems.16 VAPTCHA shows significant advantages over traditional verification systems. 17 17 18 18 19 **Easy on human.** Users won’t suffer awfully distorted imagines that is hard to tell or strange characters from foreign languages here in VAPTCHA, just an easy drag of mouse and the verification is completed. Credible clients that have passed risk assessment are able to complete verification within 200 millisecond with an easy click of the “I am not a robot” button.19 **Easy on human.** Users won’t suffer awfully distorted imagines that is hard to tell or strange characters from foreign languages here in VAPTCHA, just an easy drag of mouse and the verification is completed. Credible clients that have passed risk assessment are able to complete verification within 200 millisecond with an easy click of the “I am not a robot” button. 20 20 21 **Strict on security.** VAPTCHA gives a hard time to bots. Verification image is generated randomly, which calls for abstract thinking that is unique to human, so the verification images are nothing but illogical pixels to bots. VAPTCHA has built a behavior characteristics bank with the help of machine learning to tell human and bots apart; device-fingering techniques are used to track suspicious clients whose verification history would be checked to see if they are guilty or not; blacklist is updated in real-time to expose attackers. After numerous crack tests, VAPTCHA proves to be the safest verification system.21 **Strict on security.** VAPTCHA gives a hard time to bots. Verification image is generated randomly, which calls for abstract thinking that is unique to human, so the verification images are nothing but illogical pixels to bots. VAPTCHA has built a behavior characteristics bank with the help of machine learning to tell human and bots apart; device-fingering techniques are used to track suspicious clients whose verification history would be checked to see if they are guilty or not; blacklist is updated in real-time to expose attackers. After numerous crack tests, VAPTCHA proves to be the safest verification system. 22 22 23 **P.S.**: come to VAPTCHA’s website to sign in, create your own verification unit and get VID and KEY for plug-in admin, so you can check the verification statistics in real-time.23 **P.S.**: come to VAPTCHA’s website to sign in, create your own verification unit and get VID and KEY for plug-in admin, so you can check the verification statistics in real-time. 24 24 25 25 == Installation ==
Note: See TracChangeset
for help on using the changeset viewer.