How do you keep passwords?

Question

Hi, I’m working on one of the games I’ve already made to give it the ability to run for multiple users (it’s really harder to add this functionality to an old project than to do it in a new one) Currently I’m using encryption to keep user data and what I want to know is that when you have multiple users with usernames and passwords How do you maintain them?

For me, I would use a backend for saving and loading user data, like SilentWolf. Its really useful, I have tried it by myself. But you can also check some other backends in the assets library.

1 Like

It was very useful I didn’t know anything about it until now, but in this project I need to save the files on the device (mainly in user://)

2 Likes

You can still use SilentWolf for it.