Re: [Geoserver-devel] Decrypting passwords given in REST response

2018-10-25 Thread Michael.Haertel
please let me know. Thank you very much, Michael Von: Christian Mueller Gesendet: Mittwoch, 24. Oktober 2018 16:19 An: Härtel, Michael Cc: geoserver-devel Betreff: Re: [Geoserver-devel] Decrypting passwords given in REST response Did you compare the encoded password sent by the REST Api and

Re: [Geoserver-devel] Decrypting passwords given in REST response

2018-10-24 Thread Christian Mueller
rds, > > > > Michael > > > > *Von:* Christian Mueller > *Gesendet:* Mittwoch, 24. Oktober 2018 08:41 > *An:* Härtel, Michael > *Cc:* geoserver-devel > *Betreff:* Re: [Geoserver-devel] Decrypting passwords given in REST > response > > > &

Re: [Geoserver-devel] Decrypting passwords given in REST response

2018-10-24 Thread Michael.Haertel
wrong. Regards, Michael Von: Christian Mueller Gesendet: Mittwoch, 24. Oktober 2018 08:41 An: Härtel, Michael Cc: geoserver-devel Betreff: Re: [Geoserver-devel] Decrypting passwords given in REST response Hi Michael Some facts you need to know. The master password is used to encrypt the

Re: [Geoserver-devel] Decrypting passwords given in REST response

2018-10-24 Thread Christian Mueller
Hi Michael Some facts you need to know. The master password is used to encrypt the geoserver keystore located in /security/geoserver.jceks This keystore contains an entry with the key used for the encryption of DB passwords. You need the master password to open the keystore, then you have to fe

[Geoserver-devel] Decrypting passwords given in REST response

2018-10-23 Thread Michael.Haertel
Hello List, even though I am not a GeoServer core developer myself, I think that my questions can best be answered by people who are involved in the geoserver development. I try to reverse the encryption mechanism of the passwords for the DB connections that are returned via the REST API. I kn