Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Fast Library For Clipper 3.02 Reference - <b>desencrypt()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    Desencrypt()

         Deencrypts a string

    Syntax:

         Desencrypt( cString, cPasswod ) -> cNewString

         cString   : The string to deencrypt
         cPassword : The string used to deencrypt

    Description:

         Deencrypts an string with a secret method.

    Return:

         A deencrypt character value.

    Example:

         cValor := Desencrypt ( "Hello world", "This is my password" )

See Also: Encrypt() GetPass()

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