You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to request the implementation of BIP39 passphrase support in the IOTA-SKD wallet features.
This feature will enable users to use a 24-word mnemonic seed phrase and add a 25th word for additional seeds and security.
Motivation
The current implementation limits users to a fixed set of words, making it challenging to incorporate additional custom seeds or enhance security by adding an extra passphrase. By allowing a 25th word in the mnemonic phrase, users can introduce an extra layer of security or create multiple independent seeds from a single mnemonic, enhancing the overall usability and security of the system.
Additionally this enhancement will enable the users to restore Ledger Nano seeds using their advanced passphrase setting and extend the BIP39 spec support of IOTA-SDK
Requirements
Modify the Mnemonic Generation Function: Modify the existing mnemonic generation function to allow the inclusion of a 25th word in the generated mnemonic phrases. This function should support both the standard 24-word mnemonic and the extended 25-word mnemonic with the additional passphrase.
Example Rust Reference: tiny-bip39/src/seed.rs#L29
Update Documentation: Update the project documentation to include information about the BIP39 passphrase feature. Provide clear instructions on how users can utilize the 25th word for additional seeds and security purposes.
Ensure Compatibility: Ensure that the modified implementation is backward compatible with existing systems using the standard 24-word mnemonic phrases. Users should be able to choose whether to include the 25th word or stick with the standard 24-word setup.
Open questions (optional)
Will the additional passphrase be case-sensitive, or will it be normalized to a specific case?
How will the library handle situations where users do not provide a 25th word? Will it default to a specific value or require explicit user input?
Are you planning to do it yourself in a pull request?
No.
The text was updated successfully, but these errors were encountered:
Description
I would like to request the implementation of BIP39 passphrase support in the IOTA-SKD wallet features.
This feature will enable users to use a 24-word mnemonic seed phrase and add a 25th word for additional seeds and security.
Motivation
The current implementation limits users to a fixed set of words, making it challenging to incorporate additional custom seeds or enhance security by adding an extra passphrase. By allowing a 25th word in the mnemonic phrase, users can introduce an extra layer of security or create multiple independent seeds from a single mnemonic, enhancing the overall usability and security of the system.
Additionally this enhancement will enable the users to restore Ledger Nano seeds using their advanced passphrase setting and extend the BIP39 spec support of IOTA-SDK
Requirements
Modify the Mnemonic Generation Function: Modify the existing mnemonic generation function to allow the inclusion of a 25th word in the generated mnemonic phrases. This function should support both the standard 24-word mnemonic and the extended 25-word mnemonic with the additional passphrase.
Example Rust Reference:
tiny-bip39/src/seed.rs#L29
Update Documentation: Update the project documentation to include information about the BIP39 passphrase feature. Provide clear instructions on how users can utilize the 25th word for additional seeds and security purposes.
Ensure Compatibility: Ensure that the modified implementation is backward compatible with existing systems using the standard 24-word mnemonic phrases. Users should be able to choose whether to include the 25th word or stick with the standard 24-word setup.
Open questions (optional)
Are you planning to do it yourself in a pull request?
No.
The text was updated successfully, but these errors were encountered: