Skip to content

๐Ÿ” Website will create a cryptocurrency wallet with customized private keys generated from words

License

Notifications You must be signed in to change notification settings

damartripamungkas/custom-key-wallet-crypto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

17 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

CUSTOM-KEY-WALLET-CRYPTO

GitHub top language Made by Repository size GitHub last commit


Home

๐ŸŒ Visit :

๐Ÿ“– 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.