skip to main content

Library Routines : A$ENCRYPT

A$ENCRYPT
This routine encrypts data using a given key. It uses the Blowfish algorithm.
Syntax:
 CALL "A$ENCRYPT" USING dataToEncrypt 
Parameters:
Examples:
Example - Encrypt a text with specific password
move "this is test data" to source-str
move "encpwd9030"        to source-pwd
call "a$encrypt" using source-str, source-pwd, encrypted-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