Git Product home page Git Product logo

otr4j's Introduction

Synopsis

otr4j is an implementation of the OTR (Off The Record) protocol in java.

Off-the-Record Messaging, is a cryptographic protocol that uses a combination of the Advanced Encryption Standard (AES), the Diffie-Hellman key exchange, and the SHA hash functions. In addition to authentication and encryption, OTR provides perfect forward secrecy and malleable encryption. The OTR protocol was designed by Ian Goldberg and the OTR Development Team.

History

otr4j development started during the Google Summer of Code 2009 where the goal was to add support for OTR in SIP Communicator (now called jitsi).

Recently, devrandom from the Guardian project ported SMP support from java-otr to otr4j and redsolution moved the project to github and did various fixes.

Other people might have added features to otr4j too so I move upstream here to github in an effort to facilitate people contributing back to the project.

Maven

If you use maven for managing your project lifecycle and you want to use otr4j in your project, just add the following repository entry to the pom.xml:

<repository>
  <id>otr4j-repo</id>
  <name>otr4j repository on GitHub</name>
  <url>http://gpolitis.github.com/otr4j/repository/</url>
</repository>

otr4j's People

Contributors

a-iv avatar

Watchers

 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.