See all articles from Timelinez v5 n6
A QL SuperBASIC utility for encrypting and decrypting Sinclair ASCII text files using a password. The password is hashed to seed a pseudo-random number generator; each character’s ASCII value is offset by a random 1–4 value. The same seed and process allows decryption with the correct password. Includes full listing with Encode, Decode, and Instructions modes.