18 lines
1.1 KiB
Markdown
18 lines
1.1 KiB
Markdown
# 银行卡BIN查询银行
|
||
|
||
## 参考资料
|
||
|
||
- [China UnionPay Bank Card BIN Checker](https://github.com/hexindai/bcbc)
|
||
- [CommonUtilLibrary](https://github.com/AbrahamCaiJin/CommonUtilLibrary/blob/master/CommonUtil/src/main/java/com/jingewenku/abrahamcaijin/commonutil/BankCheck.java)
|
||
- [Luhn algorithm - wikipedia](https://en.wikipedia.org/wiki/Luhn_algorithm)
|
||
- [Luhn algorithm - geeksforgeeks](https://www.geeksforgeeks.org/luhn-algorithm/)
|
||
- [Luhn’s algorithm to validate credit / debit card Numbers](https://medium.com/@akshaymohite/luhns-algorithm-to-validate-credit-debit-card-numbers-1952e6c7a9d0)
|
||
- [干货丨银行卡号编码规则及其应用](https://www.woshipm.com/pd/371041.html)
|
||
- [bankInfo](https://github.com/giraffe-lib/bankInfo/blob/main/src/map.js)
|
||
- [BankCards](https://github.com/geekgao/BankCards/blob/master/bankcode.py)
|
||
- [bcbc](https://github.com/hexindai/bcbc)
|
||
- [banks-db](https://github.com/ramoona/banks-db)
|
||
- [SwiftCodes](https://github.com/PeterNotenboom/SwiftCodes)
|
||
- [BanksDataWorldWide](https://github.com/abdalrhman-alajlouni/BanksDataWorldWide)
|
||
- [bankcard](https://github.com/caijf/bankcard)
|