Rui Albuquerque    Blog    Projects    Archive    Twitter    GitHub    Feed

Projects

    CipherChat

        - An Android chat app that provides secure and confidential conversations among users. It uses the Revised Needham-Shroeder Protocol to provide confidentiality, authentication, freshness and integrity. It purposely does not assure non-repudiation so that full client privacy can be respected.

    CipherManager

        - A simple desktop password manager. You can use, view or create passwords. Passwords are stored localy. uses AES and SHA256.

    Cuda Kmeans

        - A Kmeans Implementation using Cuda to enable GPU usage and acceleration.

    Dinamic Directories

        - A dinamic user directory based chat application.

    x265 Hevc Doxygen

        - I am working on a project wich includes an implementation of the hevc standard by the guys at x265.org. They did not have all the documentation the way I wanted/needed it, so I ran doxygen on the code and I will leave it here for any one who wants to use it.