J
J
justslipknot2018-06-09 21:51:02
.NET
justslipknot, 2018-06-09 21:51:02

How to implement the "remember me" function in a desktop application?

I'm making a client for VK. And the question arose: how to safely store the authorization token on the client side? Or tell me some other ways to store user data to save them

Answer the question

In order to leave comments, you need to log in

3 answer(s)
G
Griboks, 2018-06-09
@Griboks

How to securely store the user's key with the user? A very interesting question. Probably just put it and forget it.

S
Satangelus, 2018-06-09
@Satangelus

Try "ProtectedData Class"
Read here

P
Peter, 2018-06-10
@Morpheus_God

binary serialization. Or write to the registry.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question