문제

I have web and mobile versions of registration API. I have CAPTCHA in web-version to verify human or bot. Im afraid that someone can get mobile api registration parameters, make script and begin to brute force user's emails etc. And i don't want to make CAPTCHA in mobile app.

What can i do to verify real device?

도움이 되었습니까?

해결책

My suggestion is you need to encrypt the payload using any encryption algorithm like AES or RSA so that attacker cannot get parameters easily or did not get.

Also you can apply following in client-server communication for better security,

1> Cryptographic algorithm with password based key.

2> Use of SSL

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top