ufront / ufront-easyauth

Easy database-driven authentication for ufront. Each group is assigned permissions, and each user can belong to certain groups.
MIT License
1 stars 2 forks source link

Password security issues #8

Open fulopm opened 8 years ago

fulopm commented 8 years ago

Hey!

There are some flaws in the default key derivation system of UFront:

I know that it's really hard to generate cryptographically secure random numbers in Haxe, but it can be solved on Linux systems by reading the /dev/urandom device.

Thanks!