From a1236a582cda0fd31ba8b0fbd11734c8e378faeb Mon Sep 17 00:00:00 2001 From: Vicente Jimenez Aguilar Date: Thu, 4 Nov 2021 20:06:02 +0100 Subject: [PATCH] Stop using "checksumming" instead of "encrypting" in the docs (#76168) * Hashing is not encrypting All encryption systems have a formal inverse function to decrypt A hash is a one way function without inverse by definition * Update docs/docsite/rst/user_guide/playbooks_filters.rst Co-authored-by: Sandra McCann --- docs/docsite/rst/user_guide/playbooks_filters.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docsite/rst/user_guide/playbooks_filters.rst b/docs/docsite/rst/user_guide/playbooks_filters.rst index 67456e36845..ccc3daa8bc6 100644 --- a/docs/docsite/rst/user_guide/playbooks_filters.rst +++ b/docs/docsite/rst/user_guide/playbooks_filters.rst @@ -1518,8 +1518,8 @@ This allows for dynamic generation of VLAN lists on a Cisco IOS tagged interface .. _hash_filters: -Encrypting and checksumming strings and passwords -================================================= +Hashing and encrypting strings and passwords +============================================== .. versionadded:: 1.9