Rebol Programming/encloak
Tools
General
Sister projects
In other projects
ENCLOAK data key /with
Scrambles a string or binary based on a key.
ENCLOAK is a native value.
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)"]