24
2
Fork 0

Ajout d'exemples captcha

This commit is contained in:
Adrien Bourmault 2021-09-03 08:29:48 +02:00
parent 7fec27f85c
commit 41b1c03ef7
Signed by: neox
GPG Key ID: 6EB408FE0ACEC664
7 changed files with 31 additions and 3 deletions

View File

@ -81,8 +81,8 @@ if (( $RFL == 1 ));then
ADDNBR="${INPUT:0:1}"
NAME+="_FIRST"
NEWINPUT=${NEWINPUT:0:$LENINPUT-1} # Do not show first INPUT NBR
INSTRUCTIONS1="Écrivez le chiffre ${DIGIT[$ADDNBR]}"
INSTRUCTIONS2="et recopiez de DROITE à GAUCHE ←"
INSTRUCTIONS1="Écrivez le chiffre ${DIGIT[$ADDNBR]} puis le nombre "
INSTRUCTIONS2="en recopiant de DROITE à GAUCHE ←"
else
ADDNBR="${INPUT:$LENINPUT-1:1}"
NAME+="_LAST"

BIN
captcha/exemples/CALCUL.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

BIN
captcha/exemples/NOTIN.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

View File

@ -12,4 +12,32 @@ L'idée derrière ces méthodes de captchas est d'abord la simplicité de lectur
### Exemples
Différentes méthodes sont utilisées.
Différentes méthodes sont utilisées.
#### Remplacement (REPLACE)
Une seule forme est disponible:
![Exemple de remplacement](exemples/REPLACE.png)
#### Inversion (REVERSE)
Deux formes sont disponibles:
![Premier exemple d'inversion](exemples/REVERSE.png)
ou encore
![Premier exemple d'inversion](exemples/REVERSE2.png)
#### Intrus (NOTIN)
Une seule forme est disponible:
![Exemple d'intrus](exemples/NOTIN.png)
#### Calcul (CALCUL)
Une seule forme est disponible:
![Exemple de calcul](exemples/CALCUL.png)