s-alad / toofake

View friends BeReals without posting or them knowing. Post custom BeReal's whenever. Add custom realmojis
https://toofake.lol/
MIT License
153 stars 34 forks source link

Automatically update signature each week #99

Closed retoheusser closed 3 months ago

retoheusser commented 3 months ago

This fixes the issue of the expiring signature each week. It uses pre-computed signatures for the next two years.

vercel[bot] commented 3 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
toofake ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 2, 2024 10:11pm
s-alad commented 3 months ago

Will merge soon - smart to generate a bunch of sigs using the secret key and upload them to a list, thanks! -- this may stop working if bereal also starts checking device id

retoheusser commented 3 months ago

this may stop working if bereal also starts checking device id

Don't think so. They can only verify the signature because it's dependent on the key, the current time, the timezone and the device id. But the device id can be arbitrary as long as the signature matches the device id. They could start blocking a certain device id because they think it's overused but I regard that as quite unlikely.