string-to-key (s2k) 指定子で「salt」とは何を指しますか?
物事を揺るがす乱数発生器のようですが、「塩」が何を表しているのか知りたいですか?
たとえば、次のように書かれています。
3.6.1.2. Salted S2K
This includes a "salt" value in the S2K specifier -- some arbitrary
data -- that gets hashed along with the passphrase string, to help
prevent dictionary attacks.
Octet 0: 0x01
Octet 1: hash algorithm
Octets 2-9: 8-octet salt value
Salted S2K is exactly like Simple S2K, except that the input to the
hash function(s) consists of the 8 octets of salt from the S2K
specifier, followed by the passphrase.
しかし、塩は定義されていませんが、その意味は明らかです。