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.481.240 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.143

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

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

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: May 12, 2004  |  Added: October 02, 2006 | Visits: 2.928

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

Added: August 11, 2008 | Visits: 1.068

Canaware DevAssistant A tool suite used to facilitate and accelerate your .NET application development. It includes: .NET Resource Editor - creates the .NET resource files visually; Regular Expression Checker - tests your useful regular expressions interactively; Thumbnail Image Maker - creates thumbnail images for... Platforms: Windows

License: Freeware Size: 858 KB Download (98): Canaware DevAssistant Download

Released: June 11, 2011  |  Added: June 22, 2011 | Visits: 4.001

Video Conference Group - Subscription We offer you the opportunity to have your own video conference group here at cha-cha-chat. Unlimited rooms! Your Cha-Cha-Chat service is composed of a "Group" of chat rooms. You may add multiple chat rooms to your Group using a web-based administration tool after your service has been activated.... Platforms: Windows, Mac, *nix, Pocket PC, Android,iPhone,iPod,iTouch,Other

License: Commercial Cost: $19.95 USD Size: 32.98 KB Download (107): Video Conference Group - Subscription Download

Added: May 17, 2013 | Visits: 369

RSA.rb RSA.rb is a pure-Ruby implementation of the RSA encryption algorithm and the PKCS#1 cryptography standard. Platforms: Ruby

License: Freeware Size: 10 KB Download (50): RSA.rb Download

Added: January 18, 2010 | Visits: 1.069

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: October 17, 2010 | Visits: 2.253

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 (209): Algorithm::Knapsack Download

Added: March 22, 2010 | Visits: 904

Algorithm::DiffOld Algorithm::DiffOld is a Perl module to compute `intelligent differences between two files / lists but use the old (<=0.59) interface. NOTE This has been provided as part of the Algorithm::Diff package by Ned Konz. This particular module is ONLY for people who HAVE to have the old interface,... Platforms: *nix

License: Freeware Size: 23.55 KB Download (95): Algorithm::DiffOld Download

Added: April 09, 2010 | Visits: 1.033

Algorithm::Loops Algorithm::Loops is a Perl module with looping constructs: NestedLoops, MapCar*, Filter, and NextPermute*. SYNOPSYS use Algorithm::Loops qw( Filter MapCar MapCarU MapCarE MapCarMin NextPermute NextPermuteNum NestedLoops ); my @copy= Filter {tr/A-Z.,"()/a-z/d} @list; my $string= Filter... Platforms: *nix

License: Freeware Size: 22.53 KB Download (108): Algorithm::Loops Download

Added: April 26, 2010 | Visits: 4.216

Algorithm::Diff::Apply Algorithm::Diff::Apply is a Perl module to apply one or more Algorithm::Diff diffs. SYNOPSIS ## Single-diff form: use Algorithm::Diff::Apply qw{apply_diff}; my @ary = ...; my @diff = ...; # some call to Algorithm::Diff::diff() my @changed_ary = apply_diff(@ary, @diff); my $changed_ary =... Platforms: *nix

License: Freeware Size: 12.29 KB Download (92): Algorithm::Diff::Apply Download

Added: May 06, 2010 | Visits: 2.104

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 (218): Parallel Genetic Algorithm Library Download

Added: January 17, 2010 | Visits: 1.047

Algorithm::BinPack Algorithm::BinPack is a Perl module that can efficiently pack items into bins. SYNOPSIS Algorithm::BinPack efficiently packs items into bins. The bins are given a maximum size, and items are packed in with as little empty space as possible. An example use would be backing up files to CD,... Platforms: *nix

License: Freeware Size: 4.1 KB Download (107): Algorithm::BinPack Download

Added: September 29, 2013 | Visits: 941

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: April 25, 2010 | Visits: 944

Algorithm::Permute Algorithm::Permute is a Perl module with handy and fast permutation with object oriented interface. SYNOPSIS use Algorithm::Permute; my $p = new Algorithm::Permute([a..d]); while (@res = $p->next) { print join(", ", @res), "n"; } my @array = (1..9); Algorithm::Permute::permute { print... Platforms: *nix

License: Freeware Size: 10.24 KB Download (108): Algorithm::Permute Download

Added: April 20, 2010 | Visits: 1.060

yyyRSA yyyRSA is a simple program to encrypt and decipher messages with the RSA asymetrical encryption algorithm. Alice wants to send Bob a message. Eve can monitor the communication between Alice and Bob. he can read everything they send to each other. Bob creates a key. It will consist of two... Platforms: *nix

License: Freeware Size: 45.06 KB Download (112): yyyRSA Download

Added: July 20, 2010 | Visits: 1.759

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 (157): Distributed RSA Key Generation Download

Added: February 19, 2010 | Visits: 886

Algorithm::SISort Algorithm::SISort is a Perl module that contains select and insert sorting algorithm. SYNOPSIS use Algorithm::SISort qw(Sort Sort_inplace); @sorted_list = Sort {$_[0] <=> $_[1]} @unsorted_list; # ... or ... $number_of_comparisons = Sort_inplace {$_[0] <=> $_[1]} @unsorted_list; This... Platforms: *nix

License: Freeware Size: 4.1 KB Download (100): Algorithm::SISort Download

Added: November 16, 2010 | Visits: 1.001

Algorithm::Merge Algorithm::Merge is a Perl module package that provides three-way merge and diff. SYNOPSIS use Algorithm::Merge qw(merge diff3 traverse_sequences3); @merged = merge(@ancestor, @a, @b, { CONFLICT => sub { } }); @merged = merge(@ancestor, @a, @b, { CONFLICT => sub { } },... Platforms: *nix

License: Freeware Size: 10.24 KB Download (92): Algorithm::Merge Download

Added: July 09, 2010 | Visits: 915

Algorithm::Huffman Algorithm::Huffman is a Perl extension that implements the Huffman algorithm. SYNOPSIS use Algorithm::Huffman; my %char_counting = map {$_ => int rand(100)} (a .. z, A .. Z); # or better the real counting for your characters # as the huffman algorithm doesnt work good with random data... Platforms: *nix

License: Freeware Size: 8.19 KB Download (110): Algorithm::Huffman Download

1 2 3 4 5 >