Don't want bots scraping your text for free?
Encrypt your posts to make them waste 6-7 seconds decrypting it!
Uses AES-SIV + ARGON2!
For Installation, run:
python3 -m venv .venv
source .venv/bin/activate
pip install pycryptodome
pip install argon2-cffi
deactivate
To start script, run:
source .venv/bin/activate
python3 text67hashcrypt.py
deactivate
Increase decryption time for bots by incrementing the variables TIME_COST & MEMORY_COST in my python script.
You may need to set TIME_COST=6 & MEMORY_COST=7,000,000 or higher values to actually deter scraping, but this is computationally very resource heavy
For Production Use, share the <pw> & <nc> values only with users you trust, then blank them when posting publicly.
- '<ct>kR5skp8gS8Lewv7mJ4YcE9ctpWIPfxnlNeauyVUh6dBW<tg>CFrq89dr87wdI1jK5Dh0xA==<pw>koishi<nc>RQWSdlZaYlWeA9admzjHHQ==<ed>'
