 | LowLevelGeneratePasswordHash Method |
Namespace: PicoXLSXAssembly: PicoXLSX (in PicoXLSX.dll) Version: 3.4.2+f55916d49ef2baa43fc7dc8f5c7d751a77c50baf
Syntaxpublic static string GeneratePasswordHash(
string password
)
Parameters
- password String
- Password string in UTF-8 to encrypt.
Return Value
String16 bit hash as hex string.
See Also