Giter Site home page Giter Site logo

xchat-fish-aes's Introduction

Blowfish and AES FiSH like for X-Chat in 100% Python

Requirements: PyCrypto, and Python 2.5+

Copyright 2011 Emiliano A. Gonzalez http://www.ergio.com.ar
Based in works of Nam T. Nguyen (FiSH clone) and Bjorn Edstrom (cryptographic methods for IRC)
Released under GPLV3 license

Changelog:
    * 1.0:
        + Initial release AES256CBC from PyCrypto

DESCRIPTION:
    Based on the original - de facto standard - FiSH encryption for IRC: http://fish.secure.la/
    This version add some features that make original system more secure.
        - At close or unload plugin, the passwords are saved ONLY if is setted a key file password.
        - Messages are automatically unencrypted in all modes.
        - Nicks ends in when messages are:
            +   : AES256CBC
            -   : Blowfish
            !   : not encrypted
         - Messages can be sended using any mode with prefixes:
            +p  : not encrypted
            +a  : AES256CBC
            +b  : Blowfish

COMMANDS:
    /key <nick|#channel> [<--network> <network>] [new_key] : show information or set key
    /key_exchange <nick> : exchange a new key via dh1080
    /key_list : list keys
    /key_load : load keys from internal file
    /key_pass <password> : set key file pass
    /key_remove <nick|#channel> : remove key
    /aes #channel/nick [1|0] or [True|False] : set/unset AES256CBC mode (default AES mode)

xchat-fish-aes's People

Contributors

emigonza avatar

Watchers

James Cloos 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.