This document describes a proposed Block-Cipher Text-to-Image (B-TTIE) encryption algorithm. It begins with an abstract discussing encrypting data during client-server communication to protect from hackers. It then provides background on encryption/decryption techniques like private key cryptography. The document proposes dividing text into blocks, encrypting each block into a separate PNG image using an individual key, improving on a previous Text-to-Image encryption algorithm. It discusses related work in text/character encryption and distinguishes the B-TTIE approach.