# Text Encryptor/Decryptor

Simple text encryption and decryption using various algorithms

> Canonical page: https://elysiatools.com/en/tools/text-encryptor-decryptor

- **Category:** Format Conversion

- **Keywords:** encrypt, decrypt, cipher, security, text, encoding, caesar, base64, rot13

## Overview

The Text Encryptor/Decryptor is a versatile utility designed to transform plain text into various encoded formats and revert them back, supporting algorithms like Base64, ROT13, Caesar Cipher, and more.

## Inputs

- **Text** (textarea): Enter text to encrypt or decrypt...
- **Operation** (select)
- **Algorithm** (select)
- **Key (for Caesar Cipher)** (number): Enter shift value (1-25)

## When to use

- Obfuscating sensitive information for basic data protection.
- Encoding text strings for web development or data transmission.
- Solving puzzles or decoding simple cipher-based messages.

## How it works

- Enter your source text into the input area.
- Select your preferred operation (Encrypt or Decrypt).
- Choose an algorithm from the list, such as Base64 or Morse Code.
- Provide a shift key if using the Caesar Cipher, then view the transformed output.

## Use cases

- Quickly encoding configuration strings into Base64 for API headers.
- Creating simple text-based puzzles using ROT13 or Caesar ciphers.
- Converting text to binary or Morse code for educational demonstrations.

## Frequently asked questions

### Is this tool secure for sensitive passwords?

This tool is intended for basic text transformation and obfuscation, not for high-level cryptographic security.

### What algorithms are supported?

The tool supports Base64, ROT13, Caesar Cipher, Reverse Text, Morse Code, and Binary.

### Do I need to provide a key for all algorithms?

No, a key is only required when using the Caesar Cipher to define the shift value.

### Can I reverse the encryption?

Yes, simply select the 'Decrypt' operation and choose the same algorithm used for encryption.

### Is my data stored on your servers?

No, all text processing is performed locally in your browser for your privacy.

## Related tools

- [RC4 Stream Cipher](https://elysiatools.com/en/tools/rc4-encryptor): Encrypt and decrypt text using RC4 stream cipher with a key
- [XOR Encryptor](https://elysiatools.com/en/tools/xor-encryptor): Encrypt and decrypt text using XOR cipher with a key
- [Base64 Converter](https://elysiatools.com/en/tools/base64-converter): Encode and decode data to/from Base64 format with URL-safe options
- [Base64 Encoder/Decoder](https://elysiatools.com/en/tools/base64-encoder): Encode and decode Base64 strings
- [Base64URL Encoder/Decoder](https://elysiatools.com/en/tools/base64url-encoder): Encode and decode Base64URL (URL-safe Base64 variant used by JWT/JWS/JWE), with conversions between standard and URL-safe Base64
- [RSA Encrypt / Decrypt](https://elysiatools.com/en/tools/rsa-encrypt-decrypt): Encrypt text with an RSA public key or decrypt ciphertext with the matching private key, using OAEP padding (SHA-1 or SHA-256). Handles long messages by chunking. Keys and data stay local. PKCS#1 v1.5 is intentionally not offered (Node disables it for decryption due to Bleichenbacher attacks).
- [AES Encryption Tool](https://elysiatools.com/en/tools/aes-encryption-tool): Encrypt or decrypt text and files with AES-256-GCM and export IV-based bundles
- [Atbash Cipher](https://elysiatools.com/en/tools/atbash-cipher): Encode and decode text using Atbash substitution cipher (reverses the alphabet)

## Samples

- [Text with Emoji Samples](https://elysiatools.com/en/samples/text-with-emoji-samples): Mixed language text containing various Unicode emojis for testing emoji extraction
- [Chinese-English Mixed Text Samples](https://elysiatools.com/en/samples/text-chinese-english-mixed-samples): Sample text files with mixed Chinese and English content for testing automatic spacing tools
- [Text Case Format Samples](https://elysiatools.com/en/samples/text-case-formats): Examples of different text case formats: camelCase, snake_case, kebab-case, PascalCase, and more
- [Text with Chinese Samples](https://elysiatools.com/en/samples/text-with-chinese-samples): Mixed language text containing Chinese characters for testing Chinese extraction
