feat: bank card.
This commit is contained in:
13
bank_card/README.md
Normal file
13
bank_card/README.md
Normal 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/)
|
||||
- [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)
|
||||
- [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)
|
||||
Reference in New Issue
Block a user