back to Table of Contents


DecryptFile (function)

This will decrypt a whole file using the given password. This function can only decrypt files encrypted with function EncryptFile() of this library. As it may also happen, that a file is encrypted multiple times, you may do additional calls to this function until DES56_WARN_NOTCRYPTED is returned. In alternative use the function IsCryptedFile() for this purpose.


SYNTAX:

error% = DecryptFile% (file$, pass$)

INPUTS:

file$ (STRING)

pass$ (STRING)


RESULT:

error% (INTEGER)


back to Table of Contents