ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / HASP key functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
HaspHLDecrypt (Function)
In french: HaspHLDécrypte
Warning
From version 24, HaspHLUncrypt is kept for backward compatibility. This function is replaced by HaspHLDecrypt.
Decrypts a character string by using the algorithms of the Hasp key. This string was encrypted by HaspHLEncrypt by using the same dongle.
Example
// Initialize the content of the control for entering the password
sEncryptedPassword is string
...
EDT_Password = HaspHLDecrypt(EDT_Session_ID, sEncryptedPassword)
Syntax
<Result> = HaspHLDecrypt(<Session identifier> , <String to decrypt>)
<Result>: Character string
Decrypted string.
In an error occurs, the ErrorOccurred variable returns True and ErrorInfo returns the details of the error.
<Session identifier>: Integer
Identifier of the Hasp session, returned by HaspHLLogin.
<String to decrypt>: Character string
Character string to decrypt. This character string was returned by HaspHLEncrypt.
Component: wd290rtf.dll
Minimum version required
  • Version 15
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/28/2023

Send a report | Local help