What password encryption Hudson is using?
问题 This is what I see in hudson/users/me/config.xml : [...] <hudson.security.HudsonPrivateSecurityRealm_-Details> <passwordHash>mEDUyJ:0c9e6f2556b9b3a0b9e9046c21490422b4a54877f057b527b2c0bd4dc83342d5</passwordHash> </hudson.security.HudsonPrivateSecurityRealm_-Details> [...] What is the algorithm (if SHA1, than what is the mEDUyJ prefix)? How can I get this hash in PHP, for example? 回答1: The source code responsible for this is found in the hudson.security.HudsonPrivateSecurityRealm class (more