Password Hashing

Hey! I am porting my app from Vercel to Cloudflare Pages. For auth, I need to run a password hashing algo (Argon2) but from what I understand the CPU time restrictions render this unfeasible. I keep reading about "unbound" workers which might be the answer to this? But I cannot for the life of me figure out how to enable / deploy an unbound worker. Any tips would be great 👍
3 Replies
Walshy
Walshy8mo ago
The old Bundled and Unbound are gone Standard is the only usage model now and also has 30 seconds of CPU time (like Unbound) but charges on CPU time not wall time So you should be good 🙂
Felix
FelixOP8mo ago
Oh U mean things should just work without further configuration?
Nob
Nob8mo ago
yes

Did you find this page helpful?