def get_password(self):
        if self._password and self.is_encrypted:
            try:
                fernet = get_fernet()
            except: