@property
    def pw_salt(self):
        s = None
        try:
            s = self.password_salt.tobytes()