What WebSafe collects, what it never does, and how it's protected — in the same language we'd use to explain it to a parent, not a lawyer.
Passwords are never stored as entered. They're run through PBKDF2-SHA256 (100,000 iterations, a unique random salt per account) before storage — a one-way transformation; even we can't recover your original password from what's stored.