|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Security: ¿how to store an encryption key locally?Hi,
i need to know the best practice about a security issue... For a WinForms C/S application it is required to store an encryption key locally. ¿How can store that key to be accesible only by the application but no by unauthorized users? Options: - A file: The key should be encripted, but again we have a key to store. - Hard coded in the application: The problem here is possible decompilation (even with obfuscation you can reach the key) - ¿Using an OS service or another external entity? Thanks, Néstor.
Other interesting topics
|
|||||||||||||||||||||||