It wasn't a secret code or a sophisticated manifesto. It was the digital equivalent of a "Kilroy was here" tag, spray-painted across the front doors of thousands of websites. The Context: The "Nuke" CMS Era
It’s a common misconception that the database (DB/MDB) decides if a password is "good." The database is just the If you use the built-in PASSWORD() functions in MySQL/MariaDB, they are and should be avoided for user applications. The Best Practice: Hash the password in your application code (like ASP.NET) sending it to the database. Summary Comparison Typical Algorithm Security Level ASP.NET Core PBKDF2 / Argon2 Modern DNN Legacy DNN SHA1 / MD5 MySQL Native PASSWORD() (Don't use for apps) The Verdict: If you are building something today, ASP.NET Core Identity provides the best default protection. Are you looking to upgrade the security of an existing DotNetNuke site, or are you deciding which to use for a new project? db main mdb asp nuke passwords r better
The phrase passwords r better implies a comparison. Better than what? It wasn't a secret code or a sophisticated manifesto