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

Sha 256 freeware
Filter: All | Freeware | Demo
 

Sha 256

< 1 2 3 4 5 > 
Added: November 17, 2010 | Visits: 1.062

Digest::SHA1 Digest::SHA1 is a Perl interface to the SHA-1 algorithm. SYNOPSIS # Functional style use Digest::SHA1 qw(sha1 sha1_hex sha1_base64); $digest = sha1($data); $digest = sha1_hex($data); $digest = sha1_base64($data); $digest = sha1_transform($data); # OO style use Digest::SHA1; $sha1...



Platforms: *nix

License: Freeware Size: 38.91 KB Download (114): Digest::SHA1 Download

Added: April 06, 2010 | Visits: 1.442

Inferno Operating System Inferno is a compact operating system designed for building distributed and networked systems on a wide variety of devices and platforms. Inferno was originally developed at Bell Labs (the research division of Lucent Technologies). Inferno Operating System is a well-designed, economical...





Platforms: *nix

License: Freeware Size: 57 MB Download (114): Inferno Operating System Download

Added: August 19, 2008 | Visits: 971

Danicurs 4 My first 256 colors cursors. Here you can see the cursors distributed with Danicurs 4. With this file you have a collection of 6 animated wait cursors.


Platforms: Windows

License: Freeware Size: 87 KB Download (112): Danicurs 4 Download

Added: August 30, 2008 | Visits: 1.149

Comodo i-Vault Comodo i-Vault Secure Password Management Software * Instantly login to your favorite websites and applications * Speed up surfing - No more forgotten passwords * Single point of storage for all your confidential information * 256 bit encryption of credit card and bank account details * Secure...


Platforms: Windows

License: Freeware Size: 6.79 MB Download (110): Comodo i-Vault Download

Added: August 10, 2008 | Visits: 854

LockDisk Free 256 Bit Encryption Software, Creates multiple encrypted virtual drive to store any type of data. It's powerful encryption ensures that only you can access your data.


Platforms: Windows

License: Freeware Size: 1.16 MB Download (109): LockDisk Download

Released: April 12, 2011  |  Added: April 19, 2011 | Visits: 1.625

Concealer Lite Concealer stores information in the form of cards and uses the latest encryption methods (AES-256) to protect information such as credit card numbers, passwords, software license codes, files of any type, and much more. Account Information Account cards in Concealer come with various...


Platforms: Mac

License: Freeware Size: 4.4 MB Download (108): Concealer Lite Download

Added: August 02, 2008 | Visits: 1.274

Fastream IQ Web/FTP Server Secure (256-bit SSL) ultra-fast multi-threaded FTP and Web server for Windows« 2000/XP/2003/Vista, featuring remote administration, authentication, separate upload/download speed limits, storage quotas, dynamic DNS and more...


Platforms: Windows

License: Freeware Size: 5.48 MB Download (102): Fastream IQ Web/FTP Server Download

Released: May 10, 2011  |  Added: May 18, 2011 | Visits: 1.299

Secure Notes Passwords, logins, credit cards, private plans, ideas and thoughts; organize and securely store all of your private information in a strongly encrypted and easy to access place. With all your information in one place, strongly secure, and readily accessible, Secure Notes will help you stay...


Platforms: Windows

License: Freeware Size: 1.09 MB Download (101): Secure Notes Download

Released: January 30, 2012  |  Added: February 12, 2012 | Visits: 1.414

XDigesterCheck FREE DiceLock Security XDigesterCheck GUI and .dylib library for Mac OS X. If in your process or software applications you have need for generating hash values for different type of information you can incorporate libXHashDigester.dylib library in your applications to generate the hash you...


Platforms: Mac, Java

License: Freeware Size: 189.91 KB Download (100): XDigesterCheck Download

Added: April 11, 2010 | Visits: 1.189

Mail::DKIM::Signature Mail::DKIM::Signature module encapsulates a DKIM signature header. CONSTRUCTORS new() - create a new signature from parameters my $signature = new Mail::DKIM::Signature( [ Algorithm => "rsa-sha1", ] [ Signature => $base64, ] [ Method => "relaxed", ] [ Domain => "example.org", ] [...


Platforms: *nix

License: Freeware Size: 47.1 KB Download (98): Mail::DKIM::Signature Download

Added: January 25, 2010 | Visits: 566

cksumApp cksumApp is a small modification of the former application md5App, to make it compute SHA-1 hashes. Its is a simple GUI that makes it easy to drag and drog files and returns their checksum.It was first written by Enigmarelle and modified by Julien Bordet to add SHA-1 algorithm.


Platforms: Mac

License: Freeware Download (98): cksumApp Download

Added: February 21, 2010 | Visits: 1.041

Jacksum KDE Konqueror Integration Jacksum KDE Konqueror Integration installs features of Jacksum 1.7.0 at the KDE Konqueror (and uninstalls it again if you like). Jacksum is a free and platform independent software for computing and verifying checksums, CRCs and message digests (known as hash values and fingerprints). "Jacksum"...


Platforms: *nix

License: Freeware Size: 194.56 KB Download (96): Jacksum KDE Konqueror Integration Download

Released: October 03, 2012  |  Added: October 03, 2012 | Visits: 795

Easy Hash Simple file and text hash value calculator. Supports more than 130 hash functions including: AP Hash, Adler 16, Adler 32, Adler 8, BKDR Hash, BP Hash, CK SUM MPEG-2, CK Sum, CRC DNP, CRC-16, CRC-16 (IBM), CRC-16 (Kermit), CRC-16 (Modbus), CRC-16 (Sick), CRC-16 (X25), CRC-16 CCITT (0x1D0F), CRC-16...


Platforms: Windows

License: Freeware Download (94): Easy Hash Download

Added: January 13, 2010 | Visits: 968

Digest::SHA::PurePerl Digest::SHA::PurePerl is a Perl implementation of SHA-1/224/256/384/512. SYNOPSIS In programs: # Functional interface use Digest::SHA::PurePerl qw(sha1 sha1_hex sha1_base64 ...); $digest = sha1($data); $digest = sha1_hex($data); $digest = sha1_base64($data); $digest = sha256($data);...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (93): Digest::SHA::PurePerl Download

Added: July 14, 2010 | Visits: 920

Data::Serializer Data::Serializer package contains modules that serialize data structures. SYNOPSIS use Data::Serializer; $obj = Data::Serializer->new(); $obj = Data::Serializer->new( serializer => Storable, digester => MD5, cipher => DES, secret => my secret, compress => 1, ); $serialized =...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (93): Data::Serializer Download

Released: January 31, 2013  |  Added: March 04, 2013 | Visits: 1.169

Free Icon Editor Review Free Icon Editor allows you to edit icons for Windows 8, 7, Vista, XP, 2003, 2000, ME, 98, 95, NT, iOS, Linux, Android, web and other. This Free Icon Editor Review supports ICO, PNG, XPM, XBM and ICPR icon formats. Using this program you can create and edit icons in either standard or custom...


Platforms: Windows

License: Freeware Size: 5.65 MB Download (79): Free Icon Editor Review Download

Released: October 27, 2012  |  Added: April 18, 2013 | Visits: 1.289

Sicurpas Freeware professional Sicurpas a freeware tool for complete safety. Sicurpas Freeware 4.0 Professional is a powerful and complete tool to protect your passwords and your most sensitive data. Designed in Sardinia Mariano and Pierluigi Ortu in collaboration with Daniel Deriu, this software uses three of the most...


Platforms: Windows

License: Freeware Size: 5.72 MB Download (76): Sicurpas Freeware professional Download

Added: May 10, 2013 | Visits: 488

As3 Crypto Framework As3 Crypto is a cryptography library written in Actionscript 3 that provides several common algorithms. Features: - Public Key Encryption: RSA (partial. encryption only.) - Secret Key Encryption: AES, DES, 3DES, BlowFish, XTEA, RC4 - Confidentiality Modes: ECB, CBC, CFB, CFB8, OFB, CTR -...


Platforms: Windows, Mac, *nix, Flash, BSD Solaris

License: Freeware Download (74): As3 Crypto Framework Download

Released: November 02, 2018  |  Added: November 05, 2018 | Visits: 708

Checksum Aide 64 bit Checksum-Aide is a utility used to generate hash codes (or checksum codes). You can use this tool to verify that a program you downloaded from the internet has not been corrupted or tampered with. If you are a developer, you can use this tool to generate your own hash codes so that your user...


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

License: Freeware Size: 505 KB Download (63): Checksum Aide 64 bit Download

Released: July 24, 2012  |  Added: July 24, 2012 | Visits: 594

Febooti fileTweak Hash & CRC Febooti fileTweak Hash & CRC is a freeware hash / CRC calculator. Compute hash fingerprint / CRC checksum from any provided file. Supported hash / CRC formats: CRC32, MD2, MD4, MD5, SHA-1, SHA-224, SHA-256, SHA-384, SHA-512, RIPEMD-128, RIPEMD-160, RIPEMD-256, RIPEMD-320, WHIRLPOOL and Tiger-192.


Platforms: Windows

License: Freeware Size: 778.24 KB Download (63): Febooti fileTweak Hash & CRC Download

< 1 2 3 4 5 >