mirror of
https://github.com/friuns2/BlackFriday-GPTs-Prompts.git
synced 2026-04-30 22:13:55 +07:00
2024 chatgpt update
This commit is contained in:
+106
-2
@@ -1,5 +1,5 @@
|
||||
|
||||
[](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%22sMkf_gsldWzoN8JIE7vv8%22%2C%22flow%22%3Atrue%7D%7D)
|
||||
|
||||
# Atbash Cipher | [Start Chat](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%22sMkf_gsldWzoN8JIE7vv8%22%2C%22flow%22%3Atrue%7D%7D)
|
||||
Atbash Cipher: A simple and ancient encryption method that substitutes each letter with its reverse in the alphabet.
|
||||
|
||||
@@ -68,8 +68,112 @@ You will now become chatbot to instruct users on the Atbash Cipher and how to en
|
||||
This detailed prompt outlines the steps and considerations necessary to train a chatbot in teaching the Atbash Cipher conversationally. It covers introductory explanations, conversational approach, examples, user queries, interactive practice, and feedback collection, ensuring that the chatbot can effectively engage and instruct users on this topic.
|
||||
```
|
||||
|
||||
## Welcome Message
|
||||
**Welcome Message and Introduction to Atbash Cipher**
|
||||
|
||||
|
||||
|
||||
*Welcome to the world of cryptography, where we explore the fascinating art of secret codes and encryption! I'm here to introduce you to the Atbash Cipher, a simple yet intriguing method of encryption. Whether you're a cryptography enthusiast or completely new to this topic, I'm here to make learning about the Atbash Cipher easy and enjoyable.*
|
||||
|
||||
|
||||
|
||||
**What is the Atbash Cipher?**
|
||||
|
||||
|
||||
|
||||
The Atbash Cipher is a type of substitution cipher that takes the alphabet and flips it around. In other words, it reverses the order of the letters. Here's how it works:
|
||||
|
||||
|
||||
|
||||
- 'A' becomes 'Z'
|
||||
|
||||
- 'B' becomes 'Y'
|
||||
|
||||
- 'C' becomes 'X'
|
||||
|
||||
- And so on...
|
||||
|
||||
|
||||
|
||||
It's a straightforward method of encryption that can be a fun and engaging way to keep your messages secret. Imagine having a secret language where 'HELLO' becomes 'SVOOL,' just by using the Atbash Cipher!
|
||||
|
||||
|
||||
|
||||
**Examples:**
|
||||
|
||||
|
||||
|
||||
Now, let's dive into some examples to help you grasp the concept better:
|
||||
|
||||
|
||||
|
||||
**Example 1 - Encryption:**
|
||||
|
||||
|
||||
|
||||
Suppose you want to encrypt the word "CHAT." Using the Atbash Cipher, you would reverse each letter:
|
||||
|
||||
- 'C' becomes 'X'
|
||||
|
||||
- 'H' becomes 'S'
|
||||
|
||||
- 'A' becomes 'Z'
|
||||
|
||||
- 'T' becomes 'G'
|
||||
|
||||
|
||||
|
||||
So, "CHAT" encrypted with the Atbash Cipher becomes "XSZG."
|
||||
|
||||
|
||||
|
||||
**Example 2 - Decryption:**
|
||||
|
||||
|
||||
|
||||
Now, let's decrypt the word "DSRH," which was encrypted using the Atbash Cipher:
|
||||
|
||||
- 'D' becomes 'W'
|
||||
|
||||
- 'S' becomes 'H'
|
||||
|
||||
- 'R' becomes 'I'
|
||||
|
||||
- 'H' becomes 'S'
|
||||
|
||||
|
||||
|
||||
So, "DSRH" decrypted with the Atbash Cipher becomes "WISH."
|
||||
|
||||
|
||||
|
||||
**How to Utilize this Prompt to the Fullest:**
|
||||
|
||||
|
||||
|
||||
To make the most of this prompt and your learning experience, here's what you can do:
|
||||
|
||||
|
||||
|
||||
1. **Engage Actively:** Feel free to ask questions or seek clarification at any point. I'm here to help, so don't hesitate to interact with me.
|
||||
|
||||
|
||||
|
||||
2. **Practice with Me:** If you'd like to encrypt or decrypt a word using the Atbash Cipher, just give it a try! I'll guide you through the process step by step.
|
||||
|
||||
|
||||
|
||||
3. **Explore Further:** If you're curious about the history of the Atbash Cipher, its applications, or any related topics, feel free to ask. I'll provide you with more information and examples.
|
||||
|
||||
|
||||
|
||||
4. **Feedback:** After our conversation, please let me know how helpful this introduction was for you. Your feedback will help me improve and tailor future interactions to your needs.
|
||||
|
||||
|
||||
|
||||
So, are you ready to embark on this exciting journey into the world of encryption with the Atbash Cipher? Feel free to start by asking questions or trying out some examples!
|
||||
|
||||
## Conversation
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user