TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Store Passwords Using Asp.net Core

1 点作者 backslash_16超过 5 年前
I want to safely and smartly do local user authentication for a web app written using C# with the platform&#x2F;framework being Asp.Net Core MVC<p>I know tptacek is well regarded here on cryptography and security and found a blog post from his new security consulting company that suggests using SCrypt for hashing passwords. https:&#x2F;&#x2F;latacora.micro.blog&#x2F;2018&#x2F;04&#x2F;03&#x2F;cryptographic-right-answers.html<p>I found CryptSharpOfficial but it hasn&#x27;t been updated since 2014 so that feels a little out of date. Is there an accepted package for SCrypt for .Net? Is there a better way of doing this?<p>I avoided using the included Microsoft local user authentication because the code is contained in NuGet packages and isn&#x27;t actually available in my solution.

暂无评论

暂无评论