E2EE_MessageDecryption

Decrypt Base64 encoded messages using RSA-OAEP with a private key.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/apakou/wolow --skill e2ee-messagedecryption
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: E2EE_MessageDecryption
Source: https://github.com/apakou/wolow/tree/main/.claude/skills/E2EE_MessageDecryption
Command: npx skills add https://github.com/apakou/wolow --skill e2ee-messagedecryption

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the decryption of messages that have been encrypted, providing users with a seamless way to access original plaintext content.

Core Features & Use Cases

  • Encrypted Message Decryption: Decrypts messages that have been encrypted for secure transmission.
  • User Privacy: Ensures the original message is readable only by the intended recipient.
  • Use Case: Ideal for users who need to quickly and securely decrypt messages in a professional or personal context.

Quick Start

Decrypt the encrypted message 'encrypted-message.txt' using the provided private key with the E2EE_MessageDecryption skill.

Frequently Asked Questions about E2EE_MessageDecryption

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I decrypt a Base64 encoded message using RSA?

To decrypt a Base64 encoded message, this skill uses the RSA-OAEP algorithm along with a provided private key to restore the original plaintext content for secure communication.

What do I need to decrypt an RSA encrypted message?

You need a valid private key and the Base64 encoded message to decrypt an RSA encrypted message. The skill applies the RSA-OAEP algorithm to ensure user privacy and data security.

How does RSA-OAEP decryption work for secure communication?

RSA-OAEP decryption works by applying a padding scheme to the RSA algorithm, requiring a valid private key to decode Base64 encoded messages back into readable plaintext for secure data privacy.

Can I decrypt messages for secure transmission without writing code?

Yes, you can decrypt messages for secure transmission without writing code by providing the encrypted Base64 message and a valid private key to this skill for seamless plaintext recovery.

Is RSA-OAEP message decryption suitable for professional data privacy scenarios?

RSA-OAEP message decryption is suitable for professional data privacy scenarios, providing a seamless way to securely decrypt encrypted messages and ensure original content is readable only by the intended recipient.