Download List

Descripción del Proyecto

h2H Messenger is a secure messenger client that uses PHP OpenSSL functions, mcrypt, and PHPSecLib to encrypt messages at-rest using RSA keys. The user only creates an account and the application handles the public key generation, key management, key exchange, and encryption and decryption of messages. There are no algorithms or key sizes to choose. It uses strong standards (AES 256, 4096 bit RSA Keys, SHA1, SHA512, etc.) in the background, and requires two-factor authentication using a code sent via SMS or using Asterisk.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-08-27 03:13
0.0.2a

Esta versión elimina de la biblioteca de PhpSec y lo reemplaza con clase de PHP sesión cifrada de Enrico Zimuel. Sólo realiza una tarea y lo hace bien.
Tags: Minor
This release removes the PhpSec library and replaces it with Enrico Zimuel's encrypted PHP Session class. It only does one task and does it well.

2012-08-25 11:53
0.0.1

Esta es una versión alfa inicial.
Tags: Minor
This is an initial alpha release.

Project Resources