 | UtilsGeneratePasswordHash Method |
Namespace: NanoXLSXAssembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.7+3223c8b99fcd3402b4ae016daa480abac16f8a9f
Syntaxpublic static string GeneratePasswordHash(
string password
)
Parameters
- password String
- Password string in UTF-8 to encrypt
Return Value
String16 bit hash as hex string
RemarksWARNING! Do not use this method to encrypt 'real' passwords or data outside from NanoXLSX. This is only a minor security feature. Use a proper cryptography method instead.
See Also