Files
go-utils/bank_card/README.md
2023-10-17 23:52:58 +08:00

18 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 银行卡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/)
- [Luhns 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)