I need to add captcha verification code in a java swing application. I searched for some libraries (JCaptcha and SimpleCatcha), but they are for web development.
Is there any library for using captcha on a swing? and if it’s not, is there a web page or a repository with some captcha characters to implement my own captcha?
I really appreciate your time and your help.
Thanks in advance.
source
share