Post
Topic
Board Development & Technical Discussion
Re: Splitting seed. 2 of 4 requierd to construct back
by
pooya87
on 08/06/2020, 02:45:07 UTC
secret sharing (splitting a secret) =/= encryption

if you are looking for security for your secrets (including mnemonic words) then try finding an actual encryption method (such as AES) to actually encrypt them instead of trying to re-invent the wheel. specifically speaking unless you are a cryptography expert you should not attempt at coming up with your own methods.