bilde2910 / Nobots

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:GNU General Public License v3.0


Languages

Language:PHP 87.4%Language:CSS 12.6%