TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Does it'd make sense to use AI for predict credit cards numbers?

1 点作者 artf超过 8 年前
Just curios if this model can actually work having a big amount of data and be able to predict knowing famous last 4 numbers

2 条评论

schoen超过 8 年前
I&#x27;m not sure if you mean &quot;given a database of a lot of people&#x27;s real credit card numbers, figure out which person made a transaction&quot; (to defeat privacy protections), or &quot;given only the last four digit, predict an entire credit card number with no other information&quot; (to defeat anti-fraud protections).<p>I think the first case is possible because people&#x27;s purchases tend to be extremely different, while the second case is not possible because the last digits of the card are generated at random. While there is a checksum in use<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Luhn_algorithm" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Luhn_algorithm</a><p>that only rules out 9&#x2F;10 of the possibility space, and the remaining 1&#x2F;10 is still extremely large.
LordWinstanley超过 8 年前
&quot;it&#x27;d&quot;?