Very simple question. For registering and logging in through a RESTful API, should the passwords be encrypted before sending through Basic Authentication; or is Basic Authentication so secure that this would be unnecessary? This is sent through secure HTTPS.Thanks for your insight!