Skip to content

Commit

Permalink
Deployed 96ff2d1 with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jzonthemtn committed Oct 23, 2024
1 parent 2c1defd commit 9289b73
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions policies/filter_strategies/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1708,14 +1708,14 @@ <h1 id="filter-strategies">Filter Strategies</h1>
<h2 id="filter-strategies_1">Filter Strategies</h2>
<p>The filter strategies are described below. Each filter type can specify zero or more filter strategies. When no filter strategies are given, Philter will default to <code>REDACT</code> for that filter type. When multiple filter strategies are given for a single filter type, the filter strategies will be applied in order as they are listed in the policy, top to bottom.</p>
<ul>
<li><a href="filter-strategies.md#the-redact-filter-strategy"><code>REDACT</code></a></li>
<li><a href="filter-strategies.md#crypto"><code>CRYPTO_REPLACE</code></a>(AES encryption)</li>
<li><a href="filter-strategies.md#hash"><code>HASH_SHA256_REPLACE</code></a>(SHA512 encryption)</li>
<li><a href="filter-strategies.md#fpe"><code>FPE_ENCRYPT_REPLACE</code></a>(Format-preserving encryption)</li>
<li><a href="filter-strategies.md#random"><code>RANDOM_REPLACE</code></a></li>
<li><a href="filter-strategies.md#static"><code>STATIC_REPLACE</code></a></li>
<li><a href="filter-strategies.md#truncate"><code>TRUNCATE</code></a></li>
<li><a href="filter-strategies.md#zero_leading"><code>ZERO_LEADING</code></a></li>
<li>REDACT</li>
<li>CRYPTO_REPLACE</li>
<li>HASH_SHA256_REPLACE</li>
<li>FPE_ENCRYPT_REPLACE</li>
<li>RANDOM_REPLACE</li>
<li>STATIC_REPLACE</li>
<li>TRUNCATE</li>
<li>ZERO_LEADING</li>
</ul>
<h3 id="the-redact-filter-strategy">The <code>REDACT</code> Filter Strategy</h3>
<p>The REDACT filter strategy replaces sensitive information with a given redaction format. You can put variables in the redaction format that Philter will replace when performing the redaction.</p>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

0 comments on commit 9289b73

Please sign in to comment.