# Cryptographic Tool for IRC Clients

**Category:** mIRC_Addon
**Original Author:** |i-XeS-i|

## Description
This script provides basic encryption and decryption capabilities directly within an IRC client, allowing users to encrypt and decrypt messages using a specified key.

## Key Features
- **Encryption/Decryption Commands**: The script binds commands `encrypt` and `decrypt` to the `dcc n` event, enabling users to perform cryptographic operations over direct client-to-client (DCC) connections.
- **Usage Instructions**: Provides usage instructions for both encryption and decryption functions through help messages.

## File Analysis
- **crypt.tcl** — A Tcl script that implements basic encryption and decryption functionality. It binds commands to handle user inputs and performs the corresponding actions, such as encrypting or decrypting text using a specified key.