Yes, I thought it shouldn't be a problem, but I can't get it to work. I tried:
UPDATE profiles SET authMem = authMem AND '-$add-' WHERE username='$username'
and
UPDATE profiles SET authMem = authMem + '-$add-' WHERE username='$username'
(where authMem is the blob)
Both attempts failed.