analysis-of-captcha-systems/intro/params.tex

39 lines
1.5 KiB
TeX
Raw Normal View History

2021-09-20 17:00:19 +05:30
\subsection{CAPTCHA rating parameters}
CAPTCHA systems use a variety of methods in their decision process. Every method
2021-09-20 17:42:54 +05:30
has its own strengths and limitations, but the following parameters have been
2021-09-20 17:00:19 +05:30
chosen to uniformly rate CAPTCHA methods and systems in an attempt to compare
them.
2021-09-20 17:42:54 +05:30
2021-09-20 17:00:19 +05:30
\begin{description}[\IEEEsetlabelwidth{Effectiveness}]
\item[Privacy]
\begin{itemize}
\item Does the method use trackers or any other identifying method?
\item Does the method work in anonymous networks like TOR?\
\end{itemize}
\item[Effectiveness]
\begin{itemize}
\item Is the method/system effective in containing DoS attacks?
2021-09-20 17:42:54 +05:30
\item Can the method be circumvented? If yes, how practical or feasible
is the attack? If the method has feasible or practical
circumventions, it is immediately marked `bad' for effectiveness.
2021-09-20 17:00:19 +05:30
\end{itemize}
\item[Accessibility]
\begin{itemize}
\item Is the method posing any challenges to visually to users
with auditory, cognitive and visual disabilities?
\item How easy is it to use?
\item Does the method have a language dependency which poses a challenge to
non-English speakers?
\end{itemize}
2021-09-20 17:42:54 +05:30
If a method is impossible to use for any group of users, some of which are
mentioned above,
2021-09-20 17:00:19 +05:30
\item[Accuracy]
\begin{itemize}
\item How accurate is the method in detecting potentially malicious
users?
\item Are there any factors that method's impact accuracy?
\end{itemize}
2021-09-20 17:42:54 +05:30
Bad accuracy when circumventions are used results downgrades `good' to `bad'
rating.
2021-09-20 17:00:19 +05:30
\end{description}