microsoft / security-utilities

Security utilities for key generation, string redaction, etc.
MIT License
24 stars 9 forks source link

New API to make it more convenient to use byte[] args. #83

Closed michaelcfanning closed 1 month ago

michaelcfanning commented 1 month ago

Added the release notes legend to the document. These API were requested by a project team interested in using keys strictly as byte[]. The API are not yet tuned for performance, i.e., they most simply offload work to the text-based API. This is required due to textual matching that's in place for verifying the validity of generated key character set, etc. A more tuned byte[]-based API would have to examine the data differently to perform validity checks such as these.