Giter VIP home page Giter VIP logo

ring-pkae-example's Introduction

Public key authenticated encryption in Rust

This is an example implementation of public key authenticated encryption (PKAE) in Rust using only the high performance Ring cryptography library.

PKAE enables a person or service X to send confidential data to another person or service Y such that only Y can read the data. Y can also verify that the data originated from X and not an impostor.

Motivation

Both the libsodium and openssl libraries can perform PKAE using specific primitives, however these are easy to misuse and call a lot of potentially unsafe C code. No such similar examples to perform PKAE exist for ring. Also, the Rust interfaces to libsodium and openssl require the full libraries which substantially increase code size. Finally, many Rust crates already depend on ring directly or transitively, including rustls and by extension actix-net, actix-web, tokio-rustls, h2, and reqwest. Writing PKAE functionality using ring avoids having to bring in a separate dependency.

Documentation

The implementation is short and each function is documented, so the best documentation is the code itself. A browsable rustdoc version can also be created using cargo rustdoc -- --document-private-items.

Building and running the code

Type cargo run. If the code encrypts and decrypts the message successfully, it should print Ok.

ring-pkae-example's People

Contributors

fboulnois avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.