You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While it is recommended to use ascii as the password, this is "only" a recommendation. Furthemore encryption is not only used by the standard Attribute "User-Password", but by some Vendor Specific Attributes.
To make the encrypt utility function more versatile it would be great to change the &str parameter to &[u8] (which would be a breaking change imho).
The enforcement of ascii/non-ascii should be done at a higher application level.
The text was updated successfully, but these errors were encountered:
While it is recommended to use ascii as the password, this is "only" a recommendation. Furthemore encryption is not only used by the standard Attribute "User-Password", but by some Vendor Specific Attributes.
To make the encrypt utility function more versatile it would be great to change the &str parameter to &[u8] (which would be a breaking change imho).
The enforcement of ascii/non-ascii should be done at a higher application level.
The text was updated successfully, but these errors were encountered: