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