|
|
|
|
|
by arduinomancer
1933 days ago
|
|
The encryption key doesn’t have to be per-user. If your data is stored in a 3rd party database its common to just use one secret key (which only your app has access to) for all the data to prevent the 3rd party from reading it. |
|