Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Password Hashing #37

Closed
jptksc opened this issue Apr 14, 2013 · 5 comments
Closed

Password Hashing #37

jptksc opened this issue Apr 14, 2013 · 5 comments

Comments

@jptksc
Copy link
Contributor

jptksc commented Apr 14, 2013

Working on a simple password hash within the new "config-settings.php".

@bramdevries
Copy link

Is sha1-ing the password enough or do you want something more advanced?

@jptksc
Copy link
Contributor Author

jptksc commented Apr 17, 2013

I don't even think hashing is necessary considering the nature of Dropplets, but I'm sure this is something people are going to beg for as Dropplets becomes more popular.

@shoostar
Copy link

Jason said:
...as Dropplets becomes more popular.

That's assuming that it does become popular, hahaha :P Only kidding bud, I'm already working on a couple themes based on Dropplets.

@nikf
Copy link
Contributor

nikf commented Apr 17, 2013

The only ‘pro’ of not hashing would be that a Dropplets user can FTP into their server and look at the settings script to remind themselves of their password.

Of course, whether that’s a ‘pro’ or a ‘con’ is subjective :-)

@jptksc
Copy link
Contributor Author

jptksc commented Apr 19, 2013

Added in v1.0.2

@jptksc jptksc closed this as completed Apr 19, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants