plain = $plaintext; } /** * @return true/false boolean */ public function crypt($algorithm) { return true; } public function get() { return $this->password; } }