0 items
| # |
|---|
信用卡号的工作原理
信用卡号遵循 ISO/IEC 7812 标准。第一位数字是主要行业标识符 (MII),前六位数字组成银行识别码 (BIN)。
网络前缀
- Visa — 以 4 开头,共 16 位
- Mastercard — 以 51–55 开头,共 16 位
- American Express — 以 34 或 37 开头,共 15 位
Luhn 算法
每个信用卡号的最后一位是使用 Luhn 算法(也称为“模 10”算法)计算的校验位。此工具生成的所有号码均通过 Luhn 验证。
Frequently Asked Questions
Luhn 算法是一种用于验证标识号的校验和公式。它通过从右侧起每隔一位数字翻倍并求和,最后验证总和是否能被 10 整除来工作。
不。号码结构有效(通过 Luhn 检查),但并未关联到任何真实的卡账户或银行。它们不能用于实际交易。
Visa (16 digits, starts with 4), Mastercard (16 digits, starts with 51–55), and American Express (15 digits, starts with 34 or 37).
Yes. These are the standard test card numbers for validating payment form UI, input masking and Luhn validation logic. For actual gateway testing, use the sandbox card numbers provided by your payment provider.
No. All generation happens entirely in your browser. No card numbers are sent to or stored on any server.
Related Tools
所有生成的数据均为虚构,不适合作为真实的个人信息使用。