local-file-encrypt

Encrypt and decrypt local files with password-based AES-256 encryption.

36|2|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/malue-ai/dazee-small --skill local-file-encrypt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: local-file-encrypt
Source: https://github.com/malue-ai/dazee-small/tree/main/instances/xiaodazi/skills/local-file-encrypt
Command: npx skills add https://github.com/malue-ai/dazee-small --skill local-file-encrypt

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires cryptography, and includes scripts (resource) components.

What problem does it solve?

This Skill protects sensitive local files by encrypting them with a password, ensuring only authorized access.

Core Features & Use Cases

  • File Encryption: Encrypt individual files using AES-256 encryption.
  • File Decryption: Decrypt previously encrypted files using the correct password.
  • Batch Encryption: Encrypt all files within a specified directory.
  • Use Case: Securely store confidential documents like financial records or personal information on your computer.

Quick Start

Encrypt the file located at '/Users/user/Documents/confidential.txt' using the password 'mysecretpassword'.

Frequently Asked Questions about local-file-encrypt

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

FAQPage Schema
How do I encrypt local files with password protection?

To encrypt local files with password protection, you can use password-based AES-256 encryption to secure individual files or batch encrypt entire directories. This process ensures only authorized users can access sensitive documents.

Can I batch encrypt an entire directory of sensitive documents?

Yes, you can batch encrypt an entire directory of sensitive documents. The batch encryption feature applies password-based AES-256 encryption to all files within a specified directory simultaneously for comprehensive local data security.

How does AES-256 encryption secure local files?

AES-256 encryption secures local files by using a password-based cryptographic algorithm to transform readable data into ciphertext. This ensures that sensitive documents remain inaccessible without the correct password for decryption.

What is the best way to decrypt files protected by a password?

The best way to decrypt files protected by a password is to use the decryption function with the exact password originally used for encryption. This reverses the AES-256 encryption, restoring access to your local files.

Do I need any specific Python libraries for local file encryption?

Yes, you need the cryptography Python library installed to perform local file encryption. This dependency provides the necessary cryptographic primitives to execute password-based AES-256 encryption and decryption processes.

Can I use this for securing financial records on my computer?

Yes, you can use this for securing financial records on your computer. It applies local AES-256 encryption to confidential documents, ensuring sensitive personal information remains protected through password-based access control.