feat: bank card.

This commit is contained in:
tx7do
2023-10-17 23:06:53 +08:00
parent d402e4bd0b
commit 733bfb6199
17 changed files with 2632 additions and 164 deletions

13
bank_card/README.md Normal file
View File

@@ -0,0 +1,13 @@
# 银行卡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)
- [giraffe-lib](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)