Utils: Add a basic implementation of an EncryptionManager which allows to store the password encrypted.
This use the latest AndroidKeyStore from Android M and allow to store the key securely.
Avatar: Remove Apache HttpClientAvatarRetriever which will be deprecated in android-6.0
We can use the standart java.net.http avatar retriever implementation.