Bump security/authforce to version 0.9.9_5
[dports.git] / security / ocaml-cryptokit / pkg-descr
1 [ excerpt from developer's www site ]
2
3 The Cryptokit library for Objective Caml provides a variety of
4 cryptographic primitives that can be used to implement cryptographic
5 protocols in security-sensitive applications. The primitives provided
6 include:
7
8 Symmetric-key cryptography: AES, DES, Triple-DES, ARCfour, in ECB,
9 CBC, CFB and OFB modes. Public-key cryptography: RSA encryption and
10 signature; Diffie-Hellman key agreement. Hash functions and MACs:
11 SHA-1, MD5, and MACs based on AES and DES. Random number generation.
12 Encodings and compression: base 64, hexadecimal, Zlib compression.
13
14 Additional ciphers and hashes can easily be used in conjunction
15 with the library. In particular, basic mechanisms such as chaining
16 modes, output buffering, and padding are provided by generic classes
17 that can easily be composed with user-provided ciphers. More
18 generally, the library promotes a "Lego"-like style of constructing
19 and composing transformations over character streams.
20
21 WWW: http://cristal.inria.fr/~xleroy/software.html