Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/damartripamungkas/custom-key-wallet-crypto

🔐 Website will create a cryptocurrency wallet with customized private keys generated from words
https://github.com/damartripamungkas/custom-key-wallet-crypto

address-wallet bitcoin blockchain crypto-wallet cryptocurrency ethereum keccak256 privatekey-wallet sha256

Last synced: about 6 hours ago
JSON representation

🔐 Website will create a cryptocurrency wallet with customized private keys generated from words

Awesome Lists containing this project

README

        


CUSTOM-KEY-WALLET-CRYPTO


GitHub top language


Made by


Repository size


GitHub last commit


![Home](/screenshot/home.png)

### 🌐 Visit :

- https://damartripamungkas.github.io/custom-key-wallet-crypto

### 📖 Description :

This website assists users who struggle recalling the lengthy mnemonic phrases or private keys for their cryptocurrency wallets. To address this issue, the site provides a method for users to generate customized mnemonic passphrase words. These customized word combinations serve as an easier alternative for users to remember. `Please refrain from using short or easily guessable words when creating your custom passphrases. For better security, construct elaborate multi-word phrases appended with random number sequences.`

### 🪂 Features :

- keccak256 hashing algorithm for privatekey wallet.
- reinforcement Before iterations: will perform hashing with the formula listed before iteration.
- support iterations, Iteration refers to applying the hash function double based on the provided number. For instance, if the number given is 2, the process would be as follows: `hash(hash("your words"))` In other words, your words are hashed once, then the output is hashed again. So a higher count leads to greater computation worked into hashing the data.

### 👮 Security :

This website does not store any user input, wallet addresses, private keys or other user data. You may review the source code to confirm that no data is saved. Additionally, turning off mobile data or internet connection when accessing the website to prove it.

### ⛷️ Support Wallet :

- All wallet with EVM machine like ethereum, bsc, arbitrum and other

### 🥤 Donation For Support Me :

- (evm, bsc, eth, other) = 0x106afd8f747687876fa9b096ff20a78620621af3

### 📝 License :

Licensed see [here](./LICENSE).