1.4 KiB
1.4 KiB
Microsoft.Security.Utilities Release History
v1.4.1 NuGet Package
- NEW: Emergent and unfinished classification and redaction capability.
v1.4.0 NuGet Package
- BRK:
CustomAlphabetEncoder.Encode
will default to produce strings at least 6 characters long, but can be overridden by passing aminLength
parameter.
v1.3.0 NuGet Package
- BRK: Removed
encodeForUrl
parameter fromIdentifiableSecrets.GenerateBase64Key
method, and so this method is restricted to generating keys using the standard base64-encoding alphabet. Added a new method,GenerateUrlCompatibleBase64Key
method for the URL-friendly case (with an option to include or exclude padding).
v1.2.0 NuGet Package
- BRK: Renamed `IdentifiableSecrets.GenerateIdentifiableKey to IdentifiableSecrets.GenerateBase64Key.
v1.1.0 NuGet Package
- NEW:
CustomAlphabetEncoder
class added to support checksum validations.
v1.0.0 NuGet Package
- NEW: Initial release. Including
Marvin
andIdentifiableSecrets
classes.