From 0ff01fd7055befa3d8dfba9355c81e95d7f2c268 Mon Sep 17 00:00:00 2001 From: JP Hastings-Spital Date: Sun, 16 Jul 2023 11:30:50 +0100 Subject: [PATCH] Fake credit card number --- content/posts/distributed-game-protocols/open-games/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/distributed-game-protocols/open-games/index.md b/content/posts/distributed-game-protocols/open-games/index.md index 2af61764..e4f0c21e 100644 --- a/content/posts/distributed-game-protocols/open-games/index.md +++ b/content/posts/distributed-game-protocols/open-games/index.md @@ -95,7 +95,7 @@ They use the [Luhn alogorithm](https://en.wikipedia.org/wiki/Luhn_algorithm), an 4. Sum all the numbers 5. If the final number is divisible by 10 (ie. ends in a zero) then the card number is valid. -Here's a worked example with short (not a) credit card number: +Here's a worked example with short (not a) credit card number: 4417 8259 ```plain The Luhn algorithm Step 1: 4 4 1 7 8 2 5 9