You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Salt derived as SHA-256('qryptchat-salt-' + phoneNumber) in src/lib/crypto/master-key-derivation.js line ~60. Predictable salt enables rainbow tables across the user base. Use random salts stored server-side.