Adding a custom hashAlgorithmType in C# ASP.NET

后端 未结 3 977
故里飘歌
故里飘歌 2021-02-11 00:48

I\'ve got a page that I need to beef up security on. I\'m using the built-in MembershipProvider functionality and currently have hashAlgorithmType set to SHA512. I\

3条回答
  •  暖寄归人
    2021-02-11 01:37

    For a BCrypt implementation of HashAlgorithm, see my answer to a similar question here.

    You would need to create a signed assembly with the sample code in my answer, and then modify your settings as needed:

    
      
        
      
      
    
    

提交回复
热议问题