REBOL Programming/encloak

< REBOL Programming

USAGE:

ENCLOAK data key /with 

DESCRIPTION:

Scrambles a string or binary based on a key.

ENCLOAK is a native value.

ARGUMENTS

REFINEMENTS

SOURCE CODE

encloak: native[
    "Scrambles a string or binary based on a key." 
    data [any-string!] "String to scramble (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.