encrypting a sequence of bytes
i have 5 random bytes. i want to encrypt/transformate these 5 bytes in some way.
i don't want to use any key(like private key), but some formel or transformation(e.g. shifting bytes, change positions, add, divide etc).
what formel could i use or please tell me some search words for google=)