When symmetric encryption is used, usually at least 256-bit key is generated. That corresponds to 32 bytes -> 32 chars (which is quite generous, as most users will never use more than ~70 of the most common chars from the 256 in ascii).
How secure can then be services like Pushbullet that use your password for encryption? Even if they don't steal your password from client, shouldn't it be fairly easy to brute force the key on server if needed?