You can choose if you want to have a specific type of Biometric Authentication, some devices only show Strong and weak so it is highly recommended to choose Strong for better device adaption
Decrypts the given cipherText using the provided key.
The key must be 32 characters or less.
The cipherText should include both the encrypted data and the IV (separated by :).
Encrypts the given text using the provided key. The key must be 32 characters or less.
If the key is shorter than 32 characters, it will be padded with #.
Returns a base64-encoded string of the encrypted text.