-1

Let me tell you the use case,

We are developing an application that does financial operations in the closed network i.e. it will not have access to the Google api. Given that, I need to know if there is any possibility of having our own google recaptcha implemented in our on premises.

surendher
  • 1,374
  • 3
  • 26
  • 52
  • Why not just have Google’s reCAPTCHA APIs white-listed if you require the use of reCAPTCHA? – esqew Aug 18 '21 at 12:37
  • @esqew It is not possible as the application should be restricted to any external communication due to security concern. It is the basic norms for banking applications – surendher Aug 20 '21 at 09:36

1 Answers1

1

Without network connection to Google Services there is no way to get needed data for the captcha generation (It at least has to get images). There are other solutions for the simpler captcha implementations like here

Beka Kalandadze
  • 510
  • 7
  • 10