I need a regex for android signature hash which is used in azure in a field presented on picture.
I used something like that:
"^(?=.{28}$)(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$"
It's matching words base64-encoded with 28 characters words but it will also match e.g. platformAndroidSignatureHash
which azure decline (presented on a picture).
WORKING EXAMPLE:
- 2pmj9i4rSx0yEb/viWBYkE/ZQrk=
- aPz8/NARbPz8pPzg/Iz9aPz8NCg=