We divide a private key into multiple parts (by splitting key string) into N parts and distribute it to different five people. At the time of decryption we collect all keys integrate it (by concatenation) and decrypt it. Is this scheme secure?
Or is it a better idea to split key in to parts using Shamir's Secret Sharing? Which has better security ?