 | UtilsGeneratePasswordHash Method |
Namespace: NanoXLSXAssembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.4+e304ab0274fa680d1e83f83c8f76c3bd5a54caf2
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