Key:





Instructions

Encryption:

1) Whatever text you want to encrypt, enter that into the input box.
2) [Optional, but highly recommended] Then in the key box enter a desired key of exact 15 characters that you would like your text to be encoded with. Please note, the key you enter should be exactly 15 characters in length, otherwise a default key will be used for encrypting.
3) Then click the "ENCRYPT" button.
4) Your encrypted text will appear in the output section.

Decryption:

1) Whatever text you want to decrypt, enter that into the input box.
2) Then in the key box enter the key of exact 15 characters that was used to encode the text. If no key was entered, i.e. if deafault key was used, please leave the key field empty.
3) Then click the "DECRYPT" button.
4) Your decrypted text will appear in the output section.

Important Note:

Please keep the key safe. If you lose it, there is no way to recover the original text.

About

Information:

The algorithm used in this site is called URCRYPT. It is a custom algorithm, that is based on Caesar Cipher also known as Caesar's code or Caesar shift(Wikipedia).

In here instead of a constant shifting of all the characters, shifting is done based on the key entered. The characters to shift, the shift direction and the amount of shift is all determined via a key of 15-characters.

Contact:

Algorithm and Site Developed By: Uday Rajoriya
Website: https://udayrajoriya.com
Email: hello@udayrajoriya.com