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 <samccann@redhat.com>
pull/76230/head
Vicente Jimenez Aguilar 4 years ago committed by GitHub
parent 730194e2b6
commit a1236a582c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save