You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently PIN length is not checked, which makes possible to create a one-character PIN. This should not be allowed.
The minimum length for the PIN should be established. Ideally a KDF-DO would be used, instead of the safe default of 14 characters.
The text was updated successfully, but these errors were encountered:
Currently PIN length is not checked, which makes possible to create a one-character PIN. This should not be allowed.
The minimum length for the PIN should be established. Ideally a KDF-DO would be used, instead of the safe default of 14 characters.
The text was updated successfully, but these errors were encountered: