Skip to content

Commit

Permalink
docs: link to DISTREAT/captcha-generator
Browse files Browse the repository at this point in the history
  • Loading branch information
DISTREAT committed Oct 22, 2023
1 parent 1edc855 commit 0aa4a64
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ Rotkeappchen is a design proposal for a [captcha](https://en.wikipedia.org/wiki/
system that does not require keeping track of challenges and can run completely
independent of a database.

_This library does not include methods for further processing and generating visual
captcha challenges. Instead, I suggest you take a look at my other
[repository](https://github.com/DISTREAT/captcha-generator)._
This library does not include methods for further processing and generating visual
captcha challenges. Instead, I suggest you take a look at my other repositories:
- [CAPTCHA-System](https://github.com/DISTREAT/captcha-system):
Fully-fledged implementation of Rotkeappchen including CAPTCHA challenge generation.
- [CAPTCHA-Generator](https://github.com/DISTREAT/captcha-generator):
Bun-compatible typescript library for generating CAPTCHA challenges using ImageMagick.

_Note: Build using Zig version 0.11.0._

Expand Down

0 comments on commit 0aa4a64

Please sign in to comment.