Results 1 to 2 of 2
- 09-04-2009, 10:24 AM #1
Member
- Join Date
- Sep 2009
- Posts
- 1
- Rep Power
- 0
Looking for an accessibly captcha (with audio support)
Hi there!
I'm looking for an accessible captcha with audio support, for example: "webspamprotect . com".
Unfortunately every captcha I found requires PHP or ASP to run. :(
I like "recaptcha . net", but its combined with its webservice, so I cannot use it offline.
Does anybody know a accessible captcha like "recaptcha . net" for Jsp/Java? Money is no object. :P
(Btw: I'm not allowed to post URLs yet, so I had to split it - sorry!)
Cheers!
ssrcLast edited by ssrc; 09-04-2009 at 11:46 AM.
- 09-27-2009, 02:14 AM #2
build your own captcha tool, where it randomly spits out generated images and on the server side, pipes the text it finds to that festival text to speech utility and capturing the audio stream. a lot of hackery needed to do the system call. and building a captacha system is so impractical when there are many good ones.
for the concern of not being able to use the service offline, if that is for developer and testing modes ? Maybe would it be possible to just have a developer mode flag (set in a system property in your local tomcat instance, that would not be set by default in production, so the page, and handler logic, if the system property "captcha.disable.developer" (or something) is set it just doesn't do the captcha at all. ?
Similar Threads
-
[SOLVED] Audio in Applet
By AndrewM16921 in forum New To JavaReplies: 1Last Post: 04-06-2009, 01:20 AM -
playing audio in J-App??
By ashton in forum New To JavaReplies: 3Last Post: 01-30-2009, 08:50 AM -
Control audio sound
By Masuka in forum Sun Java Wireless ToolkitReplies: 0Last Post: 08-05-2008, 10:24 AM -
Please help Transmitting Audio and Video using RTP
By pedaramanareddy in forum New To JavaReplies: 0Last Post: 01-03-2008, 02:39 PM -
Audio Recorder
By elizabeth in forum Java AppletsReplies: 1Last Post: 08-06-2007, 09:21 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks