AES (Advanced Encryption Standard) is a symmetric block cipher standardized by NIST (FIPS 197) used to protect classified and sensitive data. This skill covers implementing AES-256 encryption in GCM m
Works with
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionimplementing-aes-encryption-for-data-at-restExecute the skills CLI command in your project's root directory to begin installation:
Fetches implementing-aes-encryption-for-data-at-rest from mukul975/Anthropic-Cybersecurity-Skills and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate implementing-aes-encryption-for-data-at-rest. Access via /implementing-aes-encryption-for-data-at-rest in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Quickly understand datasets, identify patterns, and generate insights
Example
Analyze CSV with 100K rows, identify outliers, visualize correlations, suggest hypotheses
Reduce EDA time from hours to minutes, uncover insights faster
Write scripts to clean messy data, handle missing values, normalize formats
Example
Generate Python/SQL to fix date formats, impute missing values, remove duplicates
Automate 80% of data preprocessing work
Perform hypothesis testing, regression, and statistical modeling
Example
Run A/B test analysis, calculate confidence intervals, interpret p-values
0
total installs
0
this week
8.6K
GitHub stars
0
upvotes
Run in your terminal
0
installs
0
this week
8.6K
stars
| name | implementing-aes-encryption-for-data-at-rest |
| description | AES (Advanced Encryption Standard) is a symmetric block cipher standardized by NIST (FIPS 197) used to protect classified and sensitive data. This skill covers implementing AES-256 encryption in GCM m |
| domain | cybersecurity |
| subdomain | cryptography |
| tags | - cryptography - encryption - aes - data-at-rest - symmetric-encryption |
| version | '1.0' |
| author | mahipal |
| license | Apache-2.0 |
| nist_csf | - PR.DS-01 - PR.DS-02 - PR.DS-10 |
AES (Advanced Encryption Standard) is a symmetric block cipher standardized by NIST (FIPS 197) used to protect classified and sensitive data. This skill covers implementing AES-256 encryption in GCM mode for encrypting files and data stores at rest, including proper key derivation, IV/nonce management, and authenticated encryption.
| Mode | Authentication | Parallelizable | Use Case |
|---|---|---|---|
| GCM | Yes (AEAD) | Yes | Network data, file encryption |
| CBC | No | Decrypt only | Legacy systems, disk encryption |
| CTR | No | Yes | Streaming encryption |
| CCM | Yes (AEAD) | No | IoT, constrained environments |
Never use raw passwords as encryption keys. Always derive keys using:
os.urandom() (CSPRNG)cryptography library: pip install cryptography[salt: 16 bytes][nonce: 12 bytes][ciphertext: variable][tag: 16 bytes]
Get statistically sound analysis without PhD in statistics
Create charts, dashboards, and visual reports
Example
Generate matplotlib/seaborn code for time series plots, distribution charts, heatmaps
Build presentation-ready visualizations 3x faster
Prerequisites
Time Estimate
20-40 minutes to set up and run first analysis
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use for exploratory data analysis, data cleaning, statistical testing, visualization prototyping, and learning new analysis techniques. Best for initial exploration and rapid insights.
✗ Avoid when
Avoid for mission-critical financial analysis, medical research requiring regulatory compliance, production ML models, or when deep statistical expertise is required for nuanced interpretation.
mukul975/Anthropic-Cybersecurity-Skills
mukul975/Anthropic-Cybersecurity-Skills
mukul975/Anthropic-Cybersecurity-Skills
mukul975/Anthropic-Cybersecurity-Skills
mukul975/Anthropic-Cybersecurity-Skills
mukul975/Anthropic-Cybersecurity-Skills
implementing-aes-encryption-for-data-at-rest fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
implementing-aes-encryption-for-data-at-rest fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
Registry listing for implementing-aes-encryption-for-data-at-rest matched our evaluation — installs cleanly and behaves as described in the markdown.
I recommend implementing-aes-encryption-for-data-at-rest for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
implementing-aes-encryption-for-data-at-rest reduced setup friction for our internal harness; good balance of opinion and flexibility.
implementing-aes-encryption-for-data-at-rest is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
implementing-aes-encryption-for-data-at-rest is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
Useful defaults in implementing-aes-encryption-for-data-at-rest — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
Keeps context tight: implementing-aes-encryption-for-data-at-rest is the kind of skill you can hand to a new teammate without a long onboarding doc.
I recommend implementing-aes-encryption-for-data-at-rest for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
showing 1-10 of 43