問題タブ [bban]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
algorithm - BBANアカウントをIBANアカウントに変換する方法
問題はタイトルにあります。BBANはベルギーの銀行口座番号です。
コードは必要ありません。単純なモジュロ加算であることはわかっていますが、それを行うための正確なルール(アルゴリズム)はわかりません。
変換/変換ルールがない検証ルールのみが見つかりました。
ありがとう
iban - hungarian BBAN validation
can anybody tell me how to validate Hungarian BBAN account numbres ? on the internet i have only found that it is 24 numbers length And in format
but how to calculate x = National check digit ? I have tried to remove last char and modulo rest by 97 but it does not work (the result is not 1 for valid account numbers)
thanks in advance for any help