Talk:One-way encryption

From Citizendium
Jump to navigation Jump to search
This article is developing and not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
To learn how to update the categories for this article, see here. To update categories, edit the metadata template.
 Definition Form of encryption used to store passwords on disk and verify intact file transmission. [d] [e]
Checklist and Archives
 Workgroup categories Computers and Mathematics [Please add or review categories]
 Subgroup category:  Security
 Talk Archive none  English language variant British English

duplicated in Cryptography article as a section

This article is duplicated in the bigger article as a section, and it has also been edited since this was written. Need to consolidate and resolve differences of the two versions. Pat Palmer (talk) 17:42, 1 November 2020 (UTC)

Notes from outside article to incorporate into this article

  • a good password hash is slow (and thus, "dictionary attack")
  • rainbow table - dictionaries and word lists pre-hashed (and sorted)
  • https://haveibeenpwned.com
  • salt: a fixed-length cryptographically-strong random value
    • also needs to be credential-specific
  • look 2/3 down the page: "how to create salts"
  • TLS with at least 128-bit AES encryption

Pat Palmer (talk) 17:42, 1 November 2020 (UTC)