Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.057.961 Times

Crypt::SEED 0.01

Company: Jongpil Jeon
Date Added: July 20, 2013  |  Visits: 470

Crypt::SEED

Report Broken Link
Printer Friendly Version


Product Homepage
Download (32 downloads)



Crypt::SEED is a Perl module that provides the Perl community with the SEED encryption algorithm which has been made by Korean Information Security Agency(KISA, http://www.kisa.or.kr).<br /><br />SEED encryption/decryption uses a 'round key' which translated from a user key. Whenever you add user keys to the module using new or addKey or addKeys, the module will translate them to round keys and store them inside the module with user keys. (Of course, in hash) And, whenever you use the user key with encrypt, decrypt methods, the module look for the matching round key from inside the module to do real job.<br /><br />SYNOPSIS<br /><br /> use Crypt::SEED;<br /><br /> my $seed = new Crypt::SEED();<br /> $seed->addKeys( @user_keys );<br /> # or<br /> my $seed = new Crypt::SEED( @user_keys );<br /> # Each key must be in 16 bytes in length<br /> my $seed = new Crypt::SEED( '0123456789ABCDEF' ); # userkey.<br /><br /> my $cipher = $seed->encrypt( $source_data, '0123456789ABCDEF' );<br /> my $cipher = $seed->encrypt( $source_data, 3 );<br /> # 3 above is an user key index. starting from 0.<br /> my $recall = $seed->decrypt( $cipher, '0123456789ABCDEF' ); # by user key.<br /> my $recall = $seed->decrypt( $cipher, 3 ); # by index<br /><br /> if( !$seed->hasAKey( $userKey ) ) {<br /> $seed->addKey( $userKey );<br /> }<br /> my $index = $seed->replaceKey($userKey, $newKey);<br /> my $number_of_keys = $seed->count();<br /> my $idx = $seed->keyIndex($userKey);<br /> my $userKey = $seed->findUserKey($idx);

Requirements: No special requirements
Platforms: *nix, Linux
Keyword: Abcdef Bytes Cipher Crypt Crypt Seed Cryptseed Index Inside Length Module Number Keys Recall Round Seed Seedgtaddkeys Seedgtdecrypt Seedgtencrypt Source Data Starting User Keys Userkey
Users rating: 0/10

License: Freeware Size: 30.72 KB
USER REVIEWS
More Reviews or Write Review


CRYPT::SEED RELATED
Libraries  -  Crypt::OpenSSL::SMIME 0.02
Crypt::OpenSSL::SMIME is a Perl module for signing and encrypting messages with S/MIME standard using OpenSSL libraries. SYNOPSIS use Crypt::OpenSSL::SMIME; $smime = new Crypt::OpenSSL::SMIME({ signer_from => sender@test.com, signer_cert =>...
25.6 KB  
Unit Conversion Tools  -  Super Unit Converter 1.0.1
The Super Unit Converter converts angle, area, bits & bytes, density, electric current, energy, force, fuel consumption, length, mass, power, pressure, speed, temperature, time and volume units.
1.01 MB  
Programming  -  Pairtree for Linux 0.7.1
Pairtree is a filesystem hierarchy for holding objects that are located by mapping identifier strings to object directory (or folder) paths two characters at a time. If an object directory (folder) holds all the files, and nothing but the files,...
337.92 KB  
Programming  -  Crypt::Random 1.25
Crypt::Random is a Perl interface module to the /dev/random device found on most modern unix systems. It also interfaces with egd, a user space entropy gathering daemon, available for systems where /dev/random (or similar) devices are not...
10.24 KB  
Libraries  -  Convert::PEM::CBC 0.0.7
Convert::PEM::CBC is a Perl module for Cipher Block Chaining Mode implementation. SYNOPSIS use Convert::PEM::CBC; my $cbc = Convert::PEM::CBC->new( Cipher => Crypt::DES_EDE3, Passphrase => foo ); $cbc->encrypt($plaintext);...
20.48 KB  
Modules  -  Add Forum Index Link to Overall Header 1.2.1
Adds a link to the Forum Index in the header. Handy for boards with a portal installed.
 
Development Tools  -  Developing a Financial Market Index Tracker using MATLAB OOP and Genetic Algorithms 1.0
Files used in the Webinar "Developing a Financial Market Index Tracker using MATLAB OOP and Genetic Algorithms"The zip file contains the data and files used to develop an application to track a market index using Genetic algorithm. The initial...
2.05 MB  
Security Tools  -  Algebraic Toy Cipher 0.5.2
The Algebraic Toy Cipher is a toy cipher for algebraic research. It is scalable in the number of bits and in the number of rounds. Works over two fields GF(2)/P, being one for the s-box invertion and the other for the mixing layer linear...
10.34 KB  
Modules  -  HTPasswd Sync 6.x-1.4
The HTPasswd Sync module let you synchronize a htpasswd and a htgroup file with drupal user database.The purpose of this module is to let you protect folders outside drupal directory structure with an htaccess file. And then to manage users from...
10 KB  
Libraries  -  Devel::DumpSizes 0.01
Devel::DumpSizes is a Perl module to dump the name and size in bytes (in increasing order) of variables that are available at a give point in a script. SYNOPSIS use Devel::DumpSizes qw/dump_sizes/; &Devel::DumpSizes::dump_sizes(); Or,...
3.07 KB  
NEW DOWNLOADS IN LINUX SOFTWARE, PROGRAMMING
Linux Software  -  EasyEDA PCB Designer for Linux 2.0.0
EasyEDA, a great web based EDA(Electronics Design Automation) tool, online PCB tool, online PCB software for electronics engineers, educators, students, makers and enthusiasts. Theres no need to install any software. Just open EasyEDA in any...
34.4 MB  
Linux Software  -  wpCache® WordPress HTTP Cache 1.9
wpCache® is a high-performance, distributed object, caching system application, generic in nature, but intended for use in speeding up dynamic web applications, by decreasing database load time. wpCache® decreases dramatically the page...
3.51 MB  
Linux Software  -  Polling Autodialer Software 3.4
ICTBroadcast Auto Dialer software has a survey campaign for telephone surveys and polls. This auto dialer software automatically dials a list of numbers and asks them a set of questions that they can respond to, by using their telephone keypad....
488 B  
Linux Software  -  Total Video Converter Mac Free 3.5.5
Total Video Converter Mac Free developed by EffectMatrix Ltd is the official legal version of Total Video Converter which was a globally recognized brand since 2006. Total Video Converter Mac Free is a free but powerful all-in-one video...
17.7 MB  
Linux Software  -  Skeith mod_log_sql Analyzer 2.10beta2
Skeith is a php based front end for analyzing logs for Apache using mod_log_sql.
47.5 KB  
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB