DEV Community

Discussion on: Securing data with BiometricPrompt

Collapse
 
yaroslavshlapak profile image
Yaroslav Shlapak

Really great article and findings! Especially the part with Tink integration.

But it would be better to split "Managers" to several entities like StringCryptoUseCase, EncryptedDataRepository interface, BiometricPromptUseCase which depends on two abovementioned entities.