I'm using play-framework 2.0 (java web-framework) with postgresql.
- what encryption type for a user's password is the most common today? I understood that MD5 has been abounded in the last few years.
- what is the right data-type for field "password" in User class (and therefore, in the postgresql DB)?
thanks