Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.90 KB | None | 0 0
  1. OTR (Off-The-Record) Messaging
  2.  
  3. Official Docs: https://otr.cypherpunks.ca/
  4. Wikipedia: https://en.wikipedia.org/wiki/Off-the-Record_Messaging
  5.  
  6. OTR is a plugin for IRC clients that provides client to client encryption between two users during private messaging.
  7.  
  8. OTR ensures privacy and security by providing the following features:
  9.  
  10. Encryption:
  11. No one else can read your instant messages.
  12.  
  13. Authentication:
  14. You are provided differents forms of authentication to be assured the correspondent is who you think it is.
  15.  
  16. Deniability:
  17. The messages you send do not have digital signatures that are checkable by a third party.
  18. Anyone can forge messages after a conversation to make them look like they came from you.
  19. However, during a conversation, your correspondent is assured the messages he sees are authentic and unmodified.
  20.  
  21. Perfect forward secrecy:
  22. If you lose control of your private keys, no previous conversation is compromised.
  23.  
  24. This guide will be going over setting up OTR for clients that are not pidgin. For Pidgin OTR, see Official Docs.
  25.  
  26. ----------------------------------------------------------------------------------------------------------------------------------------------------
  27.  
  28. Hexchat - GNU/Linux
  29. https://github.com/adhux/hexchat-otr
  30.  
  31.  
  32. By default, your packagae manager should have otr pre-packaged for your OS, especially if it is Debian or Ubuntu.
  33. Simply type "apt-cache search hexchat-otr" if on debian or ubuntu. If using a different distro, use the package manager for that distro.
  34.  
  35. However, some versions of Debian/Ubuntu do not have have otr support for some reason. You can compile this code here if this is the case.
  36.  
  37. Simply download the zip from here: https://github.com/adhux/hexchat-otr
  38. This repository contains instructions for installation.
  39. Ask v1 for help (you can find him in #python and #OpSec or use /msg memoserv v1 message_goes_here) if you continue to have issues.
  40.  
  41. ----------------------------------------------------------------------------------------------------------------------------------------------------
  42.  
  43. Irissi - GNU/Linux
  44. https://github.com/cryptodotis/irssi-otr * WARNING - HAS SECURITY ISSUES IN SOME CASES *
  45.  
  46. At the time of writing, I'm not aware of an OS that carries otr for irissi pre-packaged.
  47. The Github repo contains instructions for installation and setup. v1 does not use irissi.
  48.  
  49. ----------------------------------------------------------------------------------------------------------------------------------------------------
  50.  
  51. WeeChat - GNU/Linux
  52. https://github.com/mmb/weechat-otr
  53.  
  54. At the time of writing, I'm not aware of an OS that carries otr for weechat pre-packaged.
  55. The Github repo contains instructions for installation and setup.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement