Hi,
I am thinking of a login feature into my application to enable community around it. Therefore a simple login screen would help and I have one.
But, how could I save - securely - parts of the credentials like account ID and passwords or a uuid?
I know there are ways to do it by my own, but I do not like to reinvent the wheel.
For example, on a Mac, there exists a credentials store and surely there are mechanisms on Windows and Linux...
Thanks, Lothar
Is there a way to save credentials or generated uuid permanently?
-
- Earned some good credits
- Posts: 115
- Joined: Sat Jul 23, 2005 3:52 pm
- Location: Germany
- Contact:
Is there a way to save credentials or generated uuid permanently?
OS: Windows 7, Mac OS X (Panther/Leopard/Snow Leopard), SuSE Linux, Debian (PPC), OpenMoko FreeRunner
Compiler: OpenWatcom, GCC
wxWidgets 2.8.x
IDE Makefile based.
RAD My own brewed, Code generation with XSLT and DialogBlocks
Compiler: OpenWatcom, GCC
wxWidgets 2.8.x
IDE Makefile based.
RAD My own brewed, Code generation with XSLT and DialogBlocks
Re: Is there a way to save credentials or generated uuid permanently?
There is nothing for this in wxWidgets.
For Windows:
https://msdn.microsoft.com/en-us/librar ... 85%29.aspx
I don't know about Linux.
For Windows:
https://msdn.microsoft.com/en-us/librar ... 85%29.aspx
I don't know about Linux.
Use the source, Luke!