13 lines
411 B
Markdown
13 lines
411 B
Markdown
# CardCode
|
|
|
|
A system for encoding text into card deck permutations.
|
|
|
|
## Links
|
|
|
|
- **[How it works](https://asherfalcon.com/blog/posts/3)** - Detailed writeup of the algorithm and implementation
|
|
- **[Live Demo](https://deckcrypt.github.io)** - Try it out in your browser
|
|
|
|
## Credits
|
|
|
|
- Theme for web version: [Catppuccin](https://github.com/catppuccin)
|
|
- Header-only bignum library: [983](https://github.com/983) |