openEnvelope(); $hash = $raw_input; for ($ii = 0; $ii < 1000; $ii++) { $hash = md5($hash); } return new PhutilOpaqueEnvelope($hash); } }