Step 1: Convert data to binary if in other format.
Step 2: Divide data into blocks.
Step 3: Perform binary addition of each block using XOR.
Step 4: Final XOR result is the LRC checksum.