Tagged Questions

9
votes
9answers
5k views

How to generate a verification code/number?

I'm working on an application where users have to make a call and type a verification number with the keypad of their phone. I would like to be able to detect if the number they type is correct or ...
5
votes
4answers
1k views

What algorithm to use to calculate a check digit?

What algorithm to use to calculate a check digit for a list of digits? The length of the list is between 8 and 12 digits. see also: How to generate a verification code/number?
2
votes
2answers
64 views

Error recovery algorithms?

I am doing a software that grabs in the end a numeric string, that string encodes important data, and any error destroy the contents. Worse: It is VERY prone for errors, because of how data is ...
1
vote
2answers
161 views

Given a 5-digit number series with 4 numbers and 1 alphabet, finding the Check Digit Algorithm [closed]

I have a series of 5-digit number series with 4 numbers and and 5th digit is a Alphabetic check digit. I have a sample of numbers. (about 58 samples) Check digit is generated by ( (Digit 1 * ...