TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Store Passwords Using Asp.net Core

1 pointsby backslash_16over 5 years ago
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.

no comments

no comments