Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Artful Two for Clipper 5.0 - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

Syntax

ENCRYPT_IT( cString, lEncrypt )

Purpose

Encrypt/decrypt input strings.

Arguments

     cString -- string to encrypt/decrypt

     lEncrypt -- .T. to encrypt, .F. to decrypt; defaults to .T.

Setup

Typically used in a password routine.

Example

     pswd = ENCRYPT_IT( "Robert Redford" )

Returns

cString in encrypted/decrypted form as requested.

Side Effects

None.

Artful Calls

None.

Source File

AA_ENCRP.PRG

See Also: PASSWORD()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson