It would probably save you time if you researched some popular encryption algorithms before investing too much time into creating your own.
Some to note: Cesarean cipher, XOR encryption, AES encryption
(from simplest to most secure)

And remember, an encryption algorithm's credibility should rest with what key is chosen; not with what encryption method is used.