Cyfer 0.6.0 review

Download
by rbytes.net on

Cyfer is a portable low-level cryptographic library with support for several programming languages

License: BSD License
File size: 331K
Developer: Senko Rasic
0 stars award from rbytes.net

Cyfer is a portable low-level cryptographic library with support for several programming languages. Cyfer provides implementations of many message digest (hash), block and stream cipher, and public-key algorithms.

The library is extremely modular, providing easy way to add or modify algorithm implementations, or even separating the particular algorithm from the library physically (suitable for embedded environments).

The generic API provides a consistent way to use the library algorithms, and allows for algorithm selection at either the compile time or at runtime, so the application which uses Cyfer can be completely unaware of the algorithm specifics.

Cyfer is a low-level library. It deals only with various algorithms, and completely avoids the problems of data representation.

This is most evident in public-key sections; cyfer completely avoids the existing Public Key Infrastructure (PKI) standards. If you need this functionality, use the excellent and free OpenSSL, or some similar library.

The library design concept emphasises on simplicity and elegance (of both the algorithm implementations (if possible:) and the support library code), not maximizing performance or minimizing memory footprint.

The algorithm implementations are straightforward, so they can be used for educational purposes.

Cyfer is portable to any platform with sane C development environment, the only requirement being the availability of the GMP (GNU Multiple Precision arithmetic) library.

As the GMP is used only for public-key cryptography, hash or symmetric cipher components should work everywhere.

What's New in This Release:
moved wrappers to separate packages
unbundled win32 support gmp library
polished the documentation
polished the build process and package creation

Cyfer 0.6.0 keywords