- How does a decentralized network increase security?
A decentralized network doesn’t need trust except trust in protocol and math, which is very difficult to hack, cannot be bribed etc. also because all nodes participating in the network have a copy of the entire ledger. In order to modify something, all ledgers should be modified, not just one version like in a central database.
- Why is it dangerous to trust a central authority for security?
A central authority is easier to hack, it’s possible to bribe people working for such companies, it’s possible to have dishonest people leaking sensitive information etc.