security

Password Hashing Overview In the world of web development and password storage, an ongoing debate lingers on, and probably will forever. The currently accepted “best practice” for hashing passwords is called Argon2 (wikipedia link to argon2). To give a brief overview of what it is, it takes any string (like...

More
  • 2024-08-18

Returns a report that has information about user permissions for an object, or statement permissions, in the current database. To find stored procedures that “username” can access: exec sp_helprotect @username = ‘username’ To see all objects in database and who has access: exec sp_helprotect For complete capabilities see http://msdn.microsoft.com/en-us/library/ms190310.aspx

More
  • 2016-03-19

  Update 08/28/2011 After doing some research, it seems that FirePGP is no longer an active project.  That means that you cannot use all of the method shown in that tutorial.  But don’t worry because much of the other process is still valid.  I’ll be posting a full tutorial on...

More
  • 2011-08-26