zlib 1.2.2 is a general purpose data compression library. All the code is thread safe. The data format used by the zlib library is described by RFCs (Request for Comments) 1950 to 1952 in the files http://www.ietf.org/rfc/rfc1950.txt (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format). These documents are also available in other formats from ftp://ftp.uu.net/graphics/png/documents/zlib/zdoc-index.HTML
基于java的完整的RSA算法實現 /** * <p>Titre : RSA </p> * <p>Description : Encodage de donn閑s selon le protocole RSA </p> * <p>Copyright : Copyright (c) 2004</p> * @author Fran鏾is Bradette * @version 1.1 * version originale de Robert Sedgewick and Kevin Wayne.Copyright ? 2004 * pris sur le site http://www.cs.princeton.edu/introcs/104crypto/RSA.java.HTML * Modifier par Fran鏾is Bradette */
BoboMail is a so called webmail application, which provides mail access through a web interface. It handles MIME messages properly (including HTML mails) and is implemented in Python
BoboMail是一個webmail應用程序,它提供通過一個web接口的郵件訪問。它可以正確處理MIME消息(包括HTML郵件),用Python實現。