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

Aes Algorithm freeware
Filter: All | Freeware | Demo
 

Aes Algorithm

1 2 3 4 5 > 
Added: January 15, 2006 | Visits: 5.453

CommuniCrypt File Encryption Tools File encryption/decryption tools with strongest AES algorithm. Can generate the hash of the source file as password for symmetric encryption(64 digits password). Encryption strength AES Rijndael: 256 bit / Hash: SHA-256 Platforms: Windows

License: Freeware Size: 1.39 MB Download (586): CommuniCrypt File Encryption Tools Download

Released: November 14, 2012  |  Added: November 14, 2012 | Visits: 329

rijndog Rijndog is an easy to use file encryption/decryption package making use of the Rijndael AES algorithm. Platforms: Windows, Mac, Linux

License: Freeware Size: 34.33 KB Download (51): rijndog Download

Added: May 10, 2013 | Visits: 457

Client Side Encryption 6.x-2.0 / 5.x-2.0 This means neither the network nor any server php code gets to see any plain text content that it shouldn't.Plain text can be intermixed with encrypted text on a page meaning only sensitive parts can be hidden.A community of individuals with the correct pass phrase can see the entire content, or... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (48): Client Side Encryption 6.x-2.0 / 5.x-2.0 Download

Added: January 26, 2006 | Visits: 3.808

Advanced File Security Free File-Encryption-Tool! Simple, fast and safe! Features: - Secure file/folder encryption using AES Algorithm - Load or save encryption lists - Key Extension Support for higher security level - Full explorer context menu support. Very easy to use. No Ads or commercials! Platforms: Windows

License: Freeware Size: 670 KB Download (278): Advanced File Security Download

Added: August 30, 2008 | Visits: 1.382

FREE CompuSec«PC Security Suite FREE CompuSec« is a suite of security solutions to protect desktops and notebooks. This software is a full product without any limitations and it is not a demo or trial version. It provides Pre-boot Access Control requires you to enter your userID and password before the system will boot up.... Platforms: Windows

License: Freeware Size: 21.3 MB Download (139): FREE CompuSec«PC Security Suite Download

Added: August 15, 2008 | Visits: 1.179

FREE CompuSec PC Security Suite FREE CompuSec is a suite of security solutions to protect desktops, notebooks and tablet PCs. This software is a full product without any limitations and it is not a demo or trial version. It provides Pre-boot Access Control requires you to enter your userID and password before the system will... Platforms: Windows

License: Freeware Size: 25.39 KB Download (125): FREE CompuSec PC Security Suite Download

Released: May 29, 2018  |  Added: August 09, 2018 | Visits: 4.312

Efficient Password Manager Still be worrying about so many passwords to remember? Now we have Efficient Password Manager, a completely free but powerful and cross-platform password management package. She can not only help you remember general password information, but also record website login passwords, software... Platforms: Windows, Windows 8, Windows 7, iOS, Android, iPhone

License: Freeware Size: 15.22 MB Download (919): Efficient Password Manager Download

Added: January 18, 2010 | Visits: 1.055

Secret::Simple Secret::Simple are secure secrets in configurations and code. SYNOPSIS # OOP style my $ss = Secret::Simple->new(); my $ciphertext = $ss->encrypt($plaintext); my $plaintext = $ss->decrypt($ciphertext); # procedural style my $ciphertext = ssencrypt($plaintext); my $plaintext =... Platforms: *nix

License: Freeware Size: 8.19 KB Download (100): Secret::Simple Download

Released: August 13, 2012  |  Added: August 13, 2012 | Visits: 958

Free Password Manager Free Password Manager is a freeware program to help you systematize and store any kind of valuable information in an encrypted database. How often have you lost passwords, forgotten access codes and other sensitive information? With this program, you safely store all your passwords, logins,... Platforms: Windows

License: Freeware Size: 1013.76 KB Download (428): Free Password Manager Download

Released: August 21, 2012  |  Added: August 21, 2012 | Visits: 1.073

Password Book for PC Today, there are too many account password you need to remember: bank account, credit card account, ID card, mailbox account, website login account, software license, product information etc. The big problem is how to keep them safely and to find out easily and quickly. Password Book lets you... Platforms: Windows

License: Freeware Size: 972.8 KB Download (448): Password Book for PC Download

Released: March 29, 2018  |  Added: May 26, 2018 | Visits: 1.901

Portable Efficient Password Manager Still be worrying about so many passwords to remember? Now we have Efficient Password Manager, a completely free but powerful and cross-platform password management package. She can not only help you remember general password information, but also record website login passwords, software... Platforms: Windows, Windows 8, Windows 7, iOS, Android, iPhone

License: Freeware Size: 19.73 MB Download (278): Portable Efficient Password Manager Download

Released: August 31, 2014  |  Added: November 27, 2014 | Visits: 3.859

PCMate Free Password Manager PCMate Free Password Manager is a free password manager program that is specially designed to store & manage your login IDs & passwords in a centralized vault to relieve you of the password management chore while offering you complete security and peace of mind. The powerful password generator... Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 3.47 MB Download (64): PCMate Free Password Manager Download

Added: January 18, 2010 | Visits: 1.068

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

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

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

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

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

1 2 3 4 5 >