/Nobots

Simple web application that encrypts submitted data and requires solving a captcha in order to decrypt it. Useful for fighting bots.

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

Nobots

Nobots is a simple system that stops automated software from accessing sensitive text that is shared publicly. By encrypting the plaintext with a known key, and requiring a captcha for decryption, automated software is prevented access to the plaintext.

Encryption is done using AES-256.