diff options
author | Anders Nordby <anders@FreeBSD.org> | 2002-07-06 16:54:46 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2002-07-06 16:54:46 +0000 |
commit | 000c89ee2ea50a57623fd5554053da50e10696c4 (patch) | |
tree | e0300b6981c1476a4bf8b9e494379561911b46cf /security/gringotts/pkg-descr | |
parent | 7219c6847f410344c3d7fedf5f9aaebecd04b8b0 (diff) | |
download | ports-000c89ee2ea50a57623fd5554053da50e10696c4.tar.gz ports-000c89ee2ea50a57623fd5554053da50e10696c4.zip |
Notes
Diffstat (limited to 'security/gringotts/pkg-descr')
-rw-r--r-- | security/gringotts/pkg-descr | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/security/gringotts/pkg-descr b/security/gringotts/pkg-descr new file mode 100644 index 000000000000..58a951f1e59f --- /dev/null +++ b/security/gringotts/pkg-descr @@ -0,0 +1,22 @@ +Gringotts is an application to store sensitive data like passwords, pincodes, +credit card numbers, etc. Features: + +* Fast, light GTK2 interface. +* Good integration with GNOME, as well as all the other window managers. +* High stress on safety & security. +* Not only "normal" string passwords can be used, but any file can be the +password to your data. +* 8 encryption algorythms are available through the mcrypt library: +RIJNDAEL-128 (AES), RIJNDAEL-256, SERPENT, TWOFISH, CAST 256, SAFER+, LOKI97, +3DES. +* 2 160-bit hash algorythms, used to generate the key: SHA1, RIPEMD160. +* 2 compression types, with 4 compression levels each: ZLib, BZip2. +* Complete & easy management of entries' order. +* Complete Search function. +* Very intuitive usability, you won't need any manual. +* It comes with a thread-safe C library, libGringotts, that can be used in any +other project to save data in files in a simple and safe way. + +WWW: http://devel.pluto.linux.it/projects/Gringotts/ + +- Anders Nordby <anders@fix.no> |