REBOL Programming/decloak

< REBOL Programming

USAGE:

DECLOAK data key /with 

DESCRIPTION:

Descrambles the string scrambled by encloak.

DECLOAK is a native value.

ARGUMENTS

REFINEMENTS

SOURCE CODE

decloak: native[
    "Descrambles the string scrambled by encloak." 
    data [any-string!] "String to descramble (modified)" 
    key [any-string!] "Key to use" 
    /with "Use key as-is (for speed, no hashing)"
]

This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.