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

Decode Crypto freeware
Filter: All | Freeware | Demo
 

Decode Crypto

< 1 2 3 4 5 > 
Added: May 26, 2010 | Visits: 938

scl+sssl scl is a small crypto library and a collection of C++ classes for public and private key cryptography. One way hash algorithms, pseudo random number generators and other stuff are included as well. It supports a wide variety of encryption algorithms. sssl is a small secure socket library and... Platforms: *nix

License: Freeware Size: 337.92 KB Download (98): scl+sssl Download

Added: June 16, 2010 | Visits: 717

Libkdcraw Libkdcraw is a C++ interface around dcraw binary program used to decode RAW picture files. The library documentation is available on header files. Libkdcraw library is used by kipi-plugins, digiKam and others kipi host programs.. Platforms: *nix

License: Freeware Size: 655.36 KB Download (94): Libkdcraw Download

Added: March 20, 2010 | Visits: 1.440

JBinHex JBinHex is both a library and a command-line tool, written in Java, to decode files in the Apple Macintosh BinHex 4.0 format. It accepts the following command line parameters: Either -u < url > or -f < file > to specify the source BinHexed file. If neither of those options is present,... Platforms: *nix

License: Freeware Size: 35.84 KB Download (104): JBinHex Download

Added: August 15, 2010 | Visits: 1.129

MIME::WordDecoder MIME::WordDecoder is a Perl module to decode RFC-1522 encoded words to a local representation. SYNOPSIS See MIME::Words for the basics of encoded words. See "DESCRIPTION" for how this class works. use MIME::WordDecoder; ### Get the default word-decoder (used by unmime()): $wd = default... Platforms: *nix

License: Freeware Size: 378.88 KB Download (97): MIME::WordDecoder Download

Added: August 05, 2010 | Visits: 1.987

Mon::SNMP Mon::SNMP is a Perl module created to decode SNMP trap. SYNOPSIS use Mon::SNMP; $trap = new Mon::SNMP; $trap->buffer($snmptrap); %traphash = $trap->decode; $error = $trap->error; Mon::SNMP provides methods to decode SNMP trap PDUs. It is based on Graham Barrs Convert::BER module,... Platforms: *nix

License: Freeware Size: 23.55 KB Download (166): Mon::SNMP Download

Added: June 01, 2010 | Visits: 2.099

cdpr cdpr is used to decode a Cisco Disovery Protocol (CDP) packet, by default it will report the device ID, the IP Address (of the device), and the port number that the machine is connected to. Optionally it will decode the entire CDP packet. This version provides the ability to include a timeout... Platforms: *nix

License: Freeware Size: 24.58 KB Download (127): cdpr Download

Added: February 02, 2010 | Visits: 1.028

twocrypt twocrypt provides a crypto tool with a deniable encryption option. twocrypt (2c) is a tool for the ultra-paranoid, providing a traditional crypto, but also an option of deniable (subpoena-proof) encryption. It encrypts one or two files at once. Each file can be recovered with its respective... Platforms: *nix

License: Freeware Size: 13.31 KB Download (101): twocrypt Download

Added: February 12, 2010 | Visits: 702

M2Crypto M2Crypto project is a crypto and SSL toolkit for Python.. Platforms: *nix

License: Freeware Size: 368.64 KB Download (93): M2Crypto Download

Added: February 13, 2010 | Visits: 965

mod_form mod_form is a utility to decode data submitted from Web forms. It deals with both GET and POST methods where the data are encoded using the default content type application/x-www-form-urlencoded. mod_form does not decode multipart/form-data (file upload) forms: for those you should use... Platforms: *nix

License: Freeware Size: 9.22 KB Download (93): mod_form Download

Added: July 06, 2010 | Visits: 772

CIPE CIPE is a Crypto IP Encapsulation. This is an ongoing project to build encrypting IP routers. It works by tunneling IP packets in encrypted UDP packets. The protocol is designed to be lightweight and simple. Special care has been taken to make this work over dynamic addresses, NAT and SOCKS... Platforms: *nix

License: Freeware Size: 133.12 KB Download (103): CIPE Download

Added: November 12, 2010 | Visits: 988

CORBA::IOP::IOR CORBA::IOP::IOR is a Perl module used to decode, munge, and re-encode CORBA IORs. SYNOPSIS #!/usr/local/bin/perl -w require CORBA::IOP::IOR; $ior = new CORBA::IOP::IOR; $ior->parseIOR($ARGV[0]); $ior->printHash(); $ior->{IIOP_profile}->{host} = "host.domain.name"; print... Platforms: *nix

License: Freeware Size: 8.19 KB Download (109): CORBA::IOP::IOR Download

Added: January 24, 2010 | Visits: 829

CGI_Lite CGI_Lite is a Perl module to process and decode WWW forms and cookies. SYNOPSIS use CGI_Lite; $cgi = new CGI_Lite; $cgi->set_platform ($platform); where $platform can be one of (case insensitive): Unix, Windows, Windows95, DOS, NT, PC, Mac or Macintosh $cgi->set_file_type (handle or... Platforms: *nix

License: Freeware Size: 14.34 KB Download (114): CGI_Lite Download

Added: August 17, 2010 | Visits: 1.228

MP3do MP3do is an "all in one" bash script useful to decode many audio files types and burn it on a audio CD. MP3do is a "host" script that split his works in four different phases: check for audio file type calculate for total songs time duration decode (changing format) burn At the beginning... Platforms: *nix

License: Freeware Size: 95.23 KB Download (97): MP3do Download

Added: February 18, 2010 | Visits: 1.087

SBStudio PAC player SBStudio PAC player is a library written in ANSI C to decode SBStudio PAC music modules into a stream of integer PCM audio data. SBStudio PAC player is not a player in itself since theres no code to actually write the audio data anywhere. It is designed to be used in plugins, such as XMMS-PAC.... Platforms: *nix

License: Freeware Size: 30.72 KB Download (195): SBStudio PAC player Download

Added: August 12, 2010 | Visits: 1.150

NetPacket::IP SYNOPSIS use NetPacket::IP; $ip_obj = NetPacket::IP->decode($raw_pkt); $ip_pkt = NetPacket::IP->encode($ip_obj); $ip_data = NetPacket::IP::strip($raw_pkt); NetPacket::IP provides a set of routines for assembling and disassembling packets using IP (Internet Protocol). Methods... Platforms: *nix

License: Freeware Size: 11.26 KB Download (94): NetPacket::IP Download

Released: July 08, 2012  |  Added: July 08, 2012 | Visits: 420

FileScanner for Mac OS X FileScanner is a simple, easy-to-use utility designed to detect and decode several file formats even recursively. All the analyzed data structures can be inspected in detail with the help of this software application. Platforms: Mac

License: Freeware Size: 2.3 MB Download (46): FileScanner for Mac OS X Download

Released: October 19, 2012  |  Added: October 19, 2012 | Visits: 491

FileScanner for Linux FileScanner is a simple, easy-to-use utility designed to detect and decode several file formats even recursively. All the analyzed data structures can be inspected in detail with the help of this software application. Platforms: Linux

License: Freeware Size: 2.3 MB Download (45): FileScanner for Linux Download

Released: November 16, 2012  |  Added: November 16, 2012 | Visits: 688

Developer tool Developer tool is an instrument that allows the user to input a string of text and encode or decode it as Base64, Hex, XML, URL, Java, CSV, HTML or JavaScript. Now you can make use of this handy piece of software to easily encode the text you want in no time at all. Platforms: Windows

License: Freeware Download (426): Developer tool Download

Released: September 22, 2012  |  Added: September 22, 2012 | Visits: 430

RSP MP3 RSP MP3 is a simple and very useful DLL designed to enable you to play and decode MP3 files. You can also covnert your MP3s into WAVs and add various wave effects such as: surround, echo, freeverb and voice removal. This controls is using madlib decoder engine for mpeg decode Ability to... Platforms: Windows

License: Freeware Size: 1.8 MB Download (45): RSP MP3 Download

Released: July 15, 2012  |  Added: July 15, 2012 | Visits: 604

BASS_CDG BASS_CDG is a small BASS addon that can decode and display any CDG(CD+G). Platforms: Windows, XP, 2003, Windows Vista, XPX64, 2008, 7, 7x64

License: Freeware Download (60): BASS_CDG Download

< 1 2 3 4 5 >