Replies: 4 comments 7 replies
-
No. Reducing dependencies would mean re-implementing well-regarded, broadly used and tested software such as libsodium. While that would reduce the number of lines of code, it would NOT make things more secure. In other words, this:
is false. At best it is a weak correlation, but if you are applying it as a hard and fast rule to assess software quality or security then you should not be assessing software quality or security. |
Beta Was this translation helpful? Give feedback.
-
now include the kernel and userland to you loc count. keep in mind, compared to something like tor browser it is piss in the wind. |
Beta Was this translation helpful? Give feedback.
-
sorry guys, this was a dumb question in the first place. A (hopefully) less dumb question: are there any particular parts of the codebase you would like to refactor or rewrite? Obviously not talking about basic cryptography parts, more about the interfaces. |
Beta Was this translation helpful? Give feedback.
-
TL;DR:
Plus you also depend on even more stuff.
We all know that more code = more bugs. More bugs = more security issues. I don't trust Tor, I am sure that a lot of nodes spy on their users. Lokinet seems much more trustworthy, but why does it require so much unsafe code? I am afraid of giving my Internet privacy to this amount of loc. Are there any plans to reduce build & runtime requirements?
Beta Was this translation helpful? Give feedback.
All reactions