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.201.122 Times

Rsa Algorithm software
Filter: All | Freeware | Demo
 

Rsa Algorithm

1 2 3 4 5 > 
Released: September 09, 2007  |  Added: September 13, 2007 | Visits: 4.138

Advanced Encryption Package 2007 Professional Typically you encrypt files because you don't want others to see them, but sometimes you want to send someone an encrypted file. Most if not all encryption programs allow you to do so--they vary, however, in terms of how difficult the process is. AEP2007 PRO most noteworthy feature may be its...



Platforms: Windows

License: Shareware Cost: $49.95 USD Size: 3.2 MB Download (553): Advanced Encryption Package 2007 Professional Download

Added: March 20, 2010 | Visits: 2.257

Algorithm::LUHN Algorithm::LUHN is a Perl module to calculate the modulus 10 double add double checksum. SYNOPSIS use Algorithm::LUHN qw/check_digit is_valid/; $c = check_digit("43881234567"); print "It worksn" if is_valid("43881234567$c"); $c = check_digit("A2C4E6G8"); # this will cause an error...





Platforms: *nix

License: Freeware Size: 4.1 KB Download (510): Algorithm::LUHN Download

Released: May 12, 2004  |  Added: October 02, 2006 | Visits: 2.921

Xceed Encryption Library Xceed Encryption Library is an ActiveX component that allows Windows applications to encrypt and decrypt data using the latest industry standard strong encryption algorithms. It supports traditional secret-key encryption as well as public-key encryption, and can encrypt/decrypt memory buffers,...


Platforms: Windows

License: Commercial Cost: $299.95 USD Size: 23.86 MB Download (490): Xceed Encryption Library Download

Released: August 24, 2008  |  Added: August 27, 2008 | Visits: 1.764

Advanced Encryption Package 2008 Professional Typically you encrypt files because you don't want others to see them, but sometimes you want to send someone an encrypted file. Most if not all encryption programs allow you to do so--they vary, however, in terms of how difficult the process is. AEP2008 PRO most noteworthy feature may be its...


Platforms: Windows

License: Shareware Cost: $49.95 USD Size: 4.47 MB Download (475): Advanced Encryption Package 2008 Professional Download

Released: July 10, 2012  |  Added: July 10, 2012 | Visits: 462

Chilkat AES & RSA Encryption Component Chilkat Crypt .NET is an advanced encryption component that offers both RSA public-keyencryption with digital signatures as well as symmetric encryption algorithms includingAES (Rijndael), Blowfish, and Twofish. It provides the ability to easily create digitalsignatures for files or memory data,...


Platforms: Windows

License: Shareware Cost: $149.00 USD Size: 1.91 MB Download (470): Chilkat AES & RSA Encryption Component Download

Released: October 24, 2012  |  Added: October 24, 2012 | Visits: 618

RSA Key Generator RSA Key Generator was developed as an accessible, and very handy piece of software that lets you generate RSA keys. All you have to do is input the name and key prefix, nym name and passphrase. The rest is up to the software.


Platforms: Windows

License: Freeware Download (444): RSA Key Generator Download

Added: May 06, 2010 | Visits: 2.093

Parallel Genetic Algorithm Library Parallel Genetic Algorithm Library (or PGAL for short) is a C++ toolkit for simply, efficiently, and swiftly producing genetic algorithm code that works across multiple processors. This is useful not only for those with multi-processor computers, but also for distributed and cluster computing...


Platforms: *nix

License: Freeware Size: 75.78 KB Download (214): Parallel Genetic Algorithm Library Download

Added: October 17, 2010 | Visits: 2.248

Algorithm::Knapsack Algorithm::Knapsack is a brute-force algorithm for the knapsack problem. SYNOPSIS use Algorithm::Knapsack; my $knapsack = Algorithm::Knapsack->new( capacity => $capacity, weights => @weights, ); $knapsack->compute(); foreach my $solution ($knapsack->solutions()) { foreach my $index...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (203): Algorithm::Knapsack Download

Added: July 20, 2010 | Visits: 1.750

Distributed RSA Key Generation Distributed RSA Key Generation is a software to generate shared RSA keys. Currently, only keys for two parties using Gilboas protocol are supported. But the protocol stack is extensible, so in the future there may be other protocols supported. Work has begun on Straubs protocol but is not...


Platforms: *nix

License: Freeware Size: 2.3 MB Download (156): Distributed RSA Key Generation Download

Added: February 27, 2010 | Visits: 915

Algorithm::Combinatorics Algorithm::Combinatorics Perl module is an efficient generator of combinatorial sequences. SYNOPSIS use Algorithm::Combinatorics qw(permutations); my @data = qw(a b c); # scalar context gives an iterator my $iter = permutations(@data); while (my $p = $iter->next) { # ... } # list...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (153): Algorithm::Combinatorics Download

Added: September 26, 2006 | Visits: 3.078

QuickSigner Secure your data exchanges and transfers with digitally signed files!This is a tool for quickly digitally signing or verifying text or files with Public-Key-Encryption with RSA encryption algorithm (RSAES-OAEP).Key length for signing up to 7120 bit. Keys are compatible with CommuniCrypt Standard...


Platforms: Windows

License: Freeware Size: 2.85 MB Download (152): QuickSigner Download

Added: February 09, 2010 | Visits: 898

Algorithm::AhoCorasick Algorithm::AhoCorasick provides efficient search for multiple strings. Aho-Corasick is a classic (1975) algorithm for locating elements of a finite set of strings within an input text. It constructs a finite state machine from a list of keywords, then uses the machine to locate all occurrences...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (143): Algorithm::AhoCorasick Download

Added: July 07, 2010 | Visits: 1.320

Algorithm::Line::Bresenham Algorithm::Line::Bresenham is a Perl module that contains a simple pixellated line-drawing algorithm. SYNOPSIS use Algorithm::Line::Bresenham qw/line/; my @points = line(3,3 => 5,0); # returns the list: [3,3], [4,2], [4,1], [5,0] line(3,3 => 5,0, &draw_line); # calls draw_line on each...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (134): Algorithm::Line::Bresenham Download

Added: October 15, 2010 | Visits: 876

Algorithm::C3 Algorithm::C3 is a module for merging hierarchies using the C3 algorithm. SYNOPSIS use Algorithm::C3; # merging a classic diamond # inheritence graph like this: # # # / # # / # my @merged = Algorithm::C3::merge( D, sub { # extract the ISA array # from the package no...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (130): Algorithm::C3 Download

Added: January 21, 2006 | Visits: 2.491

CommuniCrypt Standard Edition CommuniCrypt is a new tool for high secured realtime communication via LAN and Internet. It works like a messenger or a chat tool, but the complete data transfer between both machines are highly encrypted through Public-Key-Encryption with RSA encryption algorithm (RSAES-OAEP). The key length of...


Platforms: Windows

License: Shareware Cost: $19.00 USD Size: 3.55 MB Download (127): CommuniCrypt Standard Edition Download

Added: October 08, 2010 | Visits: 1.260

Optimization Algorithm Toolkit Optimization Algorithm Toolkit is a workbench and toolkit for developing, evaluating, and playing with classical and state-of-the-art optimization algorithms on standard benchmark problem domains; including reference algorithm implementations, graphing, visualizations and much more. The project...


Platforms: *nix

License: Freeware Size: 6.5 MB Download (123): Optimization Algorithm Toolkit Download

Added: September 29, 2013 | Visits: 935

Genetic Algorithm File Fitter Genetic Algorithm File Fitter, or just GAFFitter, is a command-line software written in C++ that arranges--via a genetic algorithm--an input list of items or files/directories into volumes of a certain capacity (target), such as CD or DVD, in a way that the total wastage is minimized. By smartly...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (122): Genetic Algorithm File Fitter Download

Added: January 18, 2010 | Visits: 1.061

Algorithm::Dependency Algorithm::Dependency is a base class for implementing various dependency trees. SYNOPSIS use Algorithm::Dependency; use Algorithm::Dependency::Source::File; # Load the data from a simple text file my $data_source = Algorithm::Dependency::Source::File->new( foo.txt ); # Create the...


Platforms: *nix

License: Freeware Size: 46.08 KB Download (121): Algorithm::Dependency Download

Added: February 03, 2010 | Visits: 846

Algorithm::SkipList Algorithm::SkipList is a Perl implementation of skip lists. SYNOPSIS my $list = new Algorithm::SkipList(); $list->insert( key1, value ); $list->insert( key2, another value ); $value = $list->find(key2); $list->delete(key1); This is an implementation of skip lists in Perl. Skip...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (117): Algorithm::SkipList Download

Added: May 02, 2010 | Visits: 1.059

Algorithm::AhoCorasick::SearchMachine Algorithm::AhoCorasick::SearchMachine provides an implementation and low-level interface of Algorithm::AhoCorasick. Feeds input to the state machine. First (after the instance) argument of this method is the input text (which can be empty, in which case the method doesnt do anything), second...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (114): Algorithm::AhoCorasick::SearchMachine Download

1 2 3 4 5 >