ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / User Groupware 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
Returns the encrypted password.
Example
IF gpwEncryptedPasswords() = True THEN
GPU_UserPWD.EncryptedPassword = gpwEncryptPassword(sPassword)
ELSE
GPU_User.Password = sPassword
END
Syntax
<Result> = gpwEncryptPassword(<Password>)
<Result>: Character string
Encrypted password.
<Password>: Character string
Password in readable format.
Component: wd290gpu.dll
Minimum version required
  • Version 20
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help