
Ethereum Keystore Encryption
- 24 repo stars
- Updated July 14, 2026
- nirholas/ethereum-wallet-toolkit
Encrypts and decrypts Ethereum keystore JSON V3 files using scrypt or PBKDF2 so a builder can secure private keys for cold storage.
About
Ethereum Keystore Encryption is an MCP server that encrypts and decrypts Ethereum keystore JSON V3 files using scrypt or PBKDF2, the standard formats for protecting a private key with a passphrase. A solo builder reaches for it when adding secure cold-storage or wallet-import flows to a crypto app and wants keystore handling available to an agent.
- Ethereum keystore JSON V3
- scrypt and PBKDF2 KDFs
- Encrypt for cold storage
- Decrypt for signing
Ethereum Keystore Encryption by the numbers
- Data as of Jul 15, 2026 (Skillselion catalog sync)
claude mcp add keystore-mcp-server -- uvx keystore-mcp-serverAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| repo stars | ★ 24 |
|---|---|
| Package | keystore-mcp-server |
| Transport | STDIO |
| Auth | None |
| Last updated | July 14, 2026 |
| Repository | nirholas/ethereum-wallet-toolkit ↗ |
What it does
Encrypts and decrypts Ethereum keystore JSON V3 files using scrypt or PBKDF2 so a builder can secure private keys for cold storage.
Who is it for?
Wallet and crypto-app builders securing private keys
Skip if: General-purpose secret management for non-Ethereum keys