Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hamdihacihaliloglu/php-captcha-token-concept

Form işlemlerinin güvenliği (Captcha ve Token Kavramı)
https://github.com/hamdihacihaliloglu/php-captcha-token-concept

captcha php

Last synced: 28 days ago
JSON representation

Form işlemlerinin güvenliği (Captcha ve Token Kavramı)

Awesome Lists containing this project

README

        

# Php-Captcha-Token-Concept
Form işlemlerinin güvenliği (Captcha ve Token Kavramı)

### Uygulamalar ve Resimleri

#### Captcha Ekranı
![Captcha Ekranı](https://github.com/hamdihacihaliloglu/Php-Captcha-Token-Concept/blob/main/%5BResimler%5D/captcha.PNG)

#### Token Kavramı Kullanımı
![Token Ekranı](https://github.com/hamdihacihaliloglu/Php-Captcha-Token-Concept/blob/main/%5BResimler%5D/token.PNG)

Token Kavramı :Basit anlatımıyla formda yapılan işlemin gerçekleşebilmesi için kişinin form sayfasında bulunmasını mecbur kılar,Csrf(Cross-site request forgery) saldırılarını önlemek amacıyla kullanılabilir.