abstract fun unlock(encryptionKey: String): Deferred<Unit>
Unlocks the logins storage using the provided key.
InvalidKeyException - if the encryption key is wrong, or the db is corrupt
InvalidKeyException
MismatchedLockException - if we're already unlocked
MismatchedLockException