Password Storage
open class PasswordStorage(encryption: PortalEncryption = PortalEncryption(PortalMobileMpc())) : CloudStorageAdapter
Handles password-based cloud storage operations including encryption, decryption, and validation.
Parameters
encryption
The encryption utility used for securing data. Defaults to PortalEncryption(PortalMobileMpc())
.