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