Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removing comment
Browse files Browse the repository at this point in the history
ankenyr authored and dhalperi committed Jan 22, 2025
1 parent dea8b7e commit 1098647
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions netconan/sensitive_item_removal.py
Original file line number Diff line number Diff line change
@@ -276,9 +276,6 @@ def _anonymize_value(raw_val, lookup, reserved_words):
anon_val = sha512_crypt.using(rounds=5000).hash(anon_val)

if item_format == _sensitive_item_formats.juniper_type9:
# TODO(https://github.com/intentionet/netconan/issues/16)
# Encode base anon_val instead of just returning a constant here
# This value corresponds to encoding: Conan812183
anon_val = juniper_secrets.juniper_encrypt(anon_val)

lookup[val] = anon_val

0 comments on commit 1098647

Please sign in to comment.