landhb / portalLinks
A Secure file transfer utility & library. The library utilizes SPAKE2 for key negotiation over an insecure channel, and ChaCha20Poly1305 Authenticated Encryption to encrypt the file with the derived shared symmetric key. This enables two peers to transfer a file over any channel without needing to trust the intermediary relay.
☆23Updated last year
Alternatives and similar repositories for portal
Users that are interested in portal are comparing it to the libraries listed below
Sorting:
- A simple and secure DNS client crate for Rust.☆37Updated 2 months ago
- A little privilege escalator in Rust, for learning.☆15Updated 5 years ago
- Scipio is a thread-per-core framework that aims to make the task of writing highly parallel asynchronous application in a thread-per-core…