Hello, i am working on an application where i must store differents passwords.
My question :
How can i securely store passwords on the device ?
Simon
Hello, i am working on an application where i must store differents passwords.
My question :
How can i securely store passwords on the device ?
Simon
one way is to encrypt it and write to the file. See cipher example for more info.
yucca