Encryption hides the contents of a message. Geometric cryptography hides the existence of it.
Acetilt encodes a secret message into the least-significant bits of a carrier image's blue channel at pixel locations defined by a lattice — a periodic grid generated from a 2×2 integer matrix B.
In Advanced mode, the lattice is also rotated by an angle θ. Recovery requires both B and θ. Neither alone is sufficient.
The cryptographic key is the pair (B, θ). Security arises from the combinatorial explosion of valid basis matrices and the 360 discrete orientations — not from secrecy of the algorithm.
This satisfies Kerckhoffs's principle: the method is public; only the key need be secret.