Balázs Püspök-Kiss

Results 20 comments of Balázs Püspök-Kiss

I have found this neat lib, hope it fits your expectations: https://github.com/MayakaApps/ComposeWindowStyler

As I investigate the problem even more, it looks like, that the Login screen is added twice due to the 2 clicks needed to transition to the screen. So for...

Hi I have the same issue, but using `1.6.0-rc02` Compose Multiplatform version. Works great with Android, Desktop targets, but getting the same error on Web. Project: https://github.com/HLCaptain/butler/tree/64d0413de58ea3c91d3827bdfceea38a18ac1853

That is true, but I think there should be more default(er) implementations of secure storage methods, which relies on Android Keystore or other platform specific keystore methods. On JVM, I...

Regarding Android platform, yes, I think using `EncryptedSharedPreferences` with `Android KeyStore` is enough, thanks for pointing that out. I have an experimental demo working on the JVM side via [Credential...

As I stabilized [my `EncryptedPreferences` for JVM](https://github.com/HLCaptain/butler/blob/master/client/butler/src/jvmMain/kotlin/illyan/butler/EncryptedPreferences.kt), I may make a proper pull request to include it as a solution for making settings encrypted in some sorts. Currently: - `EncryptedPreferences`...

> [@HLCaptain](https://github.com/HLCaptain) The link to your encrypted preferences implementation no longer appears to work. Does it implement `java.util.prefs.Preferences`, or just provide an equivalent API? The former would require no explicit...

> Why not use com.intellij.credentialStore? This looks like a great tool. I used [microsoft/credential-secure-storage-for-java](https://github.com/microsoft/credential-secure-storage-for-java), but it is not very well maintained as opposed to `com.intellij.credentialStore`.

Yes, it does. Also, string resources are working fine on all platforms.

I will soon make an open-source repository so you may reproduce the problem. @Skeptick