0
My app is able to create a public and private key from BIP39. The uncompressed private key is concatenated with a sha256 (private key) and then encrypted via AES and saved to a file. To decrypt, you will need to decrypt the entire file, then take a hash from the first order of bytes and compare with the second half.
I plan to add support for BIP32, 43, 44 and am already working on it, but I am faced with the issue of storing information for creating backup.
My way of creating a file is not suitable, so I’m wondering if there is a ready-made BIP to solve this problem.
I'd say there isn't even agreement on what a wallet is. To some it's a seed phrase, to some it's a private key, to some it's a website, to some it's a file (with just keys, or keys + transactions, or more). And that's ok. – Pieter Wuille – 2019-07-25T22:59:34.313
Thanks! You calmed me, I can safely work myself. :) – Джон Смит – 2019-07-26T03:41:35.163