
Punch cards for data storage in modern times
I saw a documentary about punch cards, and wanted to do some experiments with them today. I managed to get together a 128-bit card system that can be read using a Python script and a web camera, and the cards can also be made(3d cad models) using a Python script and then printed.
The cards also have a parity bit, so that the program knows if they were correctly read. 128-bit can be used for a key of some sort, or perhaps a password.
Punch cards are hard to hack, and if made from stainless steel, they will last for thousands of years if kept reasonably safe. They will also be fire safe!
One time cards would also be a possibility, perhaps made from dissolving salt or chocolate?
Just thought i would share this project if someone finds it interesting.