Skip to content

Latest commit

 

History

17 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

textcrypt-67

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!

Installation & Startup

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.

DISCLOSURE

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

PRODUCTION USE

For Production Use, share the <pw> & <nc> values only with users you trust, then blank them when posting publicly.

Try decrypting this!

notes_above_ground

  • '<ct>kR5skp8gS8Lewv7mJ4YcE9ctpWIPfxnlNeauyVUh6dBW<tg>CFrq89dr87wdI1jK5Dh0xA==<pw>koishi<nc>RQWSdlZaYlWeA9admzjHHQ==<ed>'

About

hash encrypt thine texts

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages