Node.js أساسي مع القليل من الألوان AI |
diff --git a/locale/ar/docs/guides/debugging-getting-started.md b/locale/ar/docs/guides/debugging-getting-started.md
index 6b80dc4ab8a2b..2eaa2fbfc48a9 100644
--- a/locale/ar/docs/guides/debugging-getting-started.md
+++ b/locale/ar/docs/guides/debugging-getting-started.md
@@ -98,7 +98,7 @@ layout: docs.hbs
-
+
التخصيص | المعنى |
--inspect |
diff --git a/locale/en/about/resources.md b/locale/en/about/resources.md
index 4a12710369256..1e84db6770da5 100644
--- a/locale/en/about/resources.md
+++ b/locale/en/about/resources.md
@@ -12,18 +12,18 @@ title: Logos and Graphics
Guidelines for the visual display of the Node.js mark are described in
the [Visual Guidelines](/static/documents/foundation-visual-guidelines.pdf).
-
+
-  |
-  |
+  |
+  |
Node.js standard AI |
Node.js reversed AI |
-  |
-  |
+  |
+  |
Node.js standard with less color AI |
diff --git a/locale/en/docs/guides/debugging-getting-started.md b/locale/en/docs/guides/debugging-getting-started.md
index 78f08292ce633..1da3570f632f2 100644
--- a/locale/en/docs/guides/debugging-getting-started.md
+++ b/locale/en/docs/guides/debugging-getting-started.md
@@ -115,7 +115,7 @@ info on these follows:
The following table lists the impact of various runtime flags on debugging:
-
+
Flag | Meaning |
--inspect |
diff --git a/locale/en/knowledge/cryptography/how-to-use-crypto-module.md b/locale/en/knowledge/cryptography/how-to-use-crypto-module.md
index cff9b8a5ea335..ae66af0f6f31c 100644
--- a/locale/en/knowledge/cryptography/how-to-use-crypto-module.md
+++ b/locale/en/knowledge/cryptography/how-to-use-crypto-module.md
@@ -127,12 +127,12 @@ if (argv.e && argv.key) {
NODE PRO TIP: The `crypto.createCipheriv()` and `crypto.createDecipheriv()` methods do not take a password, rather a `key` and an `iv` which are combined together to form a random password. The size of the `key` and `iv` depends on the chosen algorithm. A reference to common algorithms and their `key` and `iv` size is given below:
-| Algorithm | Key | iv |
-| ------------- |:-----------------: | :----------------: |
-| aes128 | 16 byte (128 bits) | 16 byte (128 bits) |
-| aes-128-cbc | 16 byte (128 bits) | 16 byte (128 bits) |
-| aes192 | 24 byte (192 bits) | 16 byte (128 bits) |
-| aes256 | 32 byte (256 bits) | 16 byte (128 bits) |
+| Algorithm | Key | iv |
+| ------------- | ------------------ | ------------------ |
+| aes128 | 16 byte (128 bits) | 16 byte (128 bits) |
+| aes-128-cbc | 16 byte (128 bits) | 16 byte (128 bits) |
+| aes192 | 24 byte (192 bits) | 16 byte (128 bits) |
+| aes256 | 32 byte (256 bits) | 16 byte (128 bits) |
In the code above The user entered `key` is hashed using `SHA-256 encryption` which produces a 32 byte buffer by default, this buffered key is then used as the [cryptographic key](https://en.wikipedia.org/wiki/Key_(cryptography)) in the `crypto.createCipheriv()` and `crypto.createDecipheriv()` methods. The `iv` is also hashed with `SHA-256 encryption` and is 32 byte in size but all AES (CBC mode and CFB mode) take `iv` of exactly 16 byte (128 bits) therefor another Buffer `resizedIV` is used which contains the first 16 byte of orignal 32 byte `iv`.
diff --git a/locale/es/about/resources.md b/locale/es/about/resources.md
index d5df038a99c50..fc12b9d95c216 100644
--- a/locale/es/about/resources.md
+++ b/locale/es/about/resources.md
@@ -12,18 +12,18 @@ title: Logos y Gráficos
Las pautas para la visualización de la marca Node.js se describen en
las [Pautas Visuales](/static/documents/foundation-visual-guidelines.pdf).
-
+
-  |
-  |
+  |
+  |
Node.js estándar AI |
Node.js invertido AI |
-  |
-  |
+  |
+  |
Node.js estándar con menos color AI |
diff --git a/locale/fa/about/resources.md b/locale/fa/about/resources.md
index 4a12710369256..1e84db6770da5 100644
--- a/locale/fa/about/resources.md
+++ b/locale/fa/about/resources.md
@@ -12,18 +12,18 @@ title: Logos and Graphics
Guidelines for the visual display of the Node.js mark are described in
the [Visual Guidelines](/static/documents/foundation-visual-guidelines.pdf).
-
+
-  |
-  |
+  |
+  |
Node.js standard AI |
Node.js reversed AI |
-  |
-  |
+  |
+  |
Node.js standard with less color AI |
diff --git a/locale/fa/docs/guides/debugging-getting-started.md b/locale/fa/docs/guides/debugging-getting-started.md
index 0975c4dd72ac4..f4b22c4a637e0 100644
--- a/locale/fa/docs/guides/debugging-getting-started.md
+++ b/locale/fa/docs/guides/debugging-getting-started.md
@@ -115,7 +115,7 @@ info on these follows:
The following table lists the impact of various runtime flags on debugging:
-
+
Flag | Meaning |
--inspect |
diff --git a/locale/it/about/resources.md b/locale/it/about/resources.md
index df209cd48fe59..22c1e852b260e 100644
--- a/locale/it/about/resources.md
+++ b/locale/it/about/resources.md
@@ -13,18 +13,18 @@ title: Logos and Graphics
Le linee guida visive sono descritte nelle
[Visual Guidelines](/static/documents/foundation-visual-guidelines.pdf).
-
+
-  |
-  |
+  |
+  |
Node.js standard AI |
Node.js invertito AI |
-  |
-  |
+  |
+  |
Node.js standard con meno colori AI |
diff --git a/locale/it/docs/guides/debugging-getting-started.md b/locale/it/docs/guides/debugging-getting-started.md
index 57dd0115505ee..23c3db09f06c3 100644
--- a/locale/it/docs/guides/debugging-getting-started.md
+++ b/locale/it/docs/guides/debugging-getting-started.md
@@ -133,7 +133,7 @@ info on these follows:
The following table lists the impact of various runtime flags on debugging:
-
+
Flag | Meaning |
--inspect |
diff --git a/locale/ja/docs/guides/debugging-getting-started.md b/locale/ja/docs/guides/debugging-getting-started.md
index a9d4bdb41b4c3..b41a943cd7c61 100644
--- a/locale/ja/docs/guides/debugging-getting-started.md
+++ b/locale/ja/docs/guides/debugging-getting-started.md
@@ -245,7 +245,7 @@ info on these follows:
The following table lists the impact of various runtime flags on debugging:
-
+
Flag | Meaning |
--inspect |
@@ -315,7 +315,7 @@ The following table lists the impact of various runtime flags on debugging:
次の表は、デバッグ時のさまざまなランタイムフラグの影響を示しています。
-
+
フラグ | 意味 |
--inspect |
diff --git a/locale/ko/about/resources.md b/locale/ko/about/resources.md
index a56fc8f6ba9c4..d5b03fe2c7d70 100644
--- a/locale/ko/about/resources.md
+++ b/locale/ko/about/resources.md
@@ -25,18 +25,18 @@ Node.js의 시각적인 가이드라인은
시각적 가이드라인>에 나와 있습니다.
-
+
-  |
-  |
+  |
+  |
Node.js 표준 AI |
Node.js 반전 AI |
-  |
-  |
+  |
+  |
적은 색상을 가진 Node.js 표준 AI |
diff --git a/locale/ko/docs/guides/debugging-getting-started.md b/locale/ko/docs/guides/debugging-getting-started.md
index 84f70b33579f2..a0ed44beece36 100644
--- a/locale/ko/docs/guides/debugging-getting-started.md
+++ b/locale/ko/docs/guides/debugging-getting-started.md
@@ -211,7 +211,7 @@ Node 인스펙터에 접속할 수 있는 여러 상용 도구와 오픈소스
The following table lists the impact of various runtime flags on debugging:
-
+
Flag | Meaning |
--inspect |
@@ -281,7 +281,7 @@ The following table lists the impact of various runtime flags on debugging:
다음 테이블은 디버깅용 여러 런타임 플래그의 기능을 보여줍니다.
-
+
플래그 | 의미 |
--inspect |
diff --git a/locale/ru/about/resources.md b/locale/ru/about/resources.md
index b5016a2055b39..279ac1825fd66 100644
--- a/locale/ru/about/resources.md
+++ b/locale/ru/about/resources.md
@@ -12,18 +12,18 @@ title: Лого и графика
Рекомендации по визуальному отображению метки Node.js описаны в разделе [Визуальные рекомендации](/static/documents/foundation-visual-guidelines.pdf).
-
+
-  |
-  |
+  |
+  |
Node.js standard AI |
Node.js reversed AI |
-  |
-  |
+  |
+  |
Node.js standard with less color AI |
diff --git a/locale/ru/docs/guides/debugging-getting-started.md b/locale/ru/docs/guides/debugging-getting-started.md
index 4701f8f875056..888d5de85ce5f 100644
--- a/locale/ru/docs/guides/debugging-getting-started.md
+++ b/locale/ru/docs/guides/debugging-getting-started.md
@@ -115,7 +115,7 @@ info on these follows:
The following table lists the impact of various runtime flags on debugging:
-
+
Flag | Meaning |
--inspect |
diff --git a/locale/uk/about/resources.md b/locale/uk/about/resources.md
index 6a7d4e7029199..341138d1fc40e 100644
--- a/locale/uk/about/resources.md
+++ b/locale/uk/about/resources.md
@@ -12,18 +12,18 @@ title: Лого та графіка
Правила візуального оформлення позначень Node.js описані у
[Visual Guidelines](/static/documents/foundation-visual-guidelines.pdf).
-
+
-  |
-  |
+  |
+  |
Node.js звичайний AI |
Node.js інвертований AI |
-  |
-  |
+  |
+  |
Node.js звичайний з меншою кількістю кольорів AI |
diff --git a/locale/zh-cn/about/resources.md b/locale/zh-cn/about/resources.md
index 08403823776c0..e608cf0ccd964 100644
--- a/locale/zh-cn/about/resources.md
+++ b/locale/zh-cn/about/resources.md
@@ -11,18 +11,18 @@ title: 商标和图像
对于 Node.js 标志的可视化展示指南也在 [可视化指南](/static/documents/foundation-visual-guidelines.pdf) 有所描述。
-
+
-  |
-  |
+  |
+  |
Node.js 标准 AI |
Node.js 保留 AI |
-  |
-  |
+  |
+  |
少彩色的标准 Node.js AI |
diff --git a/locale/zh-cn/docs/guides/debugging-getting-started.md b/locale/zh-cn/docs/guides/debugging-getting-started.md
index 7b28115934ff4..c7568436821ab 100644
--- a/locale/zh-cn/docs/guides/debugging-getting-started.md
+++ b/locale/zh-cn/docs/guides/debugging-getting-started.md
@@ -80,7 +80,7 @@ layout: docs.hbs
以下命令表列出了在调试状态下不同标示符的影响:
-