Simple Http Basic, Digest Authentication Module with IP Restriction.
[Features]
- Standard basic authentication.
- Digest authentication implementation is simple algorithm: nonce value has expiration.
- Basic or Digest Authentication don't touch HttpContext.Current.User....
More information
Effortless .Net Encryption is a library that provides: Rijndael encryption/decyption, Hashing and Digest creation/validation and Password/salt creation.
This module allows you to add ability of HTTP authentiocation (supports both of Basic and Digest auth) on your ASP.NET Web Applications, independent Windows machine or Active Directory users accounts.
このモジュールは、Windows マシンアカウントないしは Active Diretory に依存することなく、HTTP認証機能 ( 基本認証とダイジェスト認証のいずれも対応 )...
More information
Contains class implementing StringTransformer interface from Backend.HTTP.Common package, which uses cryptographic digests (e.g. SHA512) to transform strings.
Provides block-based digest-producing cryptographical algorithms. Also provides concrete implementation for RandomGenerator interface of UtilPack.Cryptography package.
Provides ability to create objects implementing SASLMechanism of UtilPack.Cryptograhy.SASL that handle the SCRAM mechanism of SASL. No strings are allocated during challenge. Both client-side and server-side mechanisms are provided.
Provides ability to create objects implementing SASLMechanism of FluentCryptography.SASL. These objects handle the SCRAM mechanism of SASL. No strings are allocated during challenge. Both client-side and server-side mechanisms are provided.
Provides API and implementation for block-based digest-producing cryptographical algorithms. Also provides concrete implementation for RandomGenerator interface of FluentCryptography.Abstractions package.