REBOL 3 Docs | Guide | Concepts | Functions | Datatypes | Errors |
TOC < Back Next > | Updated: 3-Aug-2010 Edit History |
Decodes a binary string scrambled previously by encloak. (Modifies)
Arguments:
data [binary!] - Binary to descramble
key [string! binary! integer!] - Encryption key or pass phrase
Refinements:
/with - Use a string! key as-is (do not generate hash)
See also:
decloak is a low strength decryption method that is used with encloak. See the encloak function for a complete description and examples.
TOC < Back Next > | REBOL.com - WIP Wiki | Feedback Admin |