DESFingerprint()

Syntax

Result$ = DESFingerprint(Password$, Key$)
Description
Warning
This function is deprecated, it may be removed in a future version of PureBasic. It should not be used in newly written code.


Returns a DES encrypted version of the given Password$. This command is deprecated because it is no longer secure enough for modern uses. Use the CreatePasswordHash() function instead.

See Also

CreatePasswordHash()

Supported OS

All

<- CryptRandomData() - Cipher Index - DeriveCipherKey() ->