# How to Use the CipherTalk Service

CipherTalk is a secure encryption service that allows users to protect their data using advanced encryption standards and store it on the blockchain. Below is a step-by-step tutorial on how to create and decipher a note using CipherTalk.

### Creating a Ciphered Note

#### Step 1: Access CipherTalk

Go to the Spillways [website](https://spillways.finance/cipher-talk) or use Protector Bot and navigate to the CipherTalk service. You will be greeted with a simple and intuitive interface designed for ease of use.

#### Step 2: Enter Your Message

In the 'Cipher' section, you'll find a text box where you can type the message or data you want to encrypt.

<figure><img src="/files/d6srdHfRS3N22kaFmS7h" alt=""><figcaption></figcaption></figure>

#### Step 3: Encrypt Your Message

After entering your message, click on the 'Cipher' button. CipherTalk will encrypt your message using AES and multiple encryption algorithms.

#### Step 4: Save Your Private Note

Once your message is encrypted, CipherTalk will generate a private note. This note is crucial as it contains the necessary keys and identifiers to decrypt your message later. Be sure to copy and store this note in a secure location.

<figure><img src="/files/xj1V5FTAFCS5gshr7WfW" alt=""><figcaption></figcaption></figure>

### Deciphering Your Note

#### Step 1: Retrieve Your Private Note

When you're ready to decrypt your message, make sure you have your private note handy. This contains the encrypted message and the decryption key.

#### Step 2: Open the Decipher Section

On the CipherTalk service page, switch to the 'Decipher' section. This is typically a tab or button next to the 'Cipher' section.

<figure><img src="/files/Gmo7wauYUyVLNNE5l0gj" alt=""><figcaption></figcaption></figure>

#### Step 3: Enter Your Private Note

In the 'Decipher' section, paste the entire private note into the provided text box.

<figure><img src="/files/M9TGdXQA0lUgSYrdfOIN" alt=""><figcaption></figcaption></figure>

#### Step 4: Decrypt Your Message

Click on the 'Decipher' button. CipherTalk will process the note and display your original decrypted message.

<figure><img src="/files/6A5capTJQXFpHVnzHI93" alt=""><figcaption></figcaption></figure>

### Conclusion

You have now learned how to encrypt and decrypt messages using CipherTalk. Remember to keep your private note secure, as it is the only way to access your encrypted data. Use CipherTalk to ensure your data remains confidential and protected on the blockchain.

<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://spillways.gitbook.io/documentation/tutorials/how-to-use-the-ciphertalk-service.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
