Hashed passwords
127
• N bytes: The OTP seed XOR with the hash made from the password with salt appended. If seed is longer
than hash then only initial hash length bytes are XOR'd.
• S bytes: Seed bytes, should be random.
• 1 byte: 2's complement checksum making sum of all bytes 0x00.