diff options
author | Anders Nordby <anders@FreeBSD.org> | 2002-11-24 07:11:37 +0800 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2002-11-24 07:11:37 +0800 |
commit | bc92f7aa9a4e92bcc18bc04b807d59c6661db616 (patch) | |
tree | f417c0833a058fd6112a3944ff4f5835c2c208c3 /security/libgringotts/pkg-descr | |
parent | ca19b46d2571c5eb427f4d7ce221944c3526a20c (diff) | |
download | freebsd-ports-gnome-bc92f7aa9a4e92bcc18bc04b807d59c6661db616.tar.gz freebsd-ports-gnome-bc92f7aa9a4e92bcc18bc04b807d59c6661db616.tar.zst freebsd-ports-gnome-bc92f7aa9a4e92bcc18bc04b807d59c6661db616.zip |
Add libgringotts, a library for encapsulating/safekeeping data in
encrypted/compressed form.
Diffstat (limited to 'security/libgringotts/pkg-descr')
-rw-r--r-- | security/libgringotts/pkg-descr | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/security/libgringotts/pkg-descr b/security/libgringotts/pkg-descr new file mode 100644 index 000000000000..69cdf2a73190 --- /dev/null +++ b/security/libgringotts/pkg-descr @@ -0,0 +1,13 @@ +libGringotts is a small, easy-to-use, thread-safe C library originally +developed for Gringotts; its purpose is to encapsulate data (generic: ASCII, +but also binary data) in an encrypted and compressed structure, to be written +in a file or used elseway. It makes use of strong encryption algorithms, to +ensure the data are as safe as possible, and allow the user to have the +complete control over all the algorithms used in the process. + +For encryptions, libGringotts makes use of the MCrypt and MHash libs by Nikos +Mavroyanopoulos. + +WWW: http://devel.pluto.linux.it/projects/libGringotts/ + +- Anders Nordby <anders@fix.no> |