Main > Programming > Libraries >

Data::Encrypted 0.07

Data::Encrypted 0.07

Sponsored Links

Data::Encrypted 0.07 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.007 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 1118
Date added: 2006-10-04
Publisher: Aaron J Mackey

Data::Encrypted 0.07 description

Data::Encrypted is a Perl module to transparently store encrypted data via RSA.

SYNOPSIS

# functional interface:
use Data::Encrypted file => "./.$0-encrypted-data", qw(encrypted);

# note: login and password are not *really* the login and
# password values, only the desired prompt!
my $login = encrypted(login);
my $password = encrypted(password);

# script continues, connecting to some secure resource (database,
# website, etc).

__END__

# alternative, OO interface:
use Data::Encrypted;

my $enc = new Data::Encrypted file => "./.$0-encrypted-data";
my $login = $enc->encrypted(login);
my $password = $enc->encrypted(password);
$enc->finished(); # close and release lock on storage file

# script continues, connecting to some secure resource (database,
# website, etc).

__END__

[ then, back at the command line: ]

% myscript.pl
Data::Encrypted value for login not found, please enter: *****
Data::Encrypted value for password not found, please enter: ********
[ script merrily continues ... ]

% myscript.pl
[ script merrily continues, no prompting this time ... ]

Often when dealing with external resources (database engines, ftp, telnet, websites, etc), your Perl script must supply a password, or other sensitive data, to the other system. This requires you to either continually prompt the user for the data, or to store the information (in plaintext) within your script. Youd rather not have to remember the connection details to all your different resources, so youd like to store the data somewhere. And if you share your script with anyone (as any good open-source developer would), youd rather not have your password or other sensitive information floating around.

Data::Encrypted attempts to fill this small void with a simple, yet functional solution to this common predicament. It works by prompting you (via Term::ReadPassword) once for each required value, but only does so the first time you run your script; thereafter, the data is stored encrypted in a secondary file. Subsequent executions of your script use the encrypted data directly, if possible; otherwise it again prompts for the data. Currently, Data::Encrypted achieves encryption via an RSA public-key cryptosystem implemented by Crypt::RSA, using (by default) your own SSH1 public and private keys.

Data::Encrypted 0.07 Screenshot

Advertisements

Data::Encrypted 0.07 Keywords

Bookmark Data::Encrypted 0.07

Hyperlink code:
Link for forum:

Data::Encrypted 0.07 Copyright

WareSeeker periodically updates pricing and software information of Data::Encrypted 0.07 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Data::Encrypted 0.07 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
TinyCrypt is a NEW encryption algorithm, not written by an expert, nor significantly peer-reviewed. Free Download
Creates and supports encrypted virtual volumes for Linux Free Download
Class::DataStore is a Perl module for generic OO data storage/retrieval. Free Download
CryptoFS is an encryption filesystem for LUFS. Free Download
Fast Secure File System is a secure, distributed, scalable, user-space file system. Free Download
UML::Sequence is a Perl module to render UML sequence diagrams, often by running the code. Free Download
twocrypt provides a crypto tool with a deniable encryption option. Free Download
xword is a GTK AcrossLite crossword puzzle application. Free Download