Not sure myself, basically it is an encrypted token of a password that gets salted (mixed around). So if the password is "sauceplease" then encrypted would be a string of 512 character long, then salt would mix iterations, and a trip might be the last 10 character of all those characters. Something like that.