How can I know how well protected my password is on a site?

James Jenkins

A couple weeks ago, I noticed a question where a site owner was asking about how they could better manage user passwords for their site. They were storing the passwords using an excel sheet as a database.

I am not finding that question now, but there were several comments pointing out using Excel as a password database was not a good idea. The pure inappropriateness of this has not left my thoughts and I wonder, how many sites use low level password word protection.

If I were to test on that particular web site, by changing my password to '=2+2' and then trying to logon with '4' as my password. That might give me an indication that my site password was not being well managed.

What should I look for, or what tests can I perform to validate what level of protection a site is using to protect the password I use there?

Gray

It can be incredibly difficult (or even impossible) to judge the security of some site without straddling some legal gray areas.

One easy way to test if password managament on a site is awful is if you do a "forgot password" request, and they email you your password in plaintext. That means they are at worst, storing your password in plaintext, and at best encrypting it instead of hashing it (still bad practice).

Other than gaining access to the system (or, of course, asking the developers) you can't really be sure about what methods are being used. They could store your password in plaintext and still not send it in an email. It eventually comes down to trust and using necessary precatuitons (such as unique passwords, or limiting what info you give them).

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How, I can change password, if I do not know the old password?

From Dev

How can I permanently save a password-protected SSH key?

From Dev

How can I permanently save a password-protected SSH key?

From Dev

How can I know if my minVersion is good?

From Dev

How to know when I last changed my Windows 10 password?

From Dev

How can I see my password on the terminal?

From Dev

How can I encrypt my pendrive with password?

From Dev

How can I hash the password in my app

From Dev

How can I update the password of a password protected .7z archive?

From Dev

How can I confirm that my Jekyll is installed well?

From Dev

How can I add a certificate exception for an HSTS-protected site in Firefox?

From Dev

How does Netflix know my password?

From Dev

How I can hide the folder structure from a password protected RAR file?

From Dev

I'm using border-left border-right as dividers in my site's navbar. I want to know how I can have them centered in the navbar

From Dev

How can I protect my asp.net web api? I can not understand the template well

From Dev

how can I know the alignemtn of memory in my PC

From Dev

How can I know what version of wif is installed on my server

From Dev

How can i know my remaining Soundcloud API Limit?

From Dev

How can I know if my JFrame is currently minimized?

From Dev

MySQL - How can I know my query is tuned?

From Dev

How can I know when my screen was locked last time?

From Dev

How can I know if an application reads my hardware fingerprint?

From Dev

how do I know if SSD disk can be used with my motherboard

From Dev

How can I know when my screen was locked last time?

From Dev

How can I know if my device's blue tooth is power on?

From Dev

Xcode How can I know which subclass has my class?

From Dev

how can i know the actual size of an imageView in my device?

From Dev

How to know which memory RAM I can use on my laptop?

From Dev

How can I know who is using my wireless?

Related Related

  1. 1

    How, I can change password, if I do not know the old password?

  2. 2

    How can I permanently save a password-protected SSH key?

  3. 3

    How can I permanently save a password-protected SSH key?

  4. 4

    How can I know if my minVersion is good?

  5. 5

    How to know when I last changed my Windows 10 password?

  6. 6

    How can I see my password on the terminal?

  7. 7

    How can I encrypt my pendrive with password?

  8. 8

    How can I hash the password in my app

  9. 9

    How can I update the password of a password protected .7z archive?

  10. 10

    How can I confirm that my Jekyll is installed well?

  11. 11

    How can I add a certificate exception for an HSTS-protected site in Firefox?

  12. 12

    How does Netflix know my password?

  13. 13

    How I can hide the folder structure from a password protected RAR file?

  14. 14

    I'm using border-left border-right as dividers in my site's navbar. I want to know how I can have them centered in the navbar

  15. 15

    How can I protect my asp.net web api? I can not understand the template well

  16. 16

    how can I know the alignemtn of memory in my PC

  17. 17

    How can I know what version of wif is installed on my server

  18. 18

    How can i know my remaining Soundcloud API Limit?

  19. 19

    How can I know if my JFrame is currently minimized?

  20. 20

    MySQL - How can I know my query is tuned?

  21. 21

    How can I know when my screen was locked last time?

  22. 22

    How can I know if an application reads my hardware fingerprint?

  23. 23

    how do I know if SSD disk can be used with my motherboard

  24. 24

    How can I know when my screen was locked last time?

  25. 25

    How can I know if my device's blue tooth is power on?

  26. 26

    Xcode How can I know which subclass has my class?

  27. 27

    how can i know the actual size of an imageView in my device?

  28. 28

    How to know which memory RAM I can use on my laptop?

  29. 29

    How can I know who is using my wireless?

HotTag

Archive