Matteo
Matteo
I've removed local visual studio code settings file, which is empty too. It can trigger a flow error, when there is flow version 0.66.
_"H'ell" is not a valid name for a project. Please use a valid identifier name (alphanumeric and space)._ I noticed that the library uses a regexp to check if pattern...
jCenter will be read-only from February 2022. I've replaced it with mavenCentral.
Actually, the cipher created using AES is using block mode CBC. According to [OWASP](https://cheatsheetseries.owasp.org/cheatsheets/Cryptographic_Storage_Cheat_Sheet.html#cipher-modes) guidelines, it's better to use AES with block mode GCM, which is already available inside android.KeyProperties....