Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikibooksThe Free Textbook Project
Search

Rebol Programming/encloak

From Wikibooks, open books for an open world
<Rebol Programming
This page may need to bereviewed for quality.

USAGE:

[edit |edit source]
ENCLOAK data key /with

DESCRIPTION:

[edit |edit source]

Scrambles a string or binary based on a key.

ENCLOAK is a native value.

ARGUMENTS

[edit |edit source]
  • data -- String to scramble (modified) (Type: any-string)
  • key -- Key to use (Type: any-string)

REFINEMENTS

[edit |edit source]
  • /with -- Use key as-is (for speed, no hashing)

SOURCE CODE

[edit |edit source]
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)"]
Retrieved from "https://en.wikibooks.org/w/index.php?title=Rebol_Programming/encloak&oldid=3352740"
Category:

[8]ページ先頭

©2009-2025 Movatter.jp