Size: 398
Comment:
|
Size: 400
Comment: converted to 1.6 markup
|
Deletions are marked like this. | Additions are marked like this. |
Line 13: | Line 13: |
* [http://code.google.com/p/checkdigits/ checkdigits] : [Java] and JavaScript | * [[http://code.google.com/p/checkdigits/|checkdigits]] : [Java] and JavaScript |
[ISO] 7064
특정 정보의 임의적인 생산을 막기위해, 그 정보가 맞음을 보장하는 체크. 다음과 같은 예들이 있다.
다음의 종류들이 있다.
- Mod 11,2
- Mod 11,10
- Mod 97,10
관련프로그램
checkdigits : [Java] and JavaScript
[Iso7064Mod1110.py]