Paketname | libcrypt-simple-perl |
Beschreibung | Perl library to encrypt stuff simply |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.06-6 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 60 Byte |
Hängt ab von | perl, libcompress-zlib-perl, libcrypt-blowfish-perl, libemail-mime-encodings-perl, libfreezethaw-per |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 9452 Byte |
Prüfsumme MD5 | 25ccf19ad35359e82a2d4f8af0ad5f87 |
Prüfsumme SHA1 | 40397300c17cc6f8fa808f4e663e26f6bd0b7426 |
Prüfsumme SHA256 | a23c9069d60645eeb0949f1817432f18a26c7fd3c11f3b6cabbcaef76820bb5f |
Link zum Herunterladen | libcrypt-simple-perl_0.06-6_all.deb |
Ausführliche Beschreibung | Maybe you have a web application and you need to store some session
data at the client side (in a cookie or hidden form fields) but you
don't want the user to be able to mess with the data. Maybe you want
to save secret information to a text file. Maybe you have better
ideas of what to do with encrypted stuff!
.
The Crypt::Simple module will convert all your data into nice base64 text
that you can save in a text file, send in an email, store in a cookie
or web page, or bounce around the Net. The data you encrypt can be as
simple or as complicated as you like.
|