GithubHelp home page GithubHelp logo

isabella232 / unetencryptionexample Goto Github PK

View Code? Open in Web Editor NEW

This project forked from unity-technologies/unetencryptionexample

0.0 0.0 0.0 110 KB

Contains a reference implementation of a native Unet encryption plugin, as well as a very small example Unity project that uses the plugin.

License: Other

Makefile 1.53% C++ 75.53% C# 22.94%

unetencryptionexample's Introduction

UnetEncryptionPlugin

Unity versions 2018.4 (from 2018.4.16) and 2019.3 (from 2019.3.0a6) can be configured to use UNet encryption plugins. These are native plugins, provided by the user, that can be used to encrypt (or otherwise modify) the contents of a network packet sent or received by UNet. The plugin is the very last thing to be run before packet transmission, and the very first thing to be run on packet receipt. This allows the user to implement packet encryption, as required by certain console platforms.

The user is free to design their own encryption plugin as they see fit. However this repository contains a reference implementation of a plugin that performs AES encryption, as well as a very small example Unity project that uses that plugin.

The following documentation pages exist:

  • Instructions shows to to tell Unity to use any encryption plugin, as well as instructions specific to the example plugin.

  • Functions lists the functions that any encryption plugin must provide, as well as the extra functions provided by the example plugin.

  • Example Project has instructions for running the example project that uses the plugin.

  • Detection and Processing of Duplicate Packets describes that step that UNet takes (even when unencrypted) to defend against replay attacks.

unetencryptionexample's People

Contributors

alex-marian avatar peter-pimley-unity 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.