Arti, a complete rewrite of the C Tor codebase in Rust
tpo.pages.torproject.net·7h·
Discuss: Hacker News
Flag this post

Arti is a project committed to delivering an embeddable, production-quality Rust implementation of the Tor anonymity protocols. It is a complete rewrite of the C tor codebase, and it is currently under active development.

Why rewrite Tor in Rust?

Rust serves as the foundation of our development philosophy since it is naturally more secure than C.

The surface area for potential vulnerabilities has been greatly diminished thanks to Rust’s focus on memory safety. According to our estimations, Rust would make at least half of the security flaws we’ve identified impossible, and many more would have been e…

Similar Posts

Loading similar posts...