Solana Keypair Decryptor is a secure, client-side web application designed to help you generate and convert Solana wallet keypairs easily and safely. With a user-friendly interface, you can generate new keypairs or convert existing private keys between different formats.
- Generate New Keypairs: Create fresh Solana wallet keypairs with a single click
- Convert Keypairs: Transform keypairs between Base58 and JSON array formats
- Secure Client-Side Processing: All operations happen locally in your browser
- Copy to Clipboard: Easily copy public and private keys
- Dark/Light Mode: Toggleable theme for comfortable viewing
- Node.js (v18 or later)
- npm or yarn
- Basic understanding of Solana wallets
- Clone the repository
git clone https://github.com/Code-Parth/solana-keypair-decrypt.git
cd solana-keypair-decrypt
- Install dependencies
npm install
# or
yarn install
# or
pnpm install
# or
bun install
- Run the development server
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
- Open http://localhost:3000 in your browser
- IMPORTANT: Never share your private keys
- This tool processes keys entirely client-side
- No keys are stored or transmitted
- Use in a secure, private environment
- Frontend: React, Next.js
- Styling: Tailwind CSS
- Components: Shadcn/ui
- Solana Integration: @solana/web3.js
- Key Encoding: bs58
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
- Follow existing code style
- Add tests for new features
- Update documentation
- Ensure no security vulnerabilities
Parth Parmar
- Twitter: @Code_Parth
- GitHub: Code-Parth
This tool is provided "as is" without warranties. Always exercise caution when handling cryptocurrency wallet information.
Don't forget to star the repository if you find it useful! ⭐