mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
86672dae07
Update checksums. There are no changes according to diff -Nur. It seems someone just rerolled the tarball.
14 lines
601 B
Plaintext
14 lines
601 B
Plaintext
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://gringotts.berlios.de/
|
|
|
|
- Anders Nordby <anders@fix.no>
|