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

Transposition Cipher Algorithm freeware
Filter: All | Freeware | Demo
 

Transposition Cipher Algorithm

1 2 3 4 5 > 
Added: May 13, 2010 | Visits: 1.266

Convert::PEM Convert::PEM is Perl module that read/write encrypted ASN.1 PEM files. SYNOPSIS use Convert::PEM; my $pem = Convert::PEM->new( Name => "DSA PRIVATE KEY", ASN => qq( DSAPrivateKey SEQUENCE { version INTEGER, p INTEGER, q INTEGER, g INTEGER, pub_key INTEGER, priv_key INTEGER } ));...



Platforms: *nix

License: Freeware Size: 20.48 KB Download (100): Convert::PEM Download

Released: June 20, 2010  |  Added: March 03, 2011 | Visits: 2.599

Wireless Network Viewer Wireless Network Viewer is a small utility that runs in the background, and monitor the activity of wireless networks around you. For each detected network, it displays the following information: SSID, Last Signal Quality, Average Signal Quality, Detection Counter, Authentication Algorithm,...





Platforms: Windows, Other

License: Freeware Size: 4.24 MB Download (620): Wireless Network Viewer Download

Released: August 17, 2012  |  Added: August 17, 2012 | Visits: 498

WirelessNetView WirelessNetView is a small utility that runs in the background, and monitor the activity of wireless networks around you. For each detected network, it displays the following information: SSID, Last Signal Quality, Average Signal Quality, Detection Counter, Authentication Algorithm, Cipher...


Platforms: Windows

License: Freeware Size: 40.96 KB Download (43): WirelessNetView Download

Added: October 15, 2013 | Visits: 419

KCrypto KCrypto is a KDE2 file encryptor. It uses the Rijndael ( block cipher algorithm AES winner ) public domain c++ class implementation written by Szymon Stefanek, and it is capable of encrypting and decrypting every kind of file (text and binary).


Platforms: *nix

License: Freeware Size: 552.96 KB Download (37): KCrypto Download

Released: August 26, 2021  |  Added: October 23, 2021 | Visits: 3.040

Paranoia Text Encryption for PC Keep your notes, messages (emails, chat posts, social networking posts, SMS, ...), cryptocurrency keys (seeds, mnemonics), and other texts safe from all unwanted readers. Texts are encrypted using strong encryption algorithms: AES (Rijndael) 256bits, RC6 256bit, Serpent 256bit, Blowfish...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 1.15 MB Download (977): Paranoia Text Encryption for PC Download

Released: August 26, 2021  |  Added: October 23, 2021 | Visits: 1.759

Paranoia Text Encryption for Mac Keep your notes, messages (emails, chat posts, social networking posts, SMS, ...), cryptocurrency keys (seeds, mnemonics), and other texts safe from all unwanted readers. Texts are encrypted using strong encryption algorithms: AES (Rijndael) 256bits, RC6 256bit, Serpent 256bit, Blowfish...


Platforms: Mac

License: Freeware Size: 3.06 MB Download (630): Paranoia Text Encryption for Mac Download

Added: November 12, 2010 | Visits: 2.106

Cryptomak Cipher Tools Cryptomak Cipher Tools project consists of a collection of PHP scripts for encryption purposes. Cryptomak contains a cipher and tools for encryption utilities written in PHP, including substitution, vigenere, affine, transposition, and index of coincidence. It is powered by the Phrame...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (315): Cryptomak Cipher Tools Download

Added: June 10, 2013 | Visits: 422

Monoalphabetic Cipher Software that encrypts and decrypts ciphers Monoalphabetic Cipher is a free software that takes a string and encrypts it with a key and algorithm that you specify. Monoalphabetic Cipher encrypts and decrypts additive and multiplicative ciphers.


Platforms: Mac

License: Freeware Size: 51.2 KB Download (41): Monoalphabetic Cipher Download

Added: August 24, 2013 | Visits: 602

Cryptomak Cipher Tools Cryptomak Cipher Tools project consists of a collection of PHP scripts for encryption purposes. Cryptomak contains a cipher and tools for encryption utilities written in PHP, including substitution, vigenere, affine, transposition, and index of coincidence. It is powered by the Phrame platform...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (40): Cryptomak Cipher Tools Download

Added: July 27, 2013 | Visits: 461

The Blowfish cipher The Blowfish cipher in C and i386 assembler. In cryptography, Blowfish is a keyed, symmetric block cipher, designed in 1993 by Bruce Schneier and included in a large number of cipher suites and encryption products. While no effective cryptanalysis of Blowfish has been found to date, more...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (40): The Blowfish cipher Download

Added: January 18, 2010 | Visits: 1.065

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.250

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: 900

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.030

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.212

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.097

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.043

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: 938

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: 941

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: February 19, 2010 | Visits: 884

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

1 2 3 4 5 >