8000 Fixed Grammatical Error in README.md (#1249) · sec-js/javascript-obfuscator@07ec287 · GitHub
[go: up one dir, main page]

Skip to content

Commit 07ec287

Browse files
Fixed Grammatical Error in README.md (javascript-obfuscator#1249)
1 parent 0c1c432 commit 07ec287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1188,7 +1188,7 @@ Each `stringArray` value will be encoded by the randomly picked encoding from th
11881188
Available values:
11891189
* `'none'` (`boolean`): doesn't encode `stringArray` value
11901190
* `'base64'` (`string`): encodes `stringArray` value using `base64`
1191-
* `'rc4'` (`string`): encodes `stringArray` value using `rc4`. **About 30-50% slower than `base64`, but more harder to get initial values.** It's recommended to disable [`unicodeEscapeSequence`](#unicodeescapesequence) option when using `rc4` encoding to prevent very large size of obfuscated code.
1191+
* `'rc4'` (`string`): encodes `stringArray` value using `rc4`. **About 30-50% slower than `base64`, but harder to get initial values.** It's recommended to disable [`unicodeEscapeSequence`](#unicodeescapesequence) option when using `rc4` encoding to prevent very large size of obfuscated code.
11921192

11931193
For example with the following option values some `stringArray` value won't be encoded, and some values will be encoded with `base64` and `rc4` encoding:
11941194

0 commit comments

Comments
 (0)
0