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