Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 514 Bytes

bcr-2023-017-salt.md

File metadata and controls

19 lines (12 loc) · 514 Bytes

UR Type Definition for Random Salt

BCR-2023-017

© 2023 Blockchain Commons

Authors: Wolf McNally, Christopher Allen
Date: December 9, 2023
Revised: December 9, 2023

Overview

A salt is random data frequently used as an additional input to one-way algorithms (e.g., password hashing) where similar inputs (the same password) should not yield the same outputs (the hashed password.) This is known as "decorrelation". Salts are not usually secret.

CDDL

salt = #6.40018(bytes)