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
xenoterracide
06/13/2019, 7:25 PM
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
ValV
06/13/2019, 7:30 PM
I have found some advices on stackoverflow specific to Java, but I'm still not quite sure on how to implement it