BlockchainCommons / GordianSeedTool-iOS

Cryptographic Seed Manager for iOS
Other
39 stars 9 forks source link

FEATURE: Ignore White space in import of BIP39 words #129

Closed ChristopherA closed 2 years ago

ChristopherA commented 2 years ago

There is little consistency in how other apps export BIP39 words. They often add CRs so that the lines are broken into 1 column, sets of 4 or 6 words per line, and they often have numbers and punctuation ("1. word'). but I've also seen use of tabs.

The BIP39 seed text importer in particular and some of the other text importers should be less sensitive to white space.