--- title: "Food for your TS-2068: A Private-Key Cryptosystem" type: "article" slug: "food-for-your-ts-2068-a-private-key-cryptosystem" url: "http://localhost/article/food-for-your-ts-2068-a-private-key-cryptosystem/" markdown_url: "http://localhost/article/food-for-your-ts-2068-a-private-key-cryptosystem.md" published_at: "2026-01-22T20:50:33+00:00" modified_at: "2026-01-22T20:50:34+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "The subject this month will be cryptography. Cryptography, as you all know, is the science of disguising information into unintelligible code that would be worthless to any would-be trespasser. The 2068 computer, because of its speed and ability to manipulate large character arrays, makes an excellent secret-coding machine. The program I will present below is…" category: - name: "CTM" slug: "ctm" taxonomy: "category" url: "http://localhost/category/periodicals/ctm/" post_tag: - name: "TS 2068" slug: "ts2068" taxonomy: "post_tag" url: "http://localhost/tag/ts2068/" - name: "Type-in program" slug: "type-in-program" taxonomy: "post_tag" url: "http://localhost/tag/type-in-program/" model: - name: "Timex/Sinclair 2068" slug: "ts-2068" taxonomy: "model" url: "http://localhost/model/ts-2068/" indiv: - name: "Imre Auersbacher" slug: "imre-auersbacher" taxonomy: "indiv" url: "http://localhost/indiv/imre-auersbacher/" publication_r: id: 21536 title: "Computer Trader Magazine" type: "periodical" url: "http://localhost/periodical/ctm/" authors_r: - name: "Imre Auersbacher" slug: "imre-auersbacher" taxonomy: "indiv" url: "http://localhost/indiv/imre-auersbacher/" issues_articles: - id: 52348 title: "Computer Trader Magazine May 1985" type: "issue" url: "http://localhost/issue/computer-trader-magazine-may-1985/" pages: "63-65" pubdate: "May 1985" archive_link: false --- # Food for your TS-2068: A Private-Key Cryptosystem The subject this month will be cryptography. Cryptography, as you all know, is the science of disguising information into unintelligible code that would be worthless to any would-be trespasser. The 2068 computer, because of its speed and ability to manipulate large character arrays, makes an excellent secret-coding machine. The program I will present below is a sophisticated “private-key” cryptographic system which is very easy to use, provides a high level of cryptographic protection, and is quite fast. The program allows you to encipher your confidential or sensitive messages by means of a personal password (which must be kept secret). Only by using the exact password can you, or anyone else, decipher or unlock coded messages into their original form.