--
You received this message because you are subscribed to the Google Groups "Tornado Web Server" group.
To unsubscribe from this group and stop receiving emails from it, send an email to python-tornad...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Is there async bcrypt or what encryption is recommended for tornado. Want to store encrypted user passwords. , it is so slow to just crypt in bcrypt.And SHA is too easy to crack.
--
Thanks Ben and everyone . how about reducing rounds in bcrypt? is that very dangerous ? Have to keep 12 round default (6 rounds is only 3 ms , tempting lol) .