应用散列来保护应用内生成的密码。 [英] Apply hashing to secure passwords generated within the app.

查看:67
本文介绍了应用散列来保护应用内生成的密码。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在Windows Phone 8应用程序中创建了150多个预定义的密码和用户名。


每当应用程序启动时,它们都会被初始化。


每当用户输入密码和用户名时,应用程序都会检查其真实性并采取相应措施。


出于明显的安全原因,我想保护我的密码以便"额外" -genius minds"没有办法在他们自己的应用程序中操纵它们。


任何人都可以告诉如何使用SHA-1哈希并将这些密码存储为哈希格式。



谢谢!


Yash 

解决方案

请参阅以下链接


http://msdn.microsoft.com/en-us/library/windowsphone/develop/hh487164(v = vs.105)的.aspx


I have a created 150 odd predefined passwords and usernames in my windows phone 8 app.

They get initialized whenever the app starts.

Whenever a user enters the password and username, the app checks its authenticity and acts accordingly.

For obvious security reasons, i would like to protect my passwords so that the "extra-genius minds" don't find a way to manipulate them in their own app.

Could anyone tell how to use SHA-1 hashing and store those passwords into hashed formats.

Thanks!

Yash 

解决方案

Refer following link

http://msdn.microsoft.com/en-us/library/windowsphone/develop/hh487164(v=vs.105).aspx


这篇关于应用散列来保护应用内生成的密码。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆