How to get real password (before encrypt) when register a user?

Not sure what research you are doing, but you can hook into user_register and get submitted password using $_POST variable.