Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Is it possible to use a passphrase with a mnemonic seed phrase in TON wallet applications?

Is it possible to use a passphrase with a mnemonic seed phrase in TON wallet applications?


This question was imported from Telegram Chat: https://t.me/tondev_eng/26509

  
  
Posted one year ago
Votes Newest

Answers


Currently, popular TON wallet applications like TonKeeper and TONHUB do not support adding a passphrase to the mnemonic seed phrase when creating or restoring a wallet.

This means that if you develop a wallet application that allows users to generate a wallet using a mnemonic seed phrase and an additional passphrase, users may not be able to restore their wallets in TonKeeper or TONHUB directly.

However, you can still create your wallet application with the seed + passphrase feature and guide users to use your wallet app for restoring their wallets generated with the additional passphrase. It's important to inform users about this limitation and instruct them to use your application for wallet restoration, as using the seed phrase alone in other wallet applications will not recover their wallet correctly.

The TON ecosystem is still relatively new, and wallet applications are continuously improving and adding new features. It is possible that TonKeeper, TONHUB, or other TON wallet applications may add support for passphrases along with mnemonic seeds in the future.

Until then, users would need to use your wallet application for restoration purposes if they have created a wallet with a seed + passphrase in your app.

1
1
Posted one year ago
6K Views
1 Answer
one year ago
one year ago
Tags