LeoWandersleb on Nostr: What really grinds my gear are banks and their security theater. Here in Chile you ...
What really grinds my gear are banks and their security theater.
Here in Chile you can trivially find anybody's national ID number "RUT" but still banks send you bank statements by email in encrypted PDFs - using 4 digits out of that RUT. I tried it out. It takes my cheap laptop on average 16s to figure out the right digits.
seq -w 0 9999 | parallel -j8 --halt now,success=1 "qpdf --password={} --decrypt /tmp/bankStatements.pdf /dev/null 2>/dev/null && echo PIN: {} && kill $$"
Published at
2026-02-26 18:31:07 CETEvent JSON
{
"id": "6719ba73e7058ab9404b5fb00e5080fab3731562c448bf562aebf533d154ae23",
"pubkey": "46fcbe3065eaf1ae7811465924e48923363ff3f526bd6f73d7c184b16bd8ce4d",
"created_at": 1772127067,
"kind": 1,
"tags": [
[
"client",
"jumble"
]
],
"content": "What really grinds my gear are banks and their security theater.\nHere in Chile you can trivially find anybody's national ID number \"RUT\" but still banks send you bank statements by email in encrypted PDFs - using 4 digits out of that RUT. I tried it out. It takes my cheap laptop on average 16s to figure out the right digits.\n\nseq -w 0 9999 | parallel -j8 --halt now,success=1 \"qpdf --password={} --decrypt /tmp/bankStatements.pdf /dev/null 2\u003e/dev/null \u0026\u0026 echo PIN: {} \u0026\u0026 kill $$\"",
"sig": "5ea923bf50a567bd22acf4deab4deaa086eaca2651ab159ddd4b08c8eaf285769a5dfd55ecb7087645d4f5a9e1fbda3774a181992ee2ad8924297b2183d0cac8"
}