Hi, guys! What is the best practice to store sensi...
# announcements
v
Hi, guys! What is the best practice to store sensitive user data like passwords (local disk, database) in an app? Does Kotlin have some specific encryption libraries?
stackoverflow 2
x
define an app… and the answer is probably nothing specific to kotlin, but answers are likely to vary from server side, to what environment your app is running in
v
I have found some advices on stackoverflow specific to Java, but I'm still not quite sure on how to implement it