Db Main Mdb Asp Nuke Passwords R Better New! Access
What or framework is your current application running on?
' Pseudo-code for a "Better" password function in ASP Function BetterHash(password, salt) Dim combined, i combined = salt & password For i = 1 To 1000 combined = MD5(combined) ' In reality, use SHA256 via CAPICOM Next BetterHash = combined End Function db main mdb asp nuke passwords r better
In the modern security landscape, "better" usually comes down to how the framework implements What or framework is your current application running on
This article discusses the security of legacy ASP/Access systems. For new, high-traffic, or highly sensitive applications, migrating to Microsoft SQL Server is recommended. If you'd like, I can: for the web.config connection string. If you'd like, I can: for the web
for implementing hashed passwords instead of plain text.
Access databases were never designed to handle heavy web traffic. When multiple users attempted to write to the password or session tables simultaneously, the main.mdb file would frequently lock or corrupt, forcing webmasters to leave permissions wide open just to keep the site functional. The "Nuke" Era and Primitive Password Hashing