freebsd-ports/security/cryptlib/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

13 lines
855 B
Text

cryptlib is a powerful security toolkit which allows even inexperienced
crypto programmers to easily add encryption and authentication services to
their software. The high-level interface provides anyone with the ability to
add strong security capabilities to an application in as little as half an
hour, without needing to know any of the low-level details which make the
encryption or authentication work. Because of this, cryptlib dramatically
reduces the cost involved in adding security to new or existing applications.
cryptlib provides a standardised interface to a number of popular encryption
algorithms, as well as providing a high-level interface which hides most of
the implementation details and provides an operating-system-independent
encoding method which makes it easy to transfer secured data from one operating
environment to another.