skip to main content

Library Routines : A$DECRYPT

A$DECRYPT
This routine decrypts data using a given key. It uses the Blowfish algorithm.
Syntax:
 CALL "A$DECRYPT" USING dataToDecrypt 
Parameters:
Examples:
Example - Decrypt a previously encrypted text
move "encpwd9030"        to source-pwd
call "a$decrypt" using encrypted-data, source-pwd, decrypted-data

Copyright (c) 2017 Veryant
Contact us
Please share your comments on this manual or on any
Veryant product documentation with the email button at the top left