[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Captcha for Web Application opinion ?
[Thread Prev] | [Thread Next]
- Subject: Re: Captcha for Web Application opinion ?
- From: Linus <olivier.cruilles@xxxxxxxx>
- Date: Tue, 4 Nov 2025 12:14:00 -0500
- To: Gambas Mailing List <user@xxxxxxxxxxxxxxxxxxxxxx>
- Cc: Linus <olivier.cruilles@xxxxxxxx>
Hello, In the end I was able to code the Captcha generator using CAIRO component fro Web Application. It’s not perfect but it does the job as expected. The only part I don’t like it the fact CAIRO library allow only to save the result of an Image Object to a file and there is no way (as I saw) to retrieve the content of the Image (binary octets) directly, in a way to convert the content as Base64, to be included into an HTML page. Like that, no need to create temporary files, that will need to be deleted at a moment, for clean up. If Benoit or someone know if it’s possible to convert an Image object created by Cairo to a Base64 string, it will be really great. |
Attachment:
WebCaptchaGen-0.0.1.tar.gz
Description: GNU Zip compressed data
Olivier
|
Attachment:
TestCaptchaGen-0.0.1.tar.gz
Description: GNU Zip compressed data
| Captcha for Web Application opinion ? | Linus <olivier.cruilles@xxxxxxxx> |