diff options
author | anders <anders@FreeBSD.org> | 2002-11-24 07:11:37 +0800 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2002-11-24 07:11:37 +0800 |
commit | e292a02c00a6c265c7213a29c4dd2f7a888dc727 (patch) | |
tree | 99cfa2b2d37891f16924b2e26ed5bbb8204f223f /security/libgringotts/pkg-descr | |
parent | c0882ecee1716ae8be17b0e1edaf3618ed1c52d0 (diff) | |
download | freebsd-ports-gnome-e292a02c00a6c265c7213a29c4dd2f7a888dc727.tar.gz freebsd-ports-gnome-e292a02c00a6c265c7213a29c4dd2f7a888dc727.tar.zst freebsd-ports-gnome-e292a02c00a6c265c7213a29c4dd2f7a888dc727.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> |