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

GeoServer passwords in clear text #65

Open
virjay opened this issue Dec 15, 2015 · 2 comments
Open

GeoServer passwords in clear text #65

virjay opened this issue Dec 15, 2015 · 2 comments

Comments

@virjay
Copy link

virjay commented Dec 15, 2015

The password field under the 'instances' tab of Geofence is saved as clear text in PostgreSQL table. A md5 representation would help.

@etj
Copy link
Member

etj commented Dec 15, 2015

Nope, the encoding should be reversible, since the original password should be sent to GeoServer.

@virjay
Copy link
Author

virjay commented Dec 15, 2015

OK. Use a technique similar to the PwEncoder.java. Passwords stored in clear text should be avoided.

@etj etj changed the title Geofence instances GeoServer passwords in clear text Dec 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants