summaryrefslogtreecommitdiffstats
path: root/crypto/gringotts/DETAILS
blob: 320dcdf890a1c8f1f7b3ee79f07bf55fb5df2b59 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
           SPELL=gringotts
         VERSION=1.2.10pre2
          SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
   SOURCE_URL[0]=http://download.berlios.de/${SPELL}/${SOURCE}
     SOURCE_HASH=sha512:4977a771065ee2efe9526f331eabb4a6933dd70715814d9b3083b7d8cb33f4889b5dc45a36420185a08e677389aa0df43cb01d29873b291f47f3553133a18543
#      SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
      LICENSE[0]=GPL
        WEB_SITE=http://gringotts.berlios.de/
         ENTERED=20020820
        KEYWORDS="crypto"
           SHORT="Utility that allows you to secure sensitive data"
cat << EOF
Gringotts is a small utility that allows you to jot down sensitive data 
(passwords, credit card numbers, PINs, etc.) in an easy-to-read, 
easy-to-access, and most of all very secure form. Gringotts makes use of 
the MCrypt and MHash libraries for encryption, and uses GTK+ 2 for the 
user interface. It lets the user choose from among eight strong 
encryption algorithms (RIJNDAEL-128, RIJNDAEL-256, SERPENT, TWOFISH, 
CAST-256, SAFER+, LOKI97, 3DES), two hashing algorithms (SHA1, 
RIPEMD 160) and two compression techniques (ZLib and BZip2) with four 
compression ratios. Moreover, it allows the user to use any file as a 
password, as an alternative to the usual text string, giving additional 
choices.
EOF