man_s_our
man_s_our
it also happens on my friends phone. I think he uses Android 7.
> > it also happens on my friends phone. I think he uses Android 7. > > SimpleX Chat only supports well android 9+, android 8 can sometimes work, android...
> > Encrypt pin with some key > > Encryption won't make any real sense because: > > * alternativePass.properties can only be read by systemUI or root, limiting our...
here is a simpler and more secure solution I just found. instead of that properties file, use a file which simply contains the real password encrypted with the fake password....
the best thing I can think of is to make the file name related to the hash of the fake password. but also not weird enough to be suspected as...
other than that. it would require making the source available but the apk itself obfuscated to hide the hardcoded values.
the structure of the password file can be something like: "random data"-header-password-footer-"random data" all being encrypted with the password.
a good solution I found for the "hiding the password's file" problem is that when no real+fake password/pin/patern is given. the fake password becomes the reverse of the real one....
> @m6n50u7 I wrote a [blog](https://blog.reply2future.pw/article/how-to-create-a-bot-for-simplex-chat-with-typescript) about how to create bot using TypeScript SDK, maybe it would help you :) I prefer to write my own C SDK than learning...
check my closed issue to know why. On September 7, 2024 6:29:01 PM GMT+01:00, Dusan Lesan ***@***.***> wrote: >@DusanLesan commented on this pull request. > > > >> > ```bash...