ascii_to_bin
uint32_t value = ascii_to_bin(setting[i]);
salt = (ascii_to_bin(setting[1]) << 6)
| ascii_to_bin(setting[0]);